package
0.28.0
Repository: https://github.com/kava-labs/kava.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
EvmContractMethodId encodes a method signature to the method id used in eth calldata.
No description provided by the author
FilterEventsByType returns a slice of events that match the given type.
FilterTxEventsByType returns a slice of events that match the given type from any and all txs in a slice of ResponseDeliverTx.
No description provided by the author
KavaHomePath returns the OS-specific filepath for the kava home directory Assumes network is running with kvtool installed from the sub-repository in tests/e2e/kvtool.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RandomMnemonic generates a random BIP39 mnemonic from 128 bits of entropy.
No description provided by the author
Sign signs a populated TxBuilder and returns a signed Tx and raw transaction bytes.
WaitForEvmTxReceipt polls for a tx receipt and errors on timeout.
WaitForSdkTxCommit polls the chain until the tx hash is found or times out.

# Constants

No description provided by the author

# Variables

No description provided by the author
ErrEvmTxFailed is returned when a tx is committed to a block, but the receipt status is 0.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
EvmSigner manages signing and broadcasting requests to transfer Erc20 tokens Will work for calling all contracts that have func signature `transfer(address,uint256)`.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
KavaSigner broadcasts msgs to a single kava node.