package
0.1.1
Repository: https://github.com/coreumfoundation/coreum.git
Documentation: pkg.go.dev

# Functions

AwaitNextBlocks waits for next blocks.
AwaitTx awaits until a signed transaction is included in a block, returning the result.
BroadcastRawTx broadcast the txBytes using the clientCtx and set BroadcastMode.
BroadcastTx attempts to generate, sign and broadcast a transaction with the given set of messages.
CalculateGas simulates the execution of a transaction and returns the simulation response obtained by the query and the adjusted gas amount.
GetAccountInfo returns account number and account sequence for provided address.
GetGasPrice returns the current gas price of the chain.
NewClientContext returns new context.

# Variables

Sign signs a given tx with a named key.

# Structs

ClientContext exposes the functionality of SDK context in a way where we may intercept GRPC-related method (Invoke) to provide better implementation.

# Type aliases

Factory is a re-export of the cosmos sdk tx.Factory type, to make usage of this package more convenient.