proto/cosmos/tx/v1beta1/export library

Classes

AuthInfo
AuthInfo describes the fee and signer modes that are used to sign a transaction.
AuxSignerData
AuxSignerData is the intermediary format that an auxiliary signer (e.g. a tipper) builds and sends to the fee payer (who will build and broadcast the actual tx). AuxSignerData is not a valid tx in itself, and will be rejected by the node if sent directly as-is.
BroadcastMode
BroadcastMode specifies the broadcast mode for the TxService.Broadcast RPC method.
BroadcastTxRequest
BroadcastTxRequest is the request type for the Service.BroadcastTxRequest RPC method.
BroadcastTxResponse
BroadcastTxResponse is the response type for the Service.BroadcastTx method.
Fee
Fee includes the amount of coins paid in fees and the maximum gas to be used by the transaction. The ratio yields an effective "gasprice", which must be above some miminum to be accepted into the mempool.
GetBlockWithTxsRequest
GetBlockWithTxsRequest is the request type for the Service.GetBlockWithTxs RPC method.
GetBlockWithTxsResponse
GetBlockWithTxsResponse is the response type for the Service.GetBlockWithTxs method.
GetTxRequest
GetTxRequest is the request type for the Service.GetTx RPC method.
GetTxResponse
GetTxResponse is the response type for the Service.GetTx method.
GetTxsEventRequest
GetTxsEventRequest is the request type for the Service.TxsByEvents RPC method.
GetTxsEventResponse
GetTxsEventResponse is the response type for the Service.TxsByEvents RPC method.
ModeInfo
ModeInfo describes the signing mode of a single or nested multisig signer.
ModeInfo_Multi
Multi is the mode info for a multisig public key
ModeInfo_Single
Single is the mode info for a single signer. It is structured as a message to allow for additional fields such as locale for SIGN_MODE_TEXTUAL in the future
OrderBy
OrderBy defines the sorting order
ServiceBase
ServiceClient
SignDoc
SignDoc is the type used for generating sign bytes for SIGN_MODE_DIRECT.
SignDocDirectAux
SignDocDirectAux is the type used for generating sign bytes for SIGN_MODE_DIRECT_AUX.
SignerInfo
SignerInfo describes the public key and signing mode of a single top-level signer.
SimulateRequest
SimulateRequest is the request type for the Service.Simulate RPC method.
SimulateResponse
SimulateResponse is the response type for the Service.SimulateRPC method.
Tip
Tip is the tip used for meta-transactions.
Tx
Tx is the standard type used for broadcasting transactions.
TxBody
TxBody is the body of a transaction that all signers sign over.
TxDecodeAminoRequest
TxDecodeAminoRequest is the request type for the Service.TxDecodeAmino RPC method.
TxDecodeAminoResponse
TxDecodeAminoResponse is the response type for the Service.TxDecodeAmino RPC method.
TxDecodeRequest
TxDecodeRequest is the request type for the Service.TxDecode RPC method.
TxDecodeResponse
TxDecodeResponse is the response type for the Service.TxDecode method.
TxEncodeAminoRequest
TxEncodeAminoRequest is the request type for the Service.TxEncodeAmino RPC method.
TxEncodeAminoResponse
TxEncodeAminoResponse is the response type for the Service.TxEncodeAmino RPC method.
TxEncodeRequest
TxEncodeRequest is the request type for the Service.TxEncode RPC method.
TxEncodeResponse
TxEncodeResponse is the response type for the Service.TxEncode method.
TxRaw
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.

Enums

ModeInfo_Sum

Constants

AuthInfo$json → const Map<String, Object>
AuxSignerData$json → const Map<String, Object>
BroadcastMode$json → const Map<String, Object>
BroadcastTxRequest$json → const Map<String, Object>
BroadcastTxResponse$json → const Map<String, Object>
Fee$json → const Map<String, Object>
GetBlockWithTxsRequest$json → const Map<String, Object>
GetBlockWithTxsResponse$json → const Map<String, Object>
GetTxRequest$json → const Map<String, Object>
GetTxResponse$json → const Map<String, Object>
GetTxsEventRequest$json → const Map<String, Object>
GetTxsEventResponse$json → const Map<String, Object>
ModeInfo$json → const Map<String, Object>
ModeInfo_Multi$json → const Map<String, Object>
ModeInfo_Single$json → const Map<String, Object>
OrderBy$json → const Map<String, Object>
SignDoc$json → const Map<String, Object>
SignDocDirectAux$json → const Map<String, Object>
SignerInfo$json → const Map<String, Object>
SimulateRequest$json → const Map<String, Object>
SimulateResponse$json → const Map<String, Object>
Tip$json → const Map<String, Object>
Tx$json → const Map<String, Object>
TxBody$json → const Map<String, Object>
TxDecodeAminoRequest$json → const Map<String, Object>
TxDecodeAminoResponse$json → const Map<String, Object>
TxDecodeRequest$json → const Map<String, Object>
TxDecodeResponse$json → const Map<String, Object>
TxEncodeAminoRequest$json → const Map<String, Object>
TxEncodeAminoResponse$json → const Map<String, Object>
TxEncodeRequest$json → const Map<String, Object>
TxEncodeResponse$json → const Map<String, Object>
TxRaw$json → const Map<String, Object>

