Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RpcService ¶
type RpcService interface {
GetBalance(address string) *wallet.BalanceResponse
Transactions(address, contractAddress string) *wallet.TxAddressResponse
}
func NewRpcService ¶
func NewRpcService(rpcUrl string) RpcService
Click to show internal directories.
Click to hide internal directories.