Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TxClient ¶
type TxClient interface { SendToken(receiver string, coins []types.Coin, memo string, commit bool) (types.BroadcastTxResult, error) SendTokenWithSpecAccountInfo(receiver string, coins []types.Coin, signerAccountNumber, signerSequence uint64, memo string, commit bool) (types.BroadcastTxResult, error) }
func NewClient ¶
func NewClient(chainId string, networkType commontypes.NetworkType, keyManager keys.KeyManager, liteClient lcd.LiteClient, rpcClient rpc.RPCClient) (TxClient, error)
Click to show internal directories.
Click to hide internal directories.