Properties

authInfoDescriptor Uint8List
Descriptor for AuthInfo. Decode as a google.protobuf.DescriptorProto.
final
auxSignerDataDescriptor Uint8List
Descriptor for AuxSignerData. Decode as a google.protobuf.DescriptorProto.
final
broadcastModeDescriptor Uint8List
Descriptor for BroadcastMode. Decode as a google.protobuf.EnumDescriptorProto.
final
broadcastTxRequestDescriptor Uint8List
Descriptor for BroadcastTxRequest. Decode as a google.protobuf.DescriptorProto.
final
broadcastTxResponseDescriptor Uint8List
Descriptor for BroadcastTxResponse. Decode as a google.protobuf.DescriptorProto.
final
feeDescriptor Uint8List
Descriptor for Fee. Decode as a google.protobuf.DescriptorProto.
final
getBlockWithTxsRequestDescriptor Uint8List
Descriptor for GetBlockWithTxsRequest. Decode as a google.protobuf.DescriptorProto.
final
getBlockWithTxsResponseDescriptor Uint8List
Descriptor for GetBlockWithTxsResponse. Decode as a google.protobuf.DescriptorProto.
final
getTxRequestDescriptor Uint8List
Descriptor for GetTxRequest. Decode as a google.protobuf.DescriptorProto.
final
getTxResponseDescriptor Uint8List
Descriptor for GetTxResponse. Decode as a google.protobuf.DescriptorProto.
final
getTxsEventRequestDescriptor Uint8List
Descriptor for GetTxsEventRequest. Decode as a google.protobuf.DescriptorProto.
final
getTxsEventResponseDescriptor Uint8List
Descriptor for GetTxsEventResponse. Decode as a google.protobuf.DescriptorProto.
final
modeInfoDescriptor Uint8List
Descriptor for ModeInfo. Decode as a google.protobuf.DescriptorProto.
final
orderByDescriptor Uint8List
Descriptor for OrderBy. Decode as a google.protobuf.EnumDescriptorProto.
final
signDocDescriptor Uint8List
Descriptor for SignDoc. Decode as a google.protobuf.DescriptorProto.
final
signDocDirectAuxDescriptor Uint8List
Descriptor for SignDocDirectAux. Decode as a google.protobuf.DescriptorProto.
final
signerInfoDescriptor Uint8List
Descriptor for SignerInfo. Decode as a google.protobuf.DescriptorProto.
final
simulateRequestDescriptor Uint8List
Descriptor for SimulateRequest. Decode as a google.protobuf.DescriptorProto.
final
simulateResponseDescriptor Uint8List
Descriptor for SimulateResponse. Decode as a google.protobuf.DescriptorProto.
final
tipDescriptor Uint8List
Descriptor for Tip. Decode as a google.protobuf.DescriptorProto.
final
txBodyDescriptor Uint8List
Descriptor for TxBody. Decode as a google.protobuf.DescriptorProto.
final
txDecodeAminoRequestDescriptor Uint8List
Descriptor for TxDecodeAminoRequest. Decode as a google.protobuf.DescriptorProto.
final
txDecodeAminoResponseDescriptor Uint8List
Descriptor for TxDecodeAminoResponse. Decode as a google.protobuf.DescriptorProto.
final
txDecodeRequestDescriptor Uint8List
Descriptor for TxDecodeRequest. Decode as a google.protobuf.DescriptorProto.
final
txDecodeResponseDescriptor Uint8List
Descriptor for TxDecodeResponse. Decode as a google.protobuf.DescriptorProto.
final
txDescriptor Uint8List
Descriptor for Tx. Decode as a google.protobuf.DescriptorProto.
final
txEncodeAminoRequestDescriptor Uint8List
Descriptor for TxEncodeAminoRequest. Decode as a google.protobuf.DescriptorProto.
final
txEncodeAminoResponseDescriptor Uint8List
Descriptor for TxEncodeAminoResponse. Decode as a google.protobuf.DescriptorProto.
final
txEncodeRequestDescriptor Uint8List
Descriptor for TxEncodeRequest. Decode as a google.protobuf.DescriptorProto.
final
txEncodeResponseDescriptor Uint8List
Descriptor for TxEncodeResponse. Decode as a google.protobuf.DescriptorProto.
final
txRawDescriptor Uint8List
Descriptor for TxRaw. Decode as a google.protobuf.DescriptorProto.
final