cosmos_dart library

Classes

ABCIMessageLog
AccountI
AccountImpl
Contains the data to properly register an AccountI implementation so that it can be later deserialized starting from an Any by the Codec.
Any
Attribute
AuthInfo
AuthorizationType
BankParams
BaseAccount
BaseVestingAccount
BigIntBigEndian
Helper class used internally to encode/decode BigInt values in Big-Endian because of the breaking changes inside Pointycastle 2.0.1 See: https://github.com/bcgit/pc-dart/blob/master/CHANGELOG.md#version-201-2021-01-16
Bip32
Bip32EccCurve
Bip32Type
Bip39
Wrapper around the Bip-39 library making it easier to deal with mnemonic phrases.
BondStatus
BroadcastMode
BroadcastTxRequest
BroadcastTxResponse
Codec
Represents the codec that is used to serialize StdMsg instances properly during transactions signature processes.
Commission
CommissionRates
ContinuousVestingAccount
CosmosCoin
CosmosNetworkInfo
Contains the information of a generic Cosmos-based network.
CosmosPrivKey
CosmosPubKey
CosmosWallet
Represents a wallet which contains the hex private key, the hex public key and the hex address. In order to create one properly, the Wallet.derive method should always be used. The associated networkInfo will be used when computing the bech32Address associated with the wallet.
DecCoin
DecProto
DefaultTxConfig
DefaultTxConfig represents the default TxConfig implementation.
DelayedVestingAccount
Delegation
DelegationResponse
DenomUnit
Description
DirectSignModeHandler
DirectSignModeHandler defines the SIGN_MODE_DIRECT SignModeHandler.
Duration
DVPair
DVPairs
DVVTriplet
DVVTriplets
Fee
GasInfo
GenesisState
GetBlockWithTxsRequest
GetBlockWithTxsResponse
GetTxRequest
GetTxResponse
GetTxsEventRequest
GetTxsEventResponse
HistoricalInfo
Input
IntProto
LastValidatorPower
Metadata
ModeInfo
ModeInfo_Multi
ModeInfo_Single
ModuleAccount
MsgBeginRedelegate
MsgBeginRedelegateResponse
MsgCreateValidator
MsgCreateValidatorResponse
MsgData
MsgDelegate
MsgDelegateResponse
MsgEditValidator
MsgEditValidatorResponse
MsgFundCommunityPool
MsgFundCommunityPoolResponse
MsgMultiSend
MsgMultiSendResponse
MsgSend
MsgSendResponse
MsgSetWithdrawAddress
MsgSetWithdrawAddressResponse
MsgUndelegate
MsgUndelegateResponse
MsgWithdrawDelegatorReward
MsgWithdrawDelegatorRewardResponse
MsgWithdrawValidatorCommission
MsgWithdrawValidatorCommissionResponse
NetworkType
OrderBy
Output
PageRequest
PageResponse
Params
PeriodicVestingAccount
Pool
QueryDelegationRequest
QueryDelegationResponse
QueryDelegatorDelegationsRequest
QueryDelegatorDelegationsResponse
QueryDelegatorUnbondingDelegationsRequest
QueryDelegatorUnbondingDelegationsResponse
QueryDelegatorValidatorRequest
QueryDelegatorValidatorResponse
QueryDelegatorValidatorsRequest
QueryDelegatorValidatorsResponse
QueryHistoricalInfoRequest
QueryHistoricalInfoResponse
QueryParamsRequest
QueryParamsResponse
QueryPoolRequest
QueryPoolResponse
QueryRedelegationsRequest
QueryRedelegationsResponse
QueryUnbondingDelegationRequest
QueryUnbondingDelegationResponse
QueryValidatorDelegationsRequest
QueryValidatorDelegationsResponse
QueryValidatorRequest
QueryValidatorResponse
QueryValidatorsRequest
QueryValidatorsResponse
QueryValidatorUnbondingDelegationsRequest
QueryValidatorUnbondingDelegationsResponse
Redelegation
RedelegationEntry
RedelegationEntryResponse
RedelegationResponse
Result
SearchTxsResult
SendEnabled
SignatureData
SignatureData represents either a SingleSignatureData or MultiSignatureData. It is a convenience type that is easier to use in business logic than the encoded protobuf ModeInfo's and raw signatures.
SignatureDescriptor
SignatureDescriptor_Data
SignatureDescriptor_Data_Multi
SignatureDescriptor_Data_Single
SignatureDescriptors
SignatureV2
SignatureV2 is a convenience type that is easier to use in application logic than the protobuf SignerInfo's and raw signature bytes. It goes beyond the first sdk.Signature types by supporting sign modes and explicitly nested multi-signatures. It is intended to be used for both building and verifying signatures.
SignDoc
SignerData
SignerData is the specific information needed to sign a transaction that generally isn't included in the transaction body itself
SignerInfo
SignMode
SignModeHandler
SignModeHandler defines a interface to be implemented by types which will handle SignMode's by generating sign bytes from a Tx and SignerData.
SimulateRequest
SimulateResponse
SimulationResponse
SingleSignatureData
SingleSignatureData represents the signature and SignMode of a single (non-multisig) signer
StakeAuthorization
StakeAuthorization_Validators
StringEvent
Supply
Timestamp
Tx
TxBody
TxBuilder
Allows to easily build and sign a Tx that can later be sent over the network.
TxConfig
TxConfig defines an interface a client can utilize to generate an application-defined concrete transaction type. The type returned must implement TxBuilder.
TxMsgData
TxRaw
TxResponse
UnbondingDelegation
UnbondingDelegationEntry
ValAddresses
Validator

