Raw transaction bytes
A raw tendermint transaction hash, currently 20 bytes
Union type for different possible pubkeys. Currently only Ed25519 supported.
Union type for different possible voting signatures. Currently only Ed25519 supported.
Returns an Adaptor implementation for a given tendermint version. Throws when version is not supported.
full Tendermint version string, e.g. "0.20.1"
A runtime checker that ensures a given value is an array
This is used when you want to verify that data at runtime matches the expected type. This implies assertSet.
A runtime checker that ensures a given value is a boolean
This is used when you want to verify that data at runtime matches the expected type. This implies assertSet.
Throws an error if value matches the empty value for the given type (array/string of length 0, number of value 0, ...)
Otherwise returns the value.
This implies assertSet
A runtime checker that ensures a given value is a number
This is used when you want to verify that data at runtime matches the expected type. This implies assertSet.
A runtime checker that ensures a given value is an object in the sense of JSON (an unordered collection of key–value pairs where the keys are strings)
This is used when you want to verify that data at runtime matches the expected type. This implies assertSet.
A runtime checker that ensures a given value is set (i.e. not undefined or null)
This is used when you want to verify that data at runtime matches the expected type.
Returns true iff transaction made it sucessfully into a block
(i.e. sucess in check_tx
and deliver_tx
field)
Returns true iff transaction made it sucessfully into the transaction pool
Creates a JSON-RPC request with random ID
Generated using TypeDoc
Merkle root