base64
Used for RPC send transactions You can commit the data directly to RPC
base64 string
get tx content
tx info
Get SignDoc for signature
SignDoc protobuf.Tx.SignDoc
get Tx Hash
tx hash
TxRaw is a variant of Tx that pins the signer's exact binary representation
of body and auth_info. This is used for signing, broadcasting and
verification. The binary serialize(tx: TxRaw)
is stored in Tendermint and
the hash sha256(serialize(tx: TxRaw))
becomes the "txhash", commonly used
as the transaction ID.
TxRaw protobuf.Tx.TxRaw
has PubKey
true/false
add public key
Generated using TypeDoc
add signature