Extensions

BigIntExtension on BigInt
Extensions on the BigInt class.
CoinExt on CosmosCoin
Contains the data of a specific coin amount.
CoinsExt on List<CosmosCoin>
Useful method on list of coins.
IntExtensions on int
Extensions on the int class.
TxResponseExt on TxResponse
Extends TxResponse with useful methods.
Uin8ListExt on Uint8List
Extension methods on the Uint8List class.

Constants

ABCIMessageLog$json → const Map<String, Object>
Any$json → const Map<String, Object>
Attribute$json → const Map<String, Object>
AuthInfo$json → const Map<String, Object>
AuthorizationType$json → const Map<String, Object>
BondStatus$json → const Map<String, Object>
BroadcastMode$json → const Map<String, Object>
BroadcastTxRequest$json → const Map<String, Object>
BroadcastTxResponse$json → const Map<String, Object>
Coin$json → const Map<String, Object>
Commission$json → const Map<String, Object>
CommissionRates$json → const Map<String, Object>
DecCoin$json → const Map<String, Object>
DecProto$json → const Map<String, Object>
Delegation$json → const Map<String, Object>
DelegationResponse$json → const Map<String, Object>
Description$json → const Map<String, Object>
Duration$json → const Map<String, Object>
DVPair$json → const Map<String, Object>
DVPairs$json → const Map<String, Object>
DVVTriplet$json → const Map<String, Object>
DVVTriplets$json → const Map<String, Object>
Fee$json → const Map<String, Object>
GasInfo$json → const Map<String, Object>
GenesisState$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>
HistoricalInfo$json → const Map<String, Object>
IntProto$json → const Map<String, Object>
LastValidatorPower$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>
MsgBeginRedelegate$json → const Map<String, Object>
MsgBeginRedelegateResponse$json → const Map<String, Object>
MsgCreateValidator$json → const Map<String, Object>
MsgCreateValidatorResponse$json → const Map<String, String>
MsgData$json → const Map<String, Object>
MsgDelegate$json → const Map<String, Object>
MsgDelegateResponse$json → const Map<String, String>
MsgEditValidator$json → const Map<String, Object>
MsgEditValidatorResponse$json → const Map<String, String>
MsgUndelegate$json → const Map<String, Object>
MsgUndelegateResponse$json → const Map<String, Object>
OrderBy$json → const Map<String, Object>
PageRequest$json → const Map<String, Object>
PageResponse$json → const Map<String, Object>
Params$json → const Map<String, Object>
Pool$json → const Map<String, Object>
QueryDelegationRequest$json → const Map<String, Object>
QueryDelegationResponse$json → const Map<String, Object>
QueryDelegatorDelegationsRequest$json → const Map<String, Object>
QueryDelegatorDelegationsResponse$json → const Map<String, Object>
QueryDelegatorUnbondingDelegationsRequest$json → const Map<String, Object>
QueryDelegatorUnbondingDelegationsResponse$json → const Map<String, Object>
QueryDelegatorValidatorRequest$json → const Map<String, Object>
QueryDelegatorValidatorResponse$json → const Map<String, Object>
QueryDelegatorValidatorsRequest$json → const Map<String, Object>
QueryDelegatorValidatorsResponse$json → const Map<String, Object>
QueryHistoricalInfoRequest$json → const Map<String, Object>
QueryHistoricalInfoResponse$json → const Map<String, Object>
QueryParamsRequest$json → const Map<String, String>
QueryParamsResponse$json → const Map<String, Object>
QueryPoolRequest$json → const Map<String, String>
QueryPoolResponse$json → const Map<String, Object>
QueryRedelegationsRequest$json → const Map<String, Object>
QueryRedelegationsResponse$json → const Map<String, Object>
QueryUnbondingDelegationRequest$json → const Map<String, Object>
QueryUnbondingDelegationResponse$json → const Map<String, Object>
QueryValidatorDelegationsRequest$json → const Map<String, Object>
QueryValidatorDelegationsResponse$json → const Map<String, Object>
QueryValidatorRequest$json → const Map<String, Object>
QueryValidatorResponse$json → const Map<String, Object>
QueryValidatorsRequest$json → const Map<String, Object>
QueryValidatorsResponse$json → const Map<String, Object>
QueryValidatorUnbondingDelegationsRequest$json → const Map<String, Object>
QueryValidatorUnbondingDelegationsResponse$json → const Map<String, Object>
Redelegation$json → const Map<String, Object>
RedelegationEntry$json → const Map<String, Object>
RedelegationEntryResponse$json → const Map<String, Object>
RedelegationResponse$json → const Map<String, Object>
Result$json → const Map<String, Object>
SearchTxsResult$json → const Map<String, Object>
SignatureDescriptor$json → const Map<String, Object>
SignatureDescriptor_Data$json → const Map<String, Object>
SignatureDescriptor_Data_Multi$json → const Map<String, Object>
SignatureDescriptor_Data_Single$json → const Map<String, Object>
SignatureDescriptors$json → const Map<String, Object>
SignDoc$json → const Map<String, Object>
SignerInfo$json → const Map<String, Object>
SignMode$json → const Map<String, Object>
SimulateRequest$json → const Map<String, Object>
SimulateResponse$json → const Map<String, Object>
SimulationResponse$json → const Map<String, Object>
StakeAuthorization$json → const Map<String, Object>
StakeAuthorization_Validators$json → const Map<String, Object>
StringEvent$json → const Map<String, Object>
Timestamp$json → const Map<String, Object>
Tx$json → const Map<String, Object>
TxBody$json → const Map<String, Object>
TxMsgData$json → const Map<String, Object>
TxRaw$json → const Map<String, Object>
TxResponse$json → const Map<String, Object>
UnbondingDelegation$json → const Map<String, Object>
UnbondingDelegationEntry$json → const Map<String, Object>
ValAddresses$json → const Map<String, Object>
Validator$json → const Map<String, Object>

Properties

aBCIMessageLogDescriptor Uint8List
Descriptor for ABCIMessageLog. Decode as a google.protobuf.DescriptorProto.
final
anyDescriptor Uint8List
Descriptor for Any. Decode as a google.protobuf.DescriptorProto.
final
attributeDescriptor Uint8List
Descriptor for Attribute. Decode as a google.protobuf.DescriptorProto.
final
authInfoDescriptor Uint8List
Descriptor for AuthInfo. Decode as a google.protobuf.DescriptorProto.
final
authorizationTypeDescriptor Uint8List
Descriptor for AuthorizationType. Decode as a google.protobuf.EnumDescriptorProto.
final
bondStatusDescriptor Uint8List
Descriptor for BondStatus. Decode as a google.protobuf.EnumDescriptorProto.
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
coinDescriptor Uint8List
Descriptor for Coin. Decode as a google.protobuf.DescriptorProto.
final
commissionDescriptor Uint8List
Descriptor for Commission. Decode as a google.protobuf.DescriptorProto.
final
commissionRatesDescriptor Uint8List
Descriptor for CommissionRates. Decode as a google.protobuf.DescriptorProto.
final
decCoinDescriptor Uint8List
Descriptor for DecCoin. Decode as a google.protobuf.DescriptorProto.
final
decProtoDescriptor Uint8List
Descriptor for DecProto. Decode as a google.protobuf.DescriptorProto.
final
delegationDescriptor Uint8List
Descriptor for Delegation. Decode as a google.protobuf.DescriptorProto.
final
delegationResponseDescriptor Uint8List
Descriptor for DelegationResponse. Decode as a google.protobuf.DescriptorProto.
final
descriptionDescriptor Uint8List
Descriptor for Description. Decode as a google.protobuf.DescriptorProto.
final
durationDescriptor Uint8List
Descriptor for Duration. Decode as a google.protobuf.DescriptorProto.
final
dVPairDescriptor Uint8List
Descriptor for DVPair. Decode as a google.protobuf.DescriptorProto.
final
dVPairsDescriptor Uint8List
Descriptor for DVPairs. Decode as a google.protobuf.DescriptorProto.
final
dVVTripletDescriptor Uint8List
Descriptor for DVVTriplet. Decode as a google.protobuf.DescriptorProto.
final
dVVTripletsDescriptor Uint8List
Descriptor for DVVTriplets. Decode as a google.protobuf.DescriptorProto.
final
feeDescriptor Uint8List
Descriptor for Fee. Decode as a google.protobuf.DescriptorProto.
final
gasInfoDescriptor Uint8List
Descriptor for GasInfo. Decode as a google.protobuf.DescriptorProto.
final
genesisStateDescriptor Uint8List
Descriptor for GenesisState. 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
historicalInfoDescriptor Uint8List
Descriptor for HistoricalInfo. Decode as a google.protobuf.DescriptorProto.
final
intProtoDescriptor Uint8List
Descriptor for IntProto. Decode as a google.protobuf.DescriptorProto.
final
lastValidatorPowerDescriptor Uint8List
Descriptor for LastValidatorPower. Decode as a google.protobuf.DescriptorProto.
final
modeInfoDescriptor Uint8List
Descriptor for ModeInfo. Decode as a google.protobuf.DescriptorProto.
final
msgBeginRedelegateDescriptor Uint8List
Descriptor for MsgBeginRedelegate. Decode as a google.protobuf.DescriptorProto.
final
msgBeginRedelegateResponseDescriptor Uint8List
Descriptor for MsgBeginRedelegateResponse. Decode as a google.protobuf.DescriptorProto.
final
msgCreateValidatorDescriptor Uint8List
Descriptor for MsgCreateValidator. Decode as a google.protobuf.DescriptorProto.
final
msgCreateValidatorResponseDescriptor Uint8List
Descriptor for MsgCreateValidatorResponse. Decode as a google.protobuf.DescriptorProto.
final
msgDataDescriptor Uint8List
Descriptor for MsgData. Decode as a google.protobuf.DescriptorProto.
final
msgDelegateDescriptor Uint8List
Descriptor for MsgDelegate. Decode as a google.protobuf.DescriptorProto.
final
msgDelegateResponseDescriptor Uint8List
Descriptor for MsgDelegateResponse. Decode as a google.protobuf.DescriptorProto.
final
msgEditValidatorDescriptor Uint8List
Descriptor for MsgEditValidator. Decode as a google.protobuf.DescriptorProto.
final
msgEditValidatorResponseDescriptor Uint8List
Descriptor for MsgEditValidatorResponse. Decode as a google.protobuf.DescriptorProto.
final
msgUndelegateDescriptor Uint8List
Descriptor for MsgUndelegate. Decode as a google.protobuf.DescriptorProto.
final
msgUndelegateResponseDescriptor Uint8List
Descriptor for MsgUndelegateResponse. Decode as a google.protobuf.DescriptorProto.
final
orderByDescriptor Uint8List
Descriptor for OrderBy. Decode as a google.protobuf.EnumDescriptorProto.
final
pageRequestDescriptor Uint8List
Descriptor for PageRequest. Decode as a google.protobuf.DescriptorProto.
final
pageResponseDescriptor Uint8List
Descriptor for PageResponse. Decode as a google.protobuf.DescriptorProto.
final
paramsDescriptor Uint8List
Descriptor for Params. Decode as a google.protobuf.DescriptorProto.
final
poolDescriptor Uint8List
Descriptor for Pool. Decode as a google.protobuf.DescriptorProto.
final
queryDelegationRequestDescriptor Uint8List
Descriptor for QueryDelegationRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDelegationResponseDescriptor Uint8List
Descriptor for QueryDelegationResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorDelegationsRequestDescriptor Uint8List
Descriptor for QueryDelegatorDelegationsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorDelegationsResponseDescriptor Uint8List
Descriptor for QueryDelegatorDelegationsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorUnbondingDelegationsRequestDescriptor Uint8List
Descriptor for QueryDelegatorUnbondingDelegationsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorUnbondingDelegationsResponseDescriptor Uint8List
Descriptor for QueryDelegatorUnbondingDelegationsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorValidatorRequestDescriptor Uint8List
Descriptor for QueryDelegatorValidatorRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorValidatorResponseDescriptor Uint8List
Descriptor for QueryDelegatorValidatorResponse. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorValidatorsRequestDescriptor Uint8List
Descriptor for QueryDelegatorValidatorsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryDelegatorValidatorsResponseDescriptor Uint8List
Descriptor for QueryDelegatorValidatorsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryHistoricalInfoRequestDescriptor Uint8List
Descriptor for QueryHistoricalInfoRequest. Decode as a google.protobuf.DescriptorProto.
final
queryHistoricalInfoResponseDescriptor Uint8List
Descriptor for QueryHistoricalInfoResponse. Decode as a google.protobuf.DescriptorProto.
final
queryParamsRequestDescriptor Uint8List
Descriptor for QueryParamsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryParamsResponseDescriptor Uint8List
Descriptor for QueryParamsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryPoolRequestDescriptor Uint8List
Descriptor for QueryPoolRequest. Decode as a google.protobuf.DescriptorProto.
final
queryPoolResponseDescriptor Uint8List
Descriptor for QueryPoolResponse. Decode as a google.protobuf.DescriptorProto.
final
queryRedelegationsRequestDescriptor Uint8List
Descriptor for QueryRedelegationsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryRedelegationsResponseDescriptor Uint8List
Descriptor for QueryRedelegationsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryUnbondingDelegationRequestDescriptor Uint8List
Descriptor for QueryUnbondingDelegationRequest. Decode as a google.protobuf.DescriptorProto.
final
queryUnbondingDelegationResponseDescriptor Uint8List
Descriptor for QueryUnbondingDelegationResponse. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorDelegationsRequestDescriptor Uint8List
Descriptor for QueryValidatorDelegationsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorDelegationsResponseDescriptor Uint8List
Descriptor for QueryValidatorDelegationsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorRequestDescriptor Uint8List
Descriptor for QueryValidatorRequest. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorResponseDescriptor Uint8List
Descriptor for QueryValidatorResponse. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorsRequestDescriptor Uint8List
Descriptor for QueryValidatorsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorsResponseDescriptor Uint8List
Descriptor for QueryValidatorsResponse. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorUnbondingDelegationsRequestDescriptor Uint8List
Descriptor for QueryValidatorUnbondingDelegationsRequest. Decode as a google.protobuf.DescriptorProto.
final
queryValidatorUnbondingDelegationsResponseDescriptor Uint8List
Descriptor for QueryValidatorUnbondingDelegationsResponse. Decode as a google.protobuf.DescriptorProto.
final
redelegationDescriptor Uint8List
Descriptor for Redelegation. Decode as a google.protobuf.DescriptorProto.
final
redelegationEntryDescriptor Uint8List
Descriptor for RedelegationEntry. Decode as a google.protobuf.DescriptorProto.
final
redelegationEntryResponseDescriptor Uint8List
Descriptor for RedelegationEntryResponse. Decode as a google.protobuf.DescriptorProto.
final
redelegationResponseDescriptor Uint8List
Descriptor for RedelegationResponse. Decode as a google.protobuf.DescriptorProto.
final
resultDescriptor Uint8List
Descriptor for Result. Decode as a google.protobuf.DescriptorProto.
final
searchTxsResultDescriptor Uint8List
Descriptor for SearchTxsResult. Decode as a google.protobuf.DescriptorProto.
final
signatureDescriptorDescriptor Uint8List
Descriptor for SignatureDescriptor. Decode as a google.protobuf.DescriptorProto.
final
signatureDescriptorsDescriptor Uint8List
Descriptor for SignatureDescriptors. Decode as a google.protobuf.DescriptorProto.
final
signDocDescriptor Uint8List
Descriptor for SignDoc. Decode as a google.protobuf.DescriptorProto.
final
signerInfoDescriptor Uint8List
Descriptor for SignerInfo. Decode as a google.protobuf.DescriptorProto.
final
signModeDescriptor Uint8List
Descriptor for SignMode. Decode as a google.protobuf.EnumDescriptorProto.
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
simulationResponseDescriptor Uint8List
Descriptor for SimulationResponse. Decode as a google.protobuf.DescriptorProto.
final
stakeAuthorizationDescriptor Uint8List
Descriptor for StakeAuthorization. Decode as a google.protobuf.DescriptorProto.
final
stringEventDescriptor Uint8List
Descriptor for StringEvent. Decode as a google.protobuf.DescriptorProto.
final
timestampDescriptor Uint8List
Descriptor for Timestamp. Decode as a google.protobuf.DescriptorProto.
final
txBodyDescriptor Uint8List
Descriptor for TxBody. Decode as a google.protobuf.DescriptorProto.
final
txDescriptor Uint8List
Descriptor for Tx. Decode as a google.protobuf.DescriptorProto.
final
txMsgDataDescriptor Uint8List
Descriptor for TxMsgData. Decode as a google.protobuf.DescriptorProto.
final
txRawDescriptor Uint8List
Descriptor for TxRaw. Decode as a google.protobuf.DescriptorProto.
final
txResponseDescriptor Uint8List
Descriptor for TxResponse. Decode as a google.protobuf.DescriptorProto.
final
unbondingDelegationDescriptor Uint8List
Descriptor for UnbondingDelegation. Decode as a google.protobuf.DescriptorProto.
final
unbondingDelegationEntryDescriptor Uint8List
Descriptor for UnbondingDelegationEntry. Decode as a google.protobuf.DescriptorProto.
final
valAddressesDescriptor Uint8List
Descriptor for ValAddresses. Decode as a google.protobuf.DescriptorProto.
final
validatorDescriptor Uint8List
Descriptor for Validator. Decode as a google.protobuf.DescriptorProto.
final

Functions

copy(Uint8List source, int start, int end, Uint8List destination) → void
Copies the source array into the destination one, starting from the start position and ending at the end position.
defaultEncoder() TxEncoder
Returns a default protobuf TxEncoder.

Typedefs

AccountDeserializer = AccountI Function(Any any)
Represents a function that can read an Any as a particular AccountI implementation.
TxEncoder = Uint8List Function(Tx tx)
TxEncoder marshals a transaction to bytes