Documentation
¶
Index ¶
- func CosmosTx(accountAddress string, privateKeyHex string, grpcURL string, msg sdk.Msg, ...) (*txtypes.BroadcastTxResponse, error)
- func CosmosTxs(accountAddress string, privateKeyHex string, grpcURL string, msgs []sdk.Msg, ...) (*txtypes.BroadcastTxResponse, error)
- func SetPrefixes(accountAddressPrefix string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CosmosTx ¶
func CosmosTx(accountAddress string, privateKeyHex string, grpcURL string, msg sdk.Msg, chainID string, encfg network.Config) (*txtypes.BroadcastTxResponse, error)
Single MSG BroadCast
func CosmosTxs ¶
func CosmosTxs(accountAddress string, privateKeyHex string, grpcURL string, msgs []sdk.Msg, chainID string, encfg network.Config) (*txtypes.BroadcastTxResponse, error)
Multiple MSGS Broadcast
func SetPrefixes ¶
func SetPrefixes(accountAddressPrefix string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.