dione/rpc/types/rpc_types.go
2020-11-24 01:59:27 +04:00

9 lines
89 B
Go

package types
const (
RPCTypeEthereum = uint8(iota)
RPCTypeFilecoin
RPCTypeSolana
)