Builder

class Builder
For signing an already serialized transaction. Account number and chain ID must be set outside.
Protobuf type TW.Cosmos.Proto.Message.SignDirect

Functions

Link copied to clipboard
The prepared serialized AuthInfo
bytes auth_info_bytes = 2;
Link copied to clipboard
The prepared serialized TxBody
bytes body_bytes = 1;
Link copied to clipboard
open fun getAuthInfoBytes(): ByteString
The prepared serialized AuthInfo
bytes auth_info_bytes = 2;
Link copied to clipboard
open fun getBodyBytes(): ByteString
The prepared serialized TxBody
bytes body_bytes = 1;
Link copied to clipboard
The prepared serialized AuthInfo
bytes auth_info_bytes = 2;
Link copied to clipboard
open fun setBodyBytes(value: ByteString): Cosmos.Message.SignDirect.Builder
The prepared serialized TxBody
bytes body_bytes = 1;