Union type for different possible pubkeys.
Returns true iff transaction made it successfully into a block
(i.e. success in check_tx
and deliver_tx
field)
Returns true iff transaction made it successfully into the transaction pool
Returns Tendermint address in uppercase hex format.
This is for addresses that are derived by the Tendermint keypair (typically Ed25519). Sometimes those addresses are bech32-encoded and contain the term "cons" in the presix ("cosmosvalcons1...").
For secp256k1 this assumes we already have a compressed pubkey, which is the default in Cosmos.
Returns Tendermint address as bytes.
This is for addresses that are derived by the Tendermint keypair (typically Ed25519). Sometimes those addresses are bech32-encoded and contain the term "cons" in the presix ("cosmosvalcons1...").
For secp256k1 this assumes we already have a compressed pubkey, which is the default in Cosmos.
Calculates the UNIX timestamp in seconds as well as the nanoseconds after the given second.
This is useful when dealing with external systems like the protobuf type .google.protobuf.Timestamp or any other system that does not use millisecond precision.
Generated using TypeDoc
We lost track on how the evidence structure actually looks like. This is any now and passed to the caller untouched.
See also https://github.com/cosmos/cosmjs/issues/980.