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)
IPALClaim(Moniker, website, details string, endpoints ipal.Endpoints, bond sdk.Coin, commit bool) (types.BroadcastTxResult, error)
CIPALClaim(req cipal.IPALUserRequest, 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.