Trait penumbra_proto::Name

source ·
pub trait Name: Message {
    const NAME: &'static str;
    const PACKAGE: &'static str;

    // Provided methods
    fn full_name() -> String { ... }
    fn type_url() -> String { ... }
}
Expand description

Associate a type name with a Message type.

Required Associated Constants§

source

const NAME: &'static str

Simple name for this Message. This name is the same as it appears in the source .proto file, e.g. FooBar.

source

const PACKAGE: &'static str

Package name this message type is contained in. They are domain-like and delimited by ., e.g. google.protobuf.

Provided Methods§

source

fn full_name() -> String

Fully-qualified unique name for this Message. It’s prefixed with the package name and names of any parent messages, e.g. google.rpc.BadRequest.FieldViolation. By default, this is the package name followed by the message name. Fully-qualified names must be unique within a domain of Type URLs.

source

fn type_url() -> String

Type URL for this Message, which by default is the full name with a leading slash, but may also include a leading domain name, e.g. type.googleapis.com/google.profile.Person. This can be used when serializing with the [Any] type.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Name for Value

source§

const NAME: &'static str = "Value"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for KeyValueRequest

source§

const NAME: &'static str = "KeyValueRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for KeyValueResponse

source§

const NAME: &'static str = "KeyValueResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for PrefixValueRequest

source§

const NAME: &'static str = "PrefixValueRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for PrefixValueResponse

source§

const NAME: &'static str = "PrefixValueResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for WatchRequest

source§

const NAME: &'static str = "WatchRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for WatchResponse

source§

const NAME: &'static str = "WatchResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for KeyValue

source§

const NAME: &'static str = "KeyValue"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

source§

impl Name for NvKeyValue

source§

const NAME: &'static str = "NvKeyValue"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

fn full_name() -> String

§

impl Name for AbciMessageLog

§

const NAME: &'static str = "ABCIMessageLog"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for AbciQueryRequest

§

const NAME: &'static str = "ABCIQueryRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for AbciQueryResponse

§

const NAME: &'static str = "ABCIQueryResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for Acknowledgement

§

const NAME: &'static str = "Acknowledgement"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for AddressBytesToStringRequest

§

const NAME: &'static str = "AddressBytesToStringRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for AddressBytesToStringResponse

§

const NAME: &'static str = "AddressBytesToStringResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for AddressList

§

const NAME: &'static str = "AddressList"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for AddressStringToBytesRequest

§

const NAME: &'static str = "AddressStringToBytesRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for AddressStringToBytesResponse

§

const NAME: &'static str = "AddressStringToBytesResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for Allocation

§

const NAME: &'static str = "Allocation"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for Annotation

§

const NAME: &'static str = "Annotation"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Any

§

const NAME: &'static str = "Any"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Attribute

§

const NAME: &'static str = "Attribute"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for AuthInfo

§

const NAME: &'static str = "AuthInfo"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for AuxSignerData

§

const NAME: &'static str = "AuxSignerData"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for Balance

§

const NAME: &'static str = "Balance"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for BaseAccount

§

const NAME: &'static str = "BaseAccount"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for Bech32PrefixRequest

§

const NAME: &'static str = "Bech32PrefixRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for Bech32PrefixResponse

§

const NAME: &'static str = "Bech32PrefixResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for Bip44Params

§

const NAME: &'static str = "BIP44Params"

§

const PACKAGE: &'static str = "cosmos.crypto.hd.v1"

§

fn full_name() -> String

§

impl Name for Block

§

const NAME: &'static str = "Block"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for BroadcastTxRequest

§

const NAME: &'static str = "BroadcastTxRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for BroadcastTxResponse

§

const NAME: &'static str = "BroadcastTxResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for CancelSoftwareUpgradeProposal

§

const NAME: &'static str = "CancelSoftwareUpgradeProposal"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for Chain

§

const NAME: &'static str = "Chain"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ChainInfo

§

const NAME: &'static str = "ChainInfo"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for ChangeRewardDenomsProposal

§

const NAME: &'static str = "ChangeRewardDenomsProposal"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Channel

§

const NAME: &'static str = "Channel"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for ChannelToChain

§

const NAME: &'static str = "ChannelToChain"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Checksums

§

const NAME: &'static str = "Checksums"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for ClassTrace

§

const NAME: &'static str = "ClassTrace"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for ClientConsensusStates

§

const NAME: &'static str = "ClientConsensusStates"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for ClientMessage

§

const NAME: &'static str = "ClientMessage"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for ClientPaths

§

const NAME: &'static str = "ClientPaths"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.lightclients.localhost.v2"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.lightclients.tendermint.v1"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.mock"

§

fn full_name() -> String

§

impl Name for ClientState

§

const NAME: &'static str = "ClientState"

§

const PACKAGE: &'static str = "ibc.lightclients.localhost.v1"

§

fn full_name() -> String

§

impl Name for ClientUpdateProposal

§

const NAME: &'static str = "ClientUpdateProposal"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for Coin

§

const NAME: &'static str = "Coin"

§

const PACKAGE: &'static str = "cosmos.base.v1beta1"

§

fn full_name() -> String

§

impl Name for Commission

§

const NAME: &'static str = "Commission"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for CommissionRates

§

const NAME: &'static str = "CommissionRates"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for CompactBitArray

§

const NAME: &'static str = "CompactBitArray"

§

const PACKAGE: &'static str = "cosmos.crypto.multisig.v1beta1"

§

fn full_name() -> String

§

impl Name for Config

§

const NAME: &'static str = "Config"

§

const PACKAGE: &'static str = "cosmos.tx.config.v1"

§

fn full_name() -> String

§

impl Name for ConfigRequest

§

const NAME: &'static str = "ConfigRequest"

§

const PACKAGE: &'static str = "cosmos.base.node.v1beta1"

§

fn full_name() -> String

§

impl Name for ConfigResponse

§

const NAME: &'static str = "ConfigResponse"

§

const PACKAGE: &'static str = "cosmos.base.node.v1beta1"

§

fn full_name() -> String

§

impl Name for ConnectionEnd

§

const NAME: &'static str = "ConnectionEnd"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for ConnectionPaths

§

const NAME: &'static str = "ConnectionPaths"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for ConsensusState

§

const NAME: &'static str = "ConsensusState"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for ConsensusState

§

const NAME: &'static str = "ConsensusState"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for ConsensusState

§

const NAME: &'static str = "ConsensusState"

§

const PACKAGE: &'static str = "ibc.lightclients.tendermint.v1"

§

fn full_name() -> String

§

impl Name for ConsensusState

§

const NAME: &'static str = "ConsensusState"

§

const PACKAGE: &'static str = "ibc.mock"

§

fn full_name() -> String

§

impl Name for ConsensusStateWithHeight

§

const NAME: &'static str = "ConsensusStateWithHeight"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for ConsumerAdditionProposal

§

const NAME: &'static str = "ConsumerAdditionProposal"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ConsumerAdditionProposals

§

const NAME: &'static str = "ConsumerAdditionProposals"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ConsumerAddrsToPrune

§

const NAME: &'static str = "ConsumerAddrsToPrune"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ConsumerGenesisState

§

const NAME: &'static str = "ConsumerGenesisState"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ConsumerPacketData

§

const NAME: &'static str = "ConsumerPacketData"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ConsumerPacketDataList

§

const NAME: &'static str = "ConsumerPacketDataList"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ConsumerPacketDataV1

§

const NAME: &'static str = "ConsumerPacketDataV1"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ConsumerParams

§

const NAME: &'static str = "ConsumerParams"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ConsumerRemovalProposal

§

const NAME: &'static str = "ConsumerRemovalProposal"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ConsumerRemovalProposals

§

const NAME: &'static str = "ConsumerRemovalProposals"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ConsumerState

§

const NAME: &'static str = "ConsumerState"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Contract

§

const NAME: &'static str = "Contract"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for CosmosTx

§

const NAME: &'static str = "CosmosTx"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.v1"

§

fn full_name() -> String

§

impl Name for Counterparty

§

const NAME: &'static str = "Counterparty"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for Counterparty

§

const NAME: &'static str = "Counterparty"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for CrossChainValidator

§

const NAME: &'static str = "CrossChainValidator"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for Data

§

const NAME: &'static str = "Data"

§

const PACKAGE: &'static str = "cosmos.tx.signing.v1beta1"

§

fn full_name() -> String

§

impl Name for DecCoin

§

const NAME: &'static str = "DecCoin"

§

const PACKAGE: &'static str = "cosmos.base.v1beta1"

§

fn full_name() -> String

§

impl Name for DecProto

§

const NAME: &'static str = "DecProto"

§

const PACKAGE: &'static str = "cosmos.base.v1beta1"

§

fn full_name() -> String

§

impl Name for Declaration

§

const NAME: &'static str = "Declaration"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Delegation

§

const NAME: &'static str = "Delegation"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DelegationResponse

§

const NAME: &'static str = "DelegationResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DenomOwner

§

const NAME: &'static str = "DenomOwner"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for DenomTrace

§

const NAME: &'static str = "DenomTrace"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for DenomUnit

§

const NAME: &'static str = "DenomUnit"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for Deposit

§

const NAME: &'static str = "Deposit"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for Deposit

§

const NAME: &'static str = "Deposit"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for DepositParams

§

const NAME: &'static str = "DepositParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for DepositParams

§

const NAME: &'static str = "DepositParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for Description

§

const NAME: &'static str = "Description"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DescriptorProto

§

const NAME: &'static str = "DescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Duration

§

const NAME: &'static str = "Duration"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for DvPair

§

const NAME: &'static str = "DVPair"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DvPairs

§

const NAME: &'static str = "DVPairs"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DvvTriplet

§

const NAME: &'static str = "DVVTriplet"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for DvvTriplets

§

const NAME: &'static str = "DVVTriplets"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for EditionDefault

§

const NAME: &'static str = "EditionDefault"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for EnumDescriptorProto

§

const NAME: &'static str = "EnumDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for EnumOptions

§

const NAME: &'static str = "EnumOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for EnumReservedRange

§

const NAME: &'static str = "EnumReservedRange"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for EnumValueDescriptorProto

§

const NAME: &'static str = "EnumValueDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for EnumValueOptions

§

const NAME: &'static str = "EnumValueOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for ExportedVscSendTimestamp

§

const NAME: &'static str = "ExportedVscSendTimestamp"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ExtensionRange

§

const NAME: &'static str = "ExtensionRange"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for ExtensionRangeOptions

§

const NAME: &'static str = "ExtensionRangeOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FeatureSet

§

const NAME: &'static str = "FeatureSet"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FeatureSetDefaults

§

const NAME: &'static str = "FeatureSetDefaults"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FeatureSetEditionDefault

§

const NAME: &'static str = "FeatureSetEditionDefault"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Fee

§

const NAME: &'static str = "Fee"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for Fee

§

const NAME: &'static str = "Fee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for FeeEnabledChannel

§

const NAME: &'static str = "FeeEnabledChannel"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for FieldDescriptorProto

§

const NAME: &'static str = "FieldDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FieldOptions

§

const NAME: &'static str = "FieldOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FileDescriptorProto

§

const NAME: &'static str = "FileDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FileDescriptorSet

§

const NAME: &'static str = "FileDescriptorSet"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for FileOptions

§

const NAME: &'static str = "FileOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for ForwardRelayerAddress

§

const NAME: &'static str = "ForwardRelayerAddress"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for Fraction

§

const NAME: &'static str = "Fraction"

§

const PACKAGE: &'static str = "ibc.lightclients.tendermint.v1"

§

fn full_name() -> String

§

impl Name for FungibleTokenPacketData

§

const NAME: &'static str = "FungibleTokenPacketData"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v2"

§

fn full_name() -> String

§

impl Name for GasInfo

§

const NAME: &'static str = "GasInfo"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for GeneratedCodeInfo

§

const NAME: &'static str = "GeneratedCodeInfo"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for GenesisMetadata

§

const NAME: &'static str = "GenesisMetadata"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.core.types.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for GenesisState

§

const NAME: &'static str = "GenesisState"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for GetBlockByHeightRequest

§

const NAME: &'static str = "GetBlockByHeightRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetBlockByHeightResponse

§

const NAME: &'static str = "GetBlockByHeightResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetBlockWithTxsRequest

§

const NAME: &'static str = "GetBlockWithTxsRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetBlockWithTxsResponse

§

const NAME: &'static str = "GetBlockWithTxsResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetLatestBlockRequest

§

const NAME: &'static str = "GetLatestBlockRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetLatestBlockResponse

§

const NAME: &'static str = "GetLatestBlockResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetLatestValidatorSetRequest

§

const NAME: &'static str = "GetLatestValidatorSetRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetLatestValidatorSetResponse

§

const NAME: &'static str = "GetLatestValidatorSetResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetNodeInfoRequest

§

const NAME: &'static str = "GetNodeInfoRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetNodeInfoResponse

§

const NAME: &'static str = "GetNodeInfoResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetSyncingRequest

§

const NAME: &'static str = "GetSyncingRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetSyncingResponse

§

const NAME: &'static str = "GetSyncingResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetTxRequest

§

const NAME: &'static str = "GetTxRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetTxResponse

§

const NAME: &'static str = "GetTxResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetTxsEventRequest

§

const NAME: &'static str = "GetTxsEventRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetTxsEventResponse

§

const NAME: &'static str = "GetTxsEventResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for GetValidatorSetByHeightRequest

§

const NAME: &'static str = "GetValidatorSetByHeightRequest"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GetValidatorSetByHeightResponse

§

const NAME: &'static str = "GetValidatorSetByHeightResponse"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for GlobalSlashEntry

§

const NAME: &'static str = "GlobalSlashEntry"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for HandshakeMetadata

§

const NAME: &'static str = "HandshakeMetadata"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for Header

§

const NAME: &'static str = "Header"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for Header

§

const NAME: &'static str = "Header"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for Header

§

const NAME: &'static str = "Header"

§

const PACKAGE: &'static str = "ibc.lightclients.tendermint.v1"

§

fn full_name() -> String

§

impl Name for Header

§

const NAME: &'static str = "Header"

§

const PACKAGE: &'static str = "ibc.mock"

§

fn full_name() -> String

§

impl Name for HeaderData

§

const NAME: &'static str = "HeaderData"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for Height

§

const NAME: &'static str = "Height"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for HeightToValsetUpdateId

§

const NAME: &'static str = "HeightToValsetUpdateID"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for HistoricalInfo

§

const NAME: &'static str = "HistoricalInfo"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for IdentifiedChannel

§

const NAME: &'static str = "IdentifiedChannel"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for IdentifiedClientState

§

const NAME: &'static str = "IdentifiedClientState"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for IdentifiedConnection

§

const NAME: &'static str = "IdentifiedConnection"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for IdentifiedGenesisMetadata

§

const NAME: &'static str = "IdentifiedGenesisMetadata"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for IdentifiedPacketFees

§

const NAME: &'static str = "IdentifiedPacketFees"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for IncentivizedAcknowledgement

§

const NAME: &'static str = "IncentivizedAcknowledgement"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for InitTimeoutTimestamp

§

const NAME: &'static str = "InitTimeoutTimestamp"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Input

§

const NAME: &'static str = "Input"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for IntProto

§

const NAME: &'static str = "IntProto"

§

const PACKAGE: &'static str = "cosmos.base.v1beta1"

§

fn full_name() -> String

§

impl Name for InterchainAccount

§

const NAME: &'static str = "InterchainAccount"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.v1"

§

fn full_name() -> String

§

impl Name for InterchainAccountPacketData

§

const NAME: &'static str = "InterchainAccountPacketData"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.v1"

§

fn full_name() -> String

§

impl Name for KeyAssignmentReplacement

§

const NAME: &'static str = "KeyAssignmentReplacement"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for LastTransmissionBlockHeight

§

const NAME: &'static str = "LastTransmissionBlockHeight"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for LastValidatorPower

§

const NAME: &'static str = "LastValidatorPower"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for Ledger

§

const NAME: &'static str = "Ledger"

§

const PACKAGE: &'static str = "cosmos.crypto.keyring.v1"

§

fn full_name() -> String

§

impl Name for LegacyAminoPubKey

§

const NAME: &'static str = "LegacyAminoPubKey"

§

const PACKAGE: &'static str = "cosmos.crypto.multisig"

§

fn full_name() -> String

§

impl Name for ListAllInterfacesRequest

§

const NAME: &'static str = "ListAllInterfacesRequest"

§

const PACKAGE: &'static str = "cosmos.base.reflection.v1beta1"

§

fn full_name() -> String

§

impl Name for ListAllInterfacesResponse

§

const NAME: &'static str = "ListAllInterfacesResponse"

§

const PACKAGE: &'static str = "cosmos.base.reflection.v1beta1"

§

fn full_name() -> String

§

impl Name for ListImplementationsRequest

§

const NAME: &'static str = "ListImplementationsRequest"

§

const PACKAGE: &'static str = "cosmos.base.reflection.v1beta1"

§

fn full_name() -> String

§

impl Name for ListImplementationsResponse

§

const NAME: &'static str = "ListImplementationsResponse"

§

const PACKAGE: &'static str = "cosmos.base.reflection.v1beta1"

§

fn full_name() -> String

§

impl Name for Local

§

const NAME: &'static str = "Local"

§

const PACKAGE: &'static str = "cosmos.crypto.keyring.v1"

§

fn full_name() -> String

§

impl Name for Location

§

const NAME: &'static str = "Location"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for MaturedUnbondingOps

§

const NAME: &'static str = "MaturedUnbondingOps"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MaturingVscPacket

§

const NAME: &'static str = "MaturingVSCPacket"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for MerklePath

§

const NAME: &'static str = "MerklePath"

§

const PACKAGE: &'static str = "ibc.core.commitment.v1"

§

fn full_name() -> String

§

impl Name for MerklePrefix

§

const NAME: &'static str = "MerklePrefix"

§

const PACKAGE: &'static str = "ibc.core.commitment.v1"

§

fn full_name() -> String

§

impl Name for MerkleProof

§

const NAME: &'static str = "MerkleProof"

§

const PACKAGE: &'static str = "ibc.core.commitment.v1"

§

fn full_name() -> String

§

impl Name for MerkleRoot

§

const NAME: &'static str = "MerkleRoot"

§

const PACKAGE: &'static str = "ibc.core.commitment.v1"

§

fn full_name() -> String

§

impl Name for MessageOptions

§

const NAME: &'static str = "MessageOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Metadata

§

const NAME: &'static str = "Metadata"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for Metadata

§

const NAME: &'static str = "Metadata"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for Metadata

§

const NAME: &'static str = "Metadata"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for Metadata

§

const NAME: &'static str = "Metadata"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.v1"

§

fn full_name() -> String

§

impl Name for MethodDescriptorProto

§

const NAME: &'static str = "MethodDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for MethodOptions

§

const NAME: &'static str = "MethodOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for MigrateFromInfo

§

const NAME: &'static str = "MigrateFromInfo"

§

const PACKAGE: &'static str = "cosmos.app.v1alpha1"

§

fn full_name() -> String

§

impl Name for Misbehaviour

§

const NAME: &'static str = "Misbehaviour"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for Misbehaviour

§

const NAME: &'static str = "Misbehaviour"

§

const PACKAGE: &'static str = "ibc.lightclients.tendermint.v1"

§

fn full_name() -> String

§

impl Name for Misbehaviour

§

const NAME: &'static str = "Misbehaviour"

§

const PACKAGE: &'static str = "ibc.mock"

§

fn full_name() -> String

§

impl Name for ModeInfo

§

const NAME: &'static str = "ModeInfo"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.upgrade.module.v1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.gov.module.v1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.bank.module.v1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.auth.module.v1"

§

fn full_name() -> String

§

impl Name for Module

§

const NAME: &'static str = "Module"

§

const PACKAGE: &'static str = "cosmos.staking.module.v1"

§

fn full_name() -> String

§

impl Name for ModuleAccount

§

const NAME: &'static str = "ModuleAccount"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for ModuleAccountPermission

§

const NAME: &'static str = "ModuleAccountPermission"

§

const PACKAGE: &'static str = "cosmos.auth.module.v1"

§

fn full_name() -> String

§

impl Name for ModuleCredential

§

const NAME: &'static str = "ModuleCredential"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for ModuleDescriptor

§

const NAME: &'static str = "ModuleDescriptor"

§

const PACKAGE: &'static str = "cosmos.app.v1alpha1"

§

fn full_name() -> String

§

impl Name for ModuleVersion

§

const NAME: &'static str = "ModuleVersion"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgAcknowledgement

§

const NAME: &'static str = "MsgAcknowledgement"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgAcknowledgementResponse

§

const NAME: &'static str = "MsgAcknowledgementResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgAssignConsumerKey

§

const NAME: &'static str = "MsgAssignConsumerKey"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgAssignConsumerKeyResponse

§

const NAME: &'static str = "MsgAssignConsumerKeyResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgBeginRedelegate

§

const NAME: &'static str = "MsgBeginRedelegate"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgBeginRedelegateResponse

§

const NAME: &'static str = "MsgBeginRedelegateResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgCancelUnbondingDelegation

§

const NAME: &'static str = "MsgCancelUnbondingDelegation"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgCancelUnbondingDelegationResponse

§

const NAME: &'static str = "MsgCancelUnbondingDelegationResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgCancelUpgrade

§

const NAME: &'static str = "MsgCancelUpgrade"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgCancelUpgradeResponse

§

const NAME: &'static str = "MsgCancelUpgradeResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgChannelCloseConfirm

§

const NAME: &'static str = "MsgChannelCloseConfirm"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelCloseConfirmResponse

§

const NAME: &'static str = "MsgChannelCloseConfirmResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelCloseInit

§

const NAME: &'static str = "MsgChannelCloseInit"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelCloseInitResponse

§

const NAME: &'static str = "MsgChannelCloseInitResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenAck

§

const NAME: &'static str = "MsgChannelOpenAck"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenAckResponse

§

const NAME: &'static str = "MsgChannelOpenAckResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenConfirm

§

const NAME: &'static str = "MsgChannelOpenConfirm"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenConfirmResponse

§

const NAME: &'static str = "MsgChannelOpenConfirmResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenInit

§

const NAME: &'static str = "MsgChannelOpenInit"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenInitResponse

§

const NAME: &'static str = "MsgChannelOpenInitResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenTry

§

const NAME: &'static str = "MsgChannelOpenTry"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgChannelOpenTryResponse

§

const NAME: &'static str = "MsgChannelOpenTryResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenAck

§

const NAME: &'static str = "MsgConnectionOpenAck"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenAckResponse

§

const NAME: &'static str = "MsgConnectionOpenAckResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenConfirm

§

const NAME: &'static str = "MsgConnectionOpenConfirm"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenConfirmResponse

§

const NAME: &'static str = "MsgConnectionOpenConfirmResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenInit

§

const NAME: &'static str = "MsgConnectionOpenInit"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenInitResponse

§

const NAME: &'static str = "MsgConnectionOpenInitResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenTry

§

const NAME: &'static str = "MsgConnectionOpenTry"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgConnectionOpenTryResponse

§

const NAME: &'static str = "MsgConnectionOpenTryResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgCreateClient

§

const NAME: &'static str = "MsgCreateClient"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgCreateClientResponse

§

const NAME: &'static str = "MsgCreateClientResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgCreateValidator

§

const NAME: &'static str = "MsgCreateValidator"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgCreateValidatorResponse

§

const NAME: &'static str = "MsgCreateValidatorResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgData

§

const NAME: &'static str = "MsgData"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgDelegate

§

const NAME: &'static str = "MsgDelegate"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgDelegateResponse

§

const NAME: &'static str = "MsgDelegateResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgDeposit

§

const NAME: &'static str = "MsgDeposit"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgDeposit

§

const NAME: &'static str = "MsgDeposit"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgDepositResponse

§

const NAME: &'static str = "MsgDepositResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgDepositResponse

§

const NAME: &'static str = "MsgDepositResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgEditValidator

§

const NAME: &'static str = "MsgEditValidator"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgEditValidatorResponse

§

const NAME: &'static str = "MsgEditValidatorResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgExecLegacyContent

§

const NAME: &'static str = "MsgExecLegacyContent"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgExecLegacyContentResponse

§

const NAME: &'static str = "MsgExecLegacyContentResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgIbcSoftwareUpgrade

§

const NAME: &'static str = "MsgIBCSoftwareUpgrade"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgIbcSoftwareUpgradeResponse

§

const NAME: &'static str = "MsgIBCSoftwareUpgradeResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgMigrateContract

§

const NAME: &'static str = "MsgMigrateContract"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgMigrateContractResponse

§

const NAME: &'static str = "MsgMigrateContractResponse"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgMultiSend

§

const NAME: &'static str = "MsgMultiSend"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgMultiSendResponse

§

const NAME: &'static str = "MsgMultiSendResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgPayPacketFee

§

const NAME: &'static str = "MsgPayPacketFee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgPayPacketFeeAsync

§

const NAME: &'static str = "MsgPayPacketFeeAsync"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgPayPacketFeeAsyncResponse

§

const NAME: &'static str = "MsgPayPacketFeeAsyncResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgPayPacketFeeResponse

§

const NAME: &'static str = "MsgPayPacketFeeResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgRecoverClient

§

const NAME: &'static str = "MsgRecoverClient"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgRecoverClientResponse

§

const NAME: &'static str = "MsgRecoverClientResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgRecvPacket

§

const NAME: &'static str = "MsgRecvPacket"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgRecvPacketResponse

§

const NAME: &'static str = "MsgRecvPacketResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterCounterpartyPayee

§

const NAME: &'static str = "MsgRegisterCounterpartyPayee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterCounterpartyPayeeResponse

§

const NAME: &'static str = "MsgRegisterCounterpartyPayeeResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterInterchainAccount

§

const NAME: &'static str = "MsgRegisterInterchainAccount"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterInterchainAccountResponse

§

const NAME: &'static str = "MsgRegisterInterchainAccountResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterPayee

§

const NAME: &'static str = "MsgRegisterPayee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgRegisterPayeeResponse

§

const NAME: &'static str = "MsgRegisterPayeeResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for MsgRemoveChecksum

§

const NAME: &'static str = "MsgRemoveChecksum"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgRemoveChecksumResponse

§

const NAME: &'static str = "MsgRemoveChecksumResponse"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgSend

§

const NAME: &'static str = "MsgSend"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSendResponse

§

const NAME: &'static str = "MsgSendResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSendTx

§

const NAME: &'static str = "MsgSendTx"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgSendTxResponse

§

const NAME: &'static str = "MsgSendTxResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgSetSendEnabled

§

const NAME: &'static str = "MsgSetSendEnabled"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSetSendEnabledResponse

§

const NAME: &'static str = "MsgSetSendEnabledResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSoftwareUpgrade

§

const NAME: &'static str = "MsgSoftwareUpgrade"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSoftwareUpgradeResponse

§

const NAME: &'static str = "MsgSoftwareUpgradeResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgStoreCode

§

const NAME: &'static str = "MsgStoreCode"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgStoreCodeResponse

§

const NAME: &'static str = "MsgStoreCodeResponse"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitConsumerDoubleVoting

§

const NAME: &'static str = "MsgSubmitConsumerDoubleVoting"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitConsumerDoubleVotingResponse

§

const NAME: &'static str = "MsgSubmitConsumerDoubleVotingResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitConsumerMisbehaviour

§

const NAME: &'static str = "MsgSubmitConsumerMisbehaviour"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitConsumerMisbehaviourResponse

§

const NAME: &'static str = "MsgSubmitConsumerMisbehaviourResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitMisbehaviour

§

const NAME: &'static str = "MsgSubmitMisbehaviour"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitMisbehaviourResponse

§

const NAME: &'static str = "MsgSubmitMisbehaviourResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitProposal

§

const NAME: &'static str = "MsgSubmitProposal"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSubmitProposal

§

const NAME: &'static str = "MsgSubmitProposal"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitProposalResponse

§

const NAME: &'static str = "MsgSubmitProposalResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitProposalResponse

§

const NAME: &'static str = "MsgSubmitProposalResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgSubmitQueryResponse

§

const NAME: &'static str = "MsgSubmitQueryResponse"

§

const PACKAGE: &'static str = "stride.interchainquery.v1"

§

fn full_name() -> String

§

impl Name for MsgSubmitQueryResponseResponse

§

const NAME: &'static str = "MsgSubmitQueryResponseResponse"

§

const PACKAGE: &'static str = "stride.interchainquery.v1"

§

fn full_name() -> String

§

impl Name for MsgTimeout

§

const NAME: &'static str = "MsgTimeout"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgTimeoutOnClose

§

const NAME: &'static str = "MsgTimeoutOnClose"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgTimeoutOnCloseResponse

§

const NAME: &'static str = "MsgTimeoutOnCloseResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgTimeoutResponse

§

const NAME: &'static str = "MsgTimeoutResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for MsgTransfer

§

const NAME: &'static str = "MsgTransfer"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgTransfer

§

const NAME: &'static str = "MsgTransfer"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgTransferResponse

§

const NAME: &'static str = "MsgTransferResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgTransferResponse

§

const NAME: &'static str = "MsgTransferResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgUndelegate

§

const NAME: &'static str = "MsgUndelegate"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUndelegateResponse

§

const NAME: &'static str = "MsgUndelegateResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateClient

§

const NAME: &'static str = "MsgUpdateClient"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateClientResponse

§

const NAME: &'static str = "MsgUpdateClientResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.host.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParams

§

const NAME: &'static str = "MsgUpdateParams"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.host.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for MsgUpdateParamsResponse

§

const NAME: &'static str = "MsgUpdateParamsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgUpgradeClient

§

const NAME: &'static str = "MsgUpgradeClient"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgUpgradeClientResponse

§

const NAME: &'static str = "MsgUpgradeClientResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for MsgVote

§

const NAME: &'static str = "MsgVote"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgVote

§

const NAME: &'static str = "MsgVote"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgVoteResponse

§

const NAME: &'static str = "MsgVoteResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgVoteResponse

§

const NAME: &'static str = "MsgVoteResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgVoteWeighted

§

const NAME: &'static str = "MsgVoteWeighted"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for MsgVoteWeighted

§

const NAME: &'static str = "MsgVoteWeighted"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgVoteWeightedResponse

§

const NAME: &'static str = "MsgVoteWeightedResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for MsgVoteWeightedResponse

§

const NAME: &'static str = "MsgVoteWeightedResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for Multi

§

const NAME: &'static str = "Multi"

§

const PACKAGE: &'static str = "cosmos.tx.signing.v1beta1"

§

fn full_name() -> String

§

impl Name for Multi

§

const NAME: &'static str = "Multi"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for Multi

§

const NAME: &'static str = "Multi"

§

const PACKAGE: &'static str = "cosmos.crypto.keyring.v1"

§

fn full_name() -> String

§

impl Name for MultiSignature

§

const NAME: &'static str = "MultiSignature"

§

const PACKAGE: &'static str = "cosmos.crypto.multisig.v1beta1"

§

fn full_name() -> String

§

impl Name for NamePart

§

const NAME: &'static str = "NamePart"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for NextFeeDistributionEstimate

§

const NAME: &'static str = "NextFeeDistributionEstimate"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for NonFungibleTokenPacketData

§

const NAME: &'static str = "NonFungibleTokenPacketData"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for Offline

§

const NAME: &'static str = "Offline"

§

const PACKAGE: &'static str = "cosmos.crypto.keyring.v1"

§

fn full_name() -> String

§

impl Name for OneofDescriptorProto

§

const NAME: &'static str = "OneofDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for OneofOptions

§

const NAME: &'static str = "OneofOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Output

§

const NAME: &'static str = "Output"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for OutstandingDowntime

§

const NAME: &'static str = "OutstandingDowntime"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for PackageReference

§

const NAME: &'static str = "PackageReference"

§

const PACKAGE: &'static str = "cosmos.app.v1alpha1"

§

fn full_name() -> String

§

impl Name for Packet

§

const NAME: &'static str = "Packet"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for PacketFee

§

const NAME: &'static str = "PacketFee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for PacketFees

§

const NAME: &'static str = "PacketFees"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for PacketId

§

const NAME: &'static str = "PacketId"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for PacketSequence

§

const NAME: &'static str = "PacketSequence"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for PacketState

§

const NAME: &'static str = "PacketState"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for PageRequest

§

const NAME: &'static str = "PageRequest"

§

const PACKAGE: &'static str = "cosmos.base.query.v1beta1"

§

fn full_name() -> String

§

impl Name for PageResponse

§

const NAME: &'static str = "PageResponse"

§

const PACKAGE: &'static str = "cosmos.base.query.v1beta1"

§

fn full_name() -> String

§

impl Name for Pair

§

const NAME: &'static str = "Pair"

§

const PACKAGE: &'static str = "cosmos.base.kv.v1beta1"

§

fn full_name() -> String

§

impl Name for Pairs

§

const NAME: &'static str = "Pairs"

§

const PACKAGE: &'static str = "cosmos.base.kv.v1beta1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.host.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for Params

§

const NAME: &'static str = "Params"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for Plan

§

const NAME: &'static str = "Plan"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for Pool

§

const NAME: &'static str = "Pool"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for PrivKey

§

const NAME: &'static str = "PrivKey"

§

const PACKAGE: &'static str = "cosmos.crypto.secp256k1"

§

fn full_name() -> String

§

impl Name for PrivKey

§

const NAME: &'static str = "PrivKey"

§

const PACKAGE: &'static str = "cosmos.crypto.secp256r1"

§

fn full_name() -> String

§

impl Name for PrivKey

§

const NAME: &'static str = "PrivKey"

§

const PACKAGE: &'static str = "cosmos.crypto.ed25519"

§

fn full_name() -> String

§

impl Name for ProofOp

§

const NAME: &'static str = "ProofOp"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for ProofOps

§

const NAME: &'static str = "ProofOps"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for Proposal

§

const NAME: &'static str = "Proposal"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for Proposal

§

const NAME: &'static str = "Proposal"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for PubKey

§

const NAME: &'static str = "PubKey"

§

const PACKAGE: &'static str = "cosmos.crypto.secp256r1"

§

fn full_name() -> String

§

impl Name for PubKey

§

const NAME: &'static str = "PubKey"

§

const PACKAGE: &'static str = "cosmos.crypto.ed25519"

§

fn full_name() -> String

§

impl Name for PubKey

§

const NAME: &'static str = "PubKey"

§

const PACKAGE: &'static str = "cosmos.crypto.secp256k1"

§

fn full_name() -> String

§

impl Name for QueryAccountAddressByIdRequest

§

const NAME: &'static str = "QueryAccountAddressByIDRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountAddressByIdResponse

§

const NAME: &'static str = "QueryAccountAddressByIDResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountInfoRequest

§

const NAME: &'static str = "QueryAccountInfoRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountInfoResponse

§

const NAME: &'static str = "QueryAccountInfoResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountRequest

§

const NAME: &'static str = "QueryAccountRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountResponse

§

const NAME: &'static str = "QueryAccountResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountsRequest

§

const NAME: &'static str = "QueryAccountsRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAccountsResponse

§

const NAME: &'static str = "QueryAccountsResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAllBalancesRequest

§

const NAME: &'static str = "QueryAllBalancesRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAllBalancesResponse

§

const NAME: &'static str = "QueryAllBalancesResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAppliedPlanRequest

§

const NAME: &'static str = "QueryAppliedPlanRequest"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAppliedPlanResponse

§

const NAME: &'static str = "QueryAppliedPlanResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAuthorityRequest

§

const NAME: &'static str = "QueryAuthorityRequest"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryAuthorityResponse

§

const NAME: &'static str = "QueryAuthorityResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryBalanceRequest

§

const NAME: &'static str = "QueryBalanceRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryBalanceResponse

§

const NAME: &'static str = "QueryBalanceResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryChannelClientStateRequest

§

const NAME: &'static str = "QueryChannelClientStateRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelClientStateResponse

§

const NAME: &'static str = "QueryChannelClientStateResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelConsensusStateRequest

§

const NAME: &'static str = "QueryChannelConsensusStateRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelConsensusStateResponse

§

const NAME: &'static str = "QueryChannelConsensusStateResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelRequest

§

const NAME: &'static str = "QueryChannelRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelResponse

§

const NAME: &'static str = "QueryChannelResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelsRequest

§

const NAME: &'static str = "QueryChannelsRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChannelsResponse

§

const NAME: &'static str = "QueryChannelsResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryChecksumsRequest

§

const NAME: &'static str = "QueryChecksumsRequest"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for QueryChecksumsResponse

§

const NAME: &'static str = "QueryChecksumsResponse"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for QueryClassHashRequest

§

const NAME: &'static str = "QueryClassHashRequest"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClassHashResponse

§

const NAME: &'static str = "QueryClassHashResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClassTraceRequest

§

const NAME: &'static str = "QueryClassTraceRequest"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClassTraceResponse

§

const NAME: &'static str = "QueryClassTraceResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClassTracesRequest

§

const NAME: &'static str = "QueryClassTracesRequest"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClassTracesResponse

§

const NAME: &'static str = "QueryClassTracesResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryClientConnectionsRequest

§

const NAME: &'static str = "QueryClientConnectionsRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryClientConnectionsResponse

§

const NAME: &'static str = "QueryClientConnectionsResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryClientParamsRequest

§

const NAME: &'static str = "QueryClientParamsRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientParamsResponse

§

const NAME: &'static str = "QueryClientParamsResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStateRequest

§

const NAME: &'static str = "QueryClientStateRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStateResponse

§

const NAME: &'static str = "QueryClientStateResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStatesRequest

§

const NAME: &'static str = "QueryClientStatesRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStatesResponse

§

const NAME: &'static str = "QueryClientStatesResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStatusRequest

§

const NAME: &'static str = "QueryClientStatusRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryClientStatusResponse

§

const NAME: &'static str = "QueryClientStatusResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryCodeRequest

§

const NAME: &'static str = "QueryCodeRequest"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for QueryCodeResponse

§

const NAME: &'static str = "QueryCodeResponse"

§

const PACKAGE: &'static str = "ibc.lightclients.wasm.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionChannelsRequest

§

const NAME: &'static str = "QueryConnectionChannelsRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionChannelsResponse

§

const NAME: &'static str = "QueryConnectionChannelsResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionClientStateRequest

§

const NAME: &'static str = "QueryConnectionClientStateRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionClientStateResponse

§

const NAME: &'static str = "QueryConnectionClientStateResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionConsensusStateRequest

§

const NAME: &'static str = "QueryConnectionConsensusStateRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionConsensusStateResponse

§

const NAME: &'static str = "QueryConnectionConsensusStateResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionParamsRequest

§

const NAME: &'static str = "QueryConnectionParamsRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionParamsResponse

§

const NAME: &'static str = "QueryConnectionParamsResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionRequest

§

const NAME: &'static str = "QueryConnectionRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionResponse

§

const NAME: &'static str = "QueryConnectionResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionsRequest

§

const NAME: &'static str = "QueryConnectionsRequest"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConnectionsResponse

§

const NAME: &'static str = "QueryConnectionsResponse"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStateHeightsRequest

§

const NAME: &'static str = "QueryConsensusStateHeightsRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStateHeightsResponse

§

const NAME: &'static str = "QueryConsensusStateHeightsResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStateRequest

§

const NAME: &'static str = "QueryConsensusStateRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStateResponse

§

const NAME: &'static str = "QueryConsensusStateResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStatesRequest

§

const NAME: &'static str = "QueryConsensusStatesRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsensusStatesResponse

§

const NAME: &'static str = "QueryConsensusStatesResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainStartProposalsRequest

§

const NAME: &'static str = "QueryConsumerChainStartProposalsRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainStartProposalsResponse

§

const NAME: &'static str = "QueryConsumerChainStartProposalsResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainStopProposalsRequest

§

const NAME: &'static str = "QueryConsumerChainStopProposalsRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainStopProposalsResponse

§

const NAME: &'static str = "QueryConsumerChainStopProposalsResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainsRequest

§

const NAME: &'static str = "QueryConsumerChainsRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerChainsResponse

§

const NAME: &'static str = "QueryConsumerChainsResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerGenesisRequest

§

const NAME: &'static str = "QueryConsumerGenesisRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryConsumerGenesisResponse

§

const NAME: &'static str = "QueryConsumerGenesisResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryCounterpartyPayeeRequest

§

const NAME: &'static str = "QueryCounterpartyPayeeRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryCounterpartyPayeeResponse

§

const NAME: &'static str = "QueryCounterpartyPayeeResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryCurrentPlanRequest

§

const NAME: &'static str = "QueryCurrentPlanRequest"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryCurrentPlanResponse

§

const NAME: &'static str = "QueryCurrentPlanResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegationRequest

§

const NAME: &'static str = "QueryDelegationRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegationResponse

§

const NAME: &'static str = "QueryDelegationResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorDelegationsRequest

§

const NAME: &'static str = "QueryDelegatorDelegationsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorDelegationsResponse

§

const NAME: &'static str = "QueryDelegatorDelegationsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorUnbondingDelegationsRequest

§

const NAME: &'static str = "QueryDelegatorUnbondingDelegationsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorUnbondingDelegationsResponse

§

const NAME: &'static str = "QueryDelegatorUnbondingDelegationsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorValidatorRequest

§

const NAME: &'static str = "QueryDelegatorValidatorRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorValidatorResponse

§

const NAME: &'static str = "QueryDelegatorValidatorResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorValidatorsRequest

§

const NAME: &'static str = "QueryDelegatorValidatorsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDelegatorValidatorsResponse

§

const NAME: &'static str = "QueryDelegatorValidatorsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomHashRequest

§

const NAME: &'static str = "QueryDenomHashRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomHashResponse

§

const NAME: &'static str = "QueryDenomHashResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomMetadataRequest

§

const NAME: &'static str = "QueryDenomMetadataRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomMetadataResponse

§

const NAME: &'static str = "QueryDenomMetadataResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomOwnersRequest

§

const NAME: &'static str = "QueryDenomOwnersRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomOwnersResponse

§

const NAME: &'static str = "QueryDenomOwnersResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomTraceRequest

§

const NAME: &'static str = "QueryDenomTraceRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomTraceResponse

§

const NAME: &'static str = "QueryDenomTraceResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomTracesRequest

§

const NAME: &'static str = "QueryDenomTracesRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomTracesResponse

§

const NAME: &'static str = "QueryDenomTracesResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryDenomsMetadataRequest

§

const NAME: &'static str = "QueryDenomsMetadataRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDenomsMetadataResponse

§

const NAME: &'static str = "QueryDenomsMetadataResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDepositRequest

§

const NAME: &'static str = "QueryDepositRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryDepositRequest

§

const NAME: &'static str = "QueryDepositRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDepositResponse

§

const NAME: &'static str = "QueryDepositResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryDepositResponse

§

const NAME: &'static str = "QueryDepositResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDepositsRequest

§

const NAME: &'static str = "QueryDepositsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryDepositsRequest

§

const NAME: &'static str = "QueryDepositsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDepositsResponse

§

const NAME: &'static str = "QueryDepositsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryDepositsResponse

§

const NAME: &'static str = "QueryDepositsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryEscrowAddressRequest

§

const NAME: &'static str = "QueryEscrowAddressRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryEscrowAddressRequest

§

const NAME: &'static str = "QueryEscrowAddressRequest"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryEscrowAddressResponse

§

const NAME: &'static str = "QueryEscrowAddressResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryEscrowAddressResponse

§

const NAME: &'static str = "QueryEscrowAddressResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryFeeEnabledChannelRequest

§

const NAME: &'static str = "QueryFeeEnabledChannelRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryFeeEnabledChannelResponse

§

const NAME: &'static str = "QueryFeeEnabledChannelResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryFeeEnabledChannelsRequest

§

const NAME: &'static str = "QueryFeeEnabledChannelsRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryFeeEnabledChannelsResponse

§

const NAME: &'static str = "QueryFeeEnabledChannelsResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryHistoricalInfoRequest

§

const NAME: &'static str = "QueryHistoricalInfoRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryHistoricalInfoResponse

§

const NAME: &'static str = "QueryHistoricalInfoResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketRequest

§

const NAME: &'static str = "QueryIncentivizedPacketRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketResponse

§

const NAME: &'static str = "QueryIncentivizedPacketResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketsForChannelRequest

§

const NAME: &'static str = "QueryIncentivizedPacketsForChannelRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketsForChannelResponse

§

const NAME: &'static str = "QueryIncentivizedPacketsForChannelResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketsRequest

§

const NAME: &'static str = "QueryIncentivizedPacketsRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryIncentivizedPacketsResponse

§

const NAME: &'static str = "QueryIncentivizedPacketsResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryInterchainAccountRequest

§

const NAME: &'static str = "QueryInterchainAccountRequest"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for QueryInterchainAccountResponse

§

const NAME: &'static str = "QueryInterchainAccountResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for QueryModuleAccountByNameRequest

§

const NAME: &'static str = "QueryModuleAccountByNameRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryModuleAccountByNameResponse

§

const NAME: &'static str = "QueryModuleAccountByNameResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryModuleAccountsRequest

§

const NAME: &'static str = "QueryModuleAccountsRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryModuleAccountsResponse

§

const NAME: &'static str = "QueryModuleAccountsResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryModuleVersionsRequest

§

const NAME: &'static str = "QueryModuleVersionsRequest"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryModuleVersionsResponse

§

const NAME: &'static str = "QueryModuleVersionsResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryNextFeeDistributionEstimateRequest

§

const NAME: &'static str = "QueryNextFeeDistributionEstimateRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryNextFeeDistributionEstimateResponse

§

const NAME: &'static str = "QueryNextFeeDistributionEstimateResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryNextSequenceReceiveRequest

§

const NAME: &'static str = "QueryNextSequenceReceiveRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryNextSequenceReceiveResponse

§

const NAME: &'static str = "QueryNextSequenceReceiveResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryNextSequenceSendRequest

§

const NAME: &'static str = "QueryNextSequenceSendRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryNextSequenceSendResponse

§

const NAME: &'static str = "QueryNextSequenceSendResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketAcknowledgementRequest

§

const NAME: &'static str = "QueryPacketAcknowledgementRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketAcknowledgementResponse

§

const NAME: &'static str = "QueryPacketAcknowledgementResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketAcknowledgementsRequest

§

const NAME: &'static str = "QueryPacketAcknowledgementsRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketAcknowledgementsResponse

§

const NAME: &'static str = "QueryPacketAcknowledgementsResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketCommitmentRequest

§

const NAME: &'static str = "QueryPacketCommitmentRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketCommitmentResponse

§

const NAME: &'static str = "QueryPacketCommitmentResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketCommitmentsRequest

§

const NAME: &'static str = "QueryPacketCommitmentsRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketCommitmentsResponse

§

const NAME: &'static str = "QueryPacketCommitmentsResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketReceiptRequest

§

const NAME: &'static str = "QueryPacketReceiptRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryPacketReceiptResponse

§

const NAME: &'static str = "QueryPacketReceiptResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.host.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsRequest

§

const NAME: &'static str = "QueryParamsRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.host.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.interchain_accounts.controller.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "cosmos.auth.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryParamsResponse

§

const NAME: &'static str = "QueryParamsResponse"

§

const PACKAGE: &'static str = "ibc.applications.nft_transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryPayeeRequest

§

const NAME: &'static str = "QueryPayeeRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryPayeeResponse

§

const NAME: &'static str = "QueryPayeeResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryPoolRequest

§

const NAME: &'static str = "QueryPoolRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryPoolResponse

§

const NAME: &'static str = "QueryPoolResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryProposalRequest

§

const NAME: &'static str = "QueryProposalRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryProposalRequest

§

const NAME: &'static str = "QueryProposalRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryProposalResponse

§

const NAME: &'static str = "QueryProposalResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryProposalResponse

§

const NAME: &'static str = "QueryProposalResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryProposalsRequest

§

const NAME: &'static str = "QueryProposalsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryProposalsRequest

§

const NAME: &'static str = "QueryProposalsRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryProposalsResponse

§

const NAME: &'static str = "QueryProposalsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryProposalsResponse

§

const NAME: &'static str = "QueryProposalsResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryProviderInfoRequest

§

const NAME: &'static str = "QueryProviderInfoRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryProviderInfoResponse

§

const NAME: &'static str = "QueryProviderInfoResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for QueryRedelegationsRequest

§

const NAME: &'static str = "QueryRedelegationsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryRedelegationsResponse

§

const NAME: &'static str = "QueryRedelegationsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryRegisteredConsumerRewardDenomsRequest

§

const NAME: &'static str = "QueryRegisteredConsumerRewardDenomsRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryRegisteredConsumerRewardDenomsResponse

§

const NAME: &'static str = "QueryRegisteredConsumerRewardDenomsResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QuerySendEnabledRequest

§

const NAME: &'static str = "QuerySendEnabledRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySendEnabledResponse

§

const NAME: &'static str = "QuerySendEnabledResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySpendableBalanceByDenomRequest

§

const NAME: &'static str = "QuerySpendableBalanceByDenomRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySpendableBalanceByDenomResponse

§

const NAME: &'static str = "QuerySpendableBalanceByDenomResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySpendableBalancesRequest

§

const NAME: &'static str = "QuerySpendableBalancesRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySpendableBalancesResponse

§

const NAME: &'static str = "QuerySpendableBalancesResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySupplyOfRequest

§

const NAME: &'static str = "QuerySupplyOfRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QuerySupplyOfResponse

§

const NAME: &'static str = "QuerySupplyOfResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryTallyResultRequest

§

const NAME: &'static str = "QueryTallyResultRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryTallyResultRequest

§

const NAME: &'static str = "QueryTallyResultRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryTallyResultResponse

§

const NAME: &'static str = "QueryTallyResultResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryTallyResultResponse

§

const NAME: &'static str = "QueryTallyResultResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryThrottleStateRequest

§

const NAME: &'static str = "QueryThrottleStateRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryThrottleStateResponse

§

const NAME: &'static str = "QueryThrottleStateResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryThrottledConsumerPacketDataRequest

§

const NAME: &'static str = "QueryThrottledConsumerPacketDataRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryThrottledConsumerPacketDataResponse

§

const NAME: &'static str = "QueryThrottledConsumerPacketDataResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalAckFeesRequest

§

const NAME: &'static str = "QueryTotalAckFeesRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalAckFeesResponse

§

const NAME: &'static str = "QueryTotalAckFeesResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalEscrowForDenomRequest

§

const NAME: &'static str = "QueryTotalEscrowForDenomRequest"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalEscrowForDenomResponse

§

const NAME: &'static str = "QueryTotalEscrowForDenomResponse"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalRecvFeesRequest

§

const NAME: &'static str = "QueryTotalRecvFeesRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalRecvFeesResponse

§

const NAME: &'static str = "QueryTotalRecvFeesResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalSupplyRequest

§

const NAME: &'static str = "QueryTotalSupplyRequest"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryTotalSupplyResponse

§

const NAME: &'static str = "QueryTotalSupplyResponse"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryTotalTimeoutFeesRequest

§

const NAME: &'static str = "QueryTotalTimeoutFeesRequest"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryTotalTimeoutFeesResponse

§

const NAME: &'static str = "QueryTotalTimeoutFeesResponse"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for QueryUnbondingDelegationRequest

§

const NAME: &'static str = "QueryUnbondingDelegationRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryUnbondingDelegationResponse

§

const NAME: &'static str = "QueryUnbondingDelegationResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryUnreceivedAcksRequest

§

const NAME: &'static str = "QueryUnreceivedAcksRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryUnreceivedAcksResponse

§

const NAME: &'static str = "QueryUnreceivedAcksResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryUnreceivedPacketsRequest

§

const NAME: &'static str = "QueryUnreceivedPacketsRequest"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryUnreceivedPacketsResponse

§

const NAME: &'static str = "QueryUnreceivedPacketsResponse"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedClientStateRequest

§

const NAME: &'static str = "QueryUpgradedClientStateRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedClientStateResponse

§

const NAME: &'static str = "QueryUpgradedClientStateResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedConsensusStateRequest

§

const NAME: &'static str = "QueryUpgradedConsensusStateRequest"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedConsensusStateRequest

§

const NAME: &'static str = "QueryUpgradedConsensusStateRequest"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedConsensusStateResponse

§

const NAME: &'static str = "QueryUpgradedConsensusStateResponse"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryUpgradedConsensusStateResponse

§

const NAME: &'static str = "QueryUpgradedConsensusStateResponse"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for QueryValidatorConsumerAddrRequest

§

const NAME: &'static str = "QueryValidatorConsumerAddrRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryValidatorConsumerAddrResponse

§

const NAME: &'static str = "QueryValidatorConsumerAddrResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryValidatorDelegationsRequest

§

const NAME: &'static str = "QueryValidatorDelegationsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorDelegationsResponse

§

const NAME: &'static str = "QueryValidatorDelegationsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorProviderAddrRequest

§

const NAME: &'static str = "QueryValidatorProviderAddrRequest"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryValidatorProviderAddrResponse

§

const NAME: &'static str = "QueryValidatorProviderAddrResponse"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for QueryValidatorRequest

§

const NAME: &'static str = "QueryValidatorRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorResponse

§

const NAME: &'static str = "QueryValidatorResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorUnbondingDelegationsRequest

§

const NAME: &'static str = "QueryValidatorUnbondingDelegationsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorUnbondingDelegationsResponse

§

const NAME: &'static str = "QueryValidatorUnbondingDelegationsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorsRequest

§

const NAME: &'static str = "QueryValidatorsRequest"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryValidatorsResponse

§

const NAME: &'static str = "QueryValidatorsResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryVoteRequest

§

const NAME: &'static str = "QueryVoteRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryVoteRequest

§

const NAME: &'static str = "QueryVoteRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryVoteResponse

§

const NAME: &'static str = "QueryVoteResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryVoteResponse

§

const NAME: &'static str = "QueryVoteResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryVotesRequest

§

const NAME: &'static str = "QueryVotesRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for QueryVotesRequest

§

const NAME: &'static str = "QueryVotesRequest"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryVotesResponse

§

const NAME: &'static str = "QueryVotesResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for QueryVotesResponse

§

const NAME: &'static str = "QueryVotesResponse"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for Record

§

const NAME: &'static str = "Record"

§

const PACKAGE: &'static str = "cosmos.crypto.keyring.v1"

§

fn full_name() -> String

§

impl Name for Redelegation

§

const NAME: &'static str = "Redelegation"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for RedelegationEntry

§

const NAME: &'static str = "RedelegationEntry"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for RedelegationEntryResponse

§

const NAME: &'static str = "RedelegationEntryResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for RedelegationResponse

§

const NAME: &'static str = "RedelegationResponse"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for RegisteredCounterpartyPayee

§

const NAME: &'static str = "RegisteredCounterpartyPayee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for RegisteredPayee

§

const NAME: &'static str = "RegisteredPayee"

§

const PACKAGE: &'static str = "ibc.applications.fee.v1"

§

fn full_name() -> String

§

impl Name for ReservedRange

§

const NAME: &'static str = "ReservedRange"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for Result

§

const NAME: &'static str = "Result"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for SearchTxsResult

§

const NAME: &'static str = "SearchTxsResult"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for SendAuthorization

§

const NAME: &'static str = "SendAuthorization"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for SendEnabled

§

const NAME: &'static str = "SendEnabled"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for ServiceDescriptorProto

§

const NAME: &'static str = "ServiceDescriptorProto"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for ServiceOptions

§

const NAME: &'static str = "ServiceOptions"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for SignBytes

§

const NAME: &'static str = "SignBytes"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for SignDoc

§

const NAME: &'static str = "SignDoc"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for SignDocDirectAux

§

const NAME: &'static str = "SignDocDirectAux"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for SignatureAndData

§

const NAME: &'static str = "SignatureAndData"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for SignatureDescriptor

§

const NAME: &'static str = "SignatureDescriptor"

§

const PACKAGE: &'static str = "cosmos.tx.signing.v1beta1"

§

fn full_name() -> String

§

impl Name for SignatureDescriptors

§

const NAME: &'static str = "SignatureDescriptors"

§

const PACKAGE: &'static str = "cosmos.tx.signing.v1beta1"

§

fn full_name() -> String

§

impl Name for SignerInfo

§

const NAME: &'static str = "SignerInfo"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for SimulateRequest

§

const NAME: &'static str = "SimulateRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for SimulateResponse

§

const NAME: &'static str = "SimulateResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for SimulationResponse

§

const NAME: &'static str = "SimulationResponse"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for Single

§

const NAME: &'static str = "Single"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for Single

§

const NAME: &'static str = "Single"

§

const PACKAGE: &'static str = "cosmos.tx.signing.v1beta1"

§

fn full_name() -> String

§

impl Name for SlashAcks

§

const NAME: &'static str = "SlashAcks"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for SlashPacketData

§

const NAME: &'static str = "SlashPacketData"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for SlashPacketDataV1

§

const NAME: &'static str = "SlashPacketDataV1"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for SlashRecord

§

const NAME: &'static str = "SlashRecord"

§

const PACKAGE: &'static str = "interchain_security.ccv.consumer.v1"

§

fn full_name() -> String

§

impl Name for Snapshot

§

const NAME: &'static str = "Snapshot"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotExtensionMeta

§

const NAME: &'static str = "SnapshotExtensionMeta"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotExtensionPayload

§

const NAME: &'static str = "SnapshotExtensionPayload"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotIavlItem

§

const NAME: &'static str = "SnapshotIAVLItem"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotItem

§

const NAME: &'static str = "SnapshotItem"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotKvItem

§

const NAME: &'static str = "SnapshotKVItem"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotSchema

§

const NAME: &'static str = "SnapshotSchema"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SnapshotStoreItem

§

const NAME: &'static str = "SnapshotStoreItem"

§

const PACKAGE: &'static str = "cosmos.base.snapshots.v1beta1"

§

fn full_name() -> String

§

impl Name for SoftwareUpgradeProposal

§

const NAME: &'static str = "SoftwareUpgradeProposal"

§

const PACKAGE: &'static str = "cosmos.upgrade.v1beta1"

§

fn full_name() -> String

§

impl Name for SourceCodeInfo

§

const NAME: &'static str = "SourceCodeInfo"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for StakeAuthorization

§

const NAME: &'static str = "StakeAuthorization"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for StringEvent

§

const NAME: &'static str = "StringEvent"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for Supply

§

const NAME: &'static str = "Supply"

§

const PACKAGE: &'static str = "cosmos.bank.v1beta1"

§

fn full_name() -> String

§

impl Name for TallyParams

§

const NAME: &'static str = "TallyParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for TallyParams

§

const NAME: &'static str = "TallyParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for TallyResult

§

const NAME: &'static str = "TallyResult"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for TallyResult

§

const NAME: &'static str = "TallyResult"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for TextProposal

§

const NAME: &'static str = "TextProposal"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for ThrottledPacketDataWrapper

§

const NAME: &'static str = "ThrottledPacketDataWrapper"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ThrottledSlashPacket

§

const NAME: &'static str = "ThrottledSlashPacket"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Timeout

§

const NAME: &'static str = "Timeout"

§

const PACKAGE: &'static str = "ibc.core.channel.v1"

§

fn full_name() -> String

§

impl Name for Timestamp

§

const NAME: &'static str = "Timestamp"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for TimestampedSignatureData

§

const NAME: &'static str = "TimestampedSignatureData"

§

const PACKAGE: &'static str = "ibc.lightclients.solomachine.v3"

§

fn full_name() -> String

§

impl Name for Tip

§

const NAME: &'static str = "Tip"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TransferAuthorization

§

const NAME: &'static str = "TransferAuthorization"

§

const PACKAGE: &'static str = "ibc.applications.transfer.v1"

§

fn full_name() -> String

§

impl Name for Tx

§

const NAME: &'static str = "Tx"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxBody

§

const NAME: &'static str = "TxBody"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxDecodeAminoRequest

§

const NAME: &'static str = "TxDecodeAminoRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxDecodeAminoResponse

§

const NAME: &'static str = "TxDecodeAminoResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxDecodeRequest

§

const NAME: &'static str = "TxDecodeRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxDecodeResponse

§

const NAME: &'static str = "TxDecodeResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxEncodeAminoRequest

§

const NAME: &'static str = "TxEncodeAminoRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxEncodeAminoResponse

§

const NAME: &'static str = "TxEncodeAminoResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxEncodeRequest

§

const NAME: &'static str = "TxEncodeRequest"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxEncodeResponse

§

const NAME: &'static str = "TxEncodeResponse"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxMsgData

§

const NAME: &'static str = "TxMsgData"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for TxRaw

§

const NAME: &'static str = "TxRaw"

§

const PACKAGE: &'static str = "cosmos.tx.v1beta1"

§

fn full_name() -> String

§

impl Name for TxResponse

§

const NAME: &'static str = "TxResponse"

§

const PACKAGE: &'static str = "cosmos.base.abci.v1beta1"

§

fn full_name() -> String

§

impl Name for UnbondingDelegation

§

const NAME: &'static str = "UnbondingDelegation"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for UnbondingDelegationEntry

§

const NAME: &'static str = "UnbondingDelegationEntry"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for UnbondingOp

§

const NAME: &'static str = "UnbondingOp"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for UninterpretedOption

§

const NAME: &'static str = "UninterpretedOption"

§

const PACKAGE: &'static str = "google.protobuf"

§

fn full_name() -> String

§

impl Name for UpgradeProposal

§

const NAME: &'static str = "UpgradeProposal"

§

const PACKAGE: &'static str = "ibc.core.client.v1"

§

fn full_name() -> String

§

impl Name for ValAddresses

§

const NAME: &'static str = "ValAddresses"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for Validator

§

const NAME: &'static str = "Validator"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for Validator

§

const NAME: &'static str = "Validator"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for ValidatorByConsumerAddr

§

const NAME: &'static str = "ValidatorByConsumerAddr"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ValidatorConsumerPubKey

§

const NAME: &'static str = "ValidatorConsumerPubKey"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ValidatorSetChangePacketData

§

const NAME: &'static str = "ValidatorSetChangePacketData"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for ValidatorSetChangePackets

§

const NAME: &'static str = "ValidatorSetChangePackets"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for ValidatorUpdates

§

const NAME: &'static str = "ValidatorUpdates"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for ValidatorsVec

§

const NAME: &'static str = "Validators"

§

const PACKAGE: &'static str = "cosmos.staking.v1beta1"

§

fn full_name() -> String

§

impl Name for ValsetUpdateIdToHeight

§

const NAME: &'static str = "ValsetUpdateIdToHeight"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for Version

§

const NAME: &'static str = "Version"

§

const PACKAGE: &'static str = "ibc.core.connection.v1"

§

fn full_name() -> String

§

impl Name for VersionInfo

§

const NAME: &'static str = "VersionInfo"

§

const PACKAGE: &'static str = "cosmos.base.tendermint.v1beta1"

§

fn full_name() -> String

§

impl Name for Vote

§

const NAME: &'static str = "Vote"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for Vote

§

const NAME: &'static str = "Vote"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for VotingParams

§

const NAME: &'static str = "VotingParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

§

impl Name for VotingParams

§

const NAME: &'static str = "VotingParams"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for VscMaturedPacketData

§

const NAME: &'static str = "VSCMaturedPacketData"

§

const PACKAGE: &'static str = "interchain_security.ccv.v1"

§

fn full_name() -> String

§

impl Name for VscSendTimestamp

§

const NAME: &'static str = "VscSendTimestamp"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for VscUnbondingOps

§

const NAME: &'static str = "VscUnbondingOps"

§

const PACKAGE: &'static str = "interchain_security.ccv.provider.v1"

§

fn full_name() -> String

§

impl Name for WeightedVoteOption

§

const NAME: &'static str = "WeightedVoteOption"

§

const PACKAGE: &'static str = "cosmos.gov.v1"

§

fn full_name() -> String

§

impl Name for WeightedVoteOption

§

const NAME: &'static str = "WeightedVoteOption"

§

const PACKAGE: &'static str = "cosmos.gov.v1beta1"

§

fn full_name() -> String

Implementors§

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::key_value_response::Value

source§

const NAME: &'static str = "Value"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::KeyValueRequest

source§

const NAME: &'static str = "KeyValueRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::KeyValueResponse

source§

const NAME: &'static str = "KeyValueResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::PrefixValueRequest

source§

const NAME: &'static str = "PrefixValueRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::PrefixValueResponse

source§

const NAME: &'static str = "PrefixValueResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::WatchRequest

source§

const NAME: &'static str = "WatchRequest"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::WatchResponse

source§

const NAME: &'static str = "WatchResponse"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::watch_response::KeyValue

source§

const NAME: &'static str = "KeyValue"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for penumbra_proto::penumbra::cnidarium::v1::watch_response::NvKeyValue

source§

const NAME: &'static str = "NvKeyValue"

source§

const PACKAGE: &'static str = "penumbra.cnidarium.v1"

source§

impl Name for AppParameters

source§

const NAME: &'static str = "AppParameters"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for penumbra_proto::penumbra::core::app::v1::AppParametersRequest

source§

const NAME: &'static str = "AppParametersRequest"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for penumbra_proto::penumbra::core::app::v1::AppParametersResponse

source§

const NAME: &'static str = "AppParametersResponse"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for GenesisAppState

source§

const NAME: &'static str = "GenesisAppState"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for penumbra_proto::penumbra::core::app::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for TransactionsByHeightRequest

source§

const NAME: &'static str = "TransactionsByHeightRequest"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for TransactionsByHeightResponse

source§

const NAME: &'static str = "TransactionsByHeightResponse"

source§

const PACKAGE: &'static str = "penumbra.core.app.v1"

source§

impl Name for Theme

source§

const NAME: &'static str = "Theme"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for AssetId

source§

const NAME: &'static str = "AssetId"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for AssetImage

source§

const NAME: &'static str = "AssetImage"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for BalanceCommitment

source§

const NAME: &'static str = "BalanceCommitment"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for Denom

source§

const NAME: &'static str = "Denom"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for penumbra_proto::penumbra::core::asset::v1::DenomUnit

source§

const NAME: &'static str = "DenomUnit"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for EquivalentValue

source§

const NAME: &'static str = "EquivalentValue"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for EstimatedPrice

source§

const NAME: &'static str = "EstimatedPrice"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for penumbra_proto::penumbra::core::asset::v1::Metadata

source§

const NAME: &'static str = "Metadata"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for penumbra_proto::penumbra::core::asset::v1::Value

source§

const NAME: &'static str = "Value"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for ValueView

source§

const NAME: &'static str = "ValueView"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for KnownAssetId

source§

const NAME: &'static str = "KnownAssetId"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for UnknownAssetId

source§

const NAME: &'static str = "UnknownAssetId"

source§

const PACKAGE: &'static str = "penumbra.core.asset.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::auction::v1alpha1::ActionDutchAuctionEnd

source§

const NAME: &'static str = "ActionDutchAuctionEnd"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for penumbra_proto::penumbra::core::component::auction::v1alpha1::ActionDutchAuctionSchedule

source§

const NAME: &'static str = "ActionDutchAuctionSchedule"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for ActionDutchAuctionScheduleView

source§

const NAME: &'static str = "ActionDutchAuctionScheduleView"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for penumbra_proto::penumbra::core::component::auction::v1alpha1::ActionDutchAuctionWithdraw

source§

const NAME: &'static str = "ActionDutchAuctionWithdraw"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for ActionDutchAuctionWithdrawPlan

source§

const NAME: &'static str = "ActionDutchAuctionWithdrawPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for ActionDutchAuctionWithdrawView

source§

const NAME: &'static str = "ActionDutchAuctionWithdrawView"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionId

source§

const NAME: &'static str = "AuctionId"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionNft

source§

const NAME: &'static str = "AuctionNft"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionParameters

source§

const NAME: &'static str = "AuctionParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionStateByIdRequest

source§

const NAME: &'static str = "AuctionStateByIdRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionStateByIdResponse

source§

const NAME: &'static str = "AuctionStateByIdResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionStateByIdsRequest

source§

const NAME: &'static str = "AuctionStateByIdsRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for AuctionStateByIdsResponse

source§

const NAME: &'static str = "AuctionStateByIdsResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for DutchAuction

source§

const NAME: &'static str = "DutchAuction"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for DutchAuctionDescription

source§

const NAME: &'static str = "DutchAuctionDescription"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for DutchAuctionState

source§

const NAME: &'static str = "DutchAuctionState"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for penumbra_proto::penumbra::core::component::auction::v1alpha1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.auction.v1alpha1"

source§

impl Name for CommunityPoolAssetBalancesRequest

source§

const NAME: &'static str = "CommunityPoolAssetBalancesRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.community_pool.v1"

source§

impl Name for CommunityPoolAssetBalancesResponse

source§

const NAME: &'static str = "CommunityPoolAssetBalancesResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.community_pool.v1"

source§

impl Name for CommunityPoolParameters

source§

const NAME: &'static str = "CommunityPoolParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.community_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::community_pool::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.community_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::compact_block::v1::state_payload::Note

source§

const NAME: &'static str = "Note"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for RolledUp

source§

const NAME: &'static str = "RolledUp"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::compact_block::v1::state_payload::Swap

source§

const NAME: &'static str = "Swap"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for CompactBlock

source§

const NAME: &'static str = "CompactBlock"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for CompactBlockRangeRequest

source§

const NAME: &'static str = "CompactBlockRangeRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for CompactBlockRangeResponse

source§

const NAME: &'static str = "CompactBlockRangeResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for CompactBlockRequest

source§

const NAME: &'static str = "CompactBlockRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for CompactBlockResponse

source§

const NAME: &'static str = "CompactBlockResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for StatePayload

source§

const NAME: &'static str = "StatePayload"

source§

const PACKAGE: &'static str = "penumbra.core.component.compact_block.v1"

source§

impl Name for Default

source§

const NAME: &'static str = "Default"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SingleHop

source§

const NAME: &'static str = "SingleHop"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for Routing

source§

const NAME: &'static str = "Routing"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ArbExecutionRequest

source§

const NAME: &'static str = "ArbExecutionRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ArbExecutionResponse

source§

const NAME: &'static str = "ArbExecutionResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ArbExecutionsRequest

source§

const NAME: &'static str = "ArbExecutionsRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ArbExecutionsResponse

source§

const NAME: &'static str = "ArbExecutionsResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for BareTradingFunction

source§

const NAME: &'static str = "BareTradingFunction"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for BatchSwapOutputData

source§

const NAME: &'static str = "BatchSwapOutputData"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for BatchSwapOutputDataRequest

source§

const NAME: &'static str = "BatchSwapOutputDataRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for BatchSwapOutputDataResponse

source§

const NAME: &'static str = "BatchSwapOutputDataResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for DexParameters

source§

const NAME: &'static str = "DexParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for DirectedTradingPair

source§

const NAME: &'static str = "DirectedTradingPair"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventArbExecution

source§

const NAME: &'static str = "EventArbExecution"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventBatchSwap

source§

const NAME: &'static str = "EventBatchSwap"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventPositionClose

source§

const NAME: &'static str = "EventPositionClose"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventPositionExecution

source§

const NAME: &'static str = "EventPositionExecution"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventPositionOpen

source§

const NAME: &'static str = "EventPositionOpen"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventPositionWithdraw

source§

const NAME: &'static str = "EventPositionWithdraw"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventQueuePositionClose

source§

const NAME: &'static str = "EventQueuePositionClose"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventSwap

source§

const NAME: &'static str = "EventSwap"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventSwapClaim

source§

const NAME: &'static str = "EventSwapClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventValueCircuitBreakerCredit

source§

const NAME: &'static str = "EventValueCircuitBreakerCredit"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for EventValueCircuitBreakerDebit

source§

const NAME: &'static str = "EventValueCircuitBreakerDebit"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionByIdRequest

source§

const NAME: &'static str = "LiquidityPositionByIdRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionByIdResponse

source§

const NAME: &'static str = "LiquidityPositionByIdResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsByIdRequest

source§

const NAME: &'static str = "LiquidityPositionsByIdRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsByIdResponse

source§

const NAME: &'static str = "LiquidityPositionsByIdResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsByPriceRequest

source§

const NAME: &'static str = "LiquidityPositionsByPriceRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsByPriceResponse

source§

const NAME: &'static str = "LiquidityPositionsByPriceResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsRequest

source§

const NAME: &'static str = "LiquidityPositionsRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LiquidityPositionsResponse

source§

const NAME: &'static str = "LiquidityPositionsResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for LpNft

source§

const NAME: &'static str = "LpNft"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::Position

source§

const NAME: &'static str = "Position"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::PositionClose

source§

const NAME: &'static str = "PositionClose"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for PositionId

source§

const NAME: &'static str = "PositionId"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::PositionOpen

source§

const NAME: &'static str = "PositionOpen"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for PositionRewardClaim

source§

const NAME: &'static str = "PositionRewardClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for PositionRewardClaimPlan

source§

const NAME: &'static str = "PositionRewardClaimPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for PositionState

source§

const NAME: &'static str = "PositionState"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::PositionWithdraw

source§

const NAME: &'static str = "PositionWithdraw"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for PositionWithdrawPlan

source§

const NAME: &'static str = "PositionWithdrawPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for Reserves

source§

const NAME: &'static str = "Reserves"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SimulateTradeRequest

source§

const NAME: &'static str = "SimulateTradeRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SimulateTradeResponse

source§

const NAME: &'static str = "SimulateTradeResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SpreadRequest

source§

const NAME: &'static str = "SpreadRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SpreadResponse

source§

const NAME: &'static str = "SpreadResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::Swap

source§

const NAME: &'static str = "Swap"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapBody

source§

const NAME: &'static str = "SwapBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::SwapClaim

source§

const NAME: &'static str = "SwapClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapClaimBody

source§

const NAME: &'static str = "SwapClaimBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapClaimPlan

source§

const NAME: &'static str = "SwapClaimPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapClaimView

source§

const NAME: &'static str = "SwapClaimView"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapExecution

source§

const NAME: &'static str = "SwapExecution"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapExecutionRequest

source§

const NAME: &'static str = "SwapExecutionRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapExecutionResponse

source§

const NAME: &'static str = "SwapExecutionResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapExecutionsRequest

source§

const NAME: &'static str = "SwapExecutionsRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapExecutionsResponse

source§

const NAME: &'static str = "SwapExecutionsResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapPayload

source§

const NAME: &'static str = "SwapPayload"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapPlaintext

source§

const NAME: &'static str = "SwapPlaintext"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapPlan

source§

const NAME: &'static str = "SwapPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for SwapView

source§

const NAME: &'static str = "SwapView"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for TradingFunction

source§

const NAME: &'static str = "TradingFunction"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for TradingPair

source§

const NAME: &'static str = "TradingPair"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ZkSwapClaimProof

source§

const NAME: &'static str = "ZKSwapClaimProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for ZkSwapProof

source§

const NAME: &'static str = "ZKSwapProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::swap_claim_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::swap_claim_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for Trace

source§

const NAME: &'static str = "Trace"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::swap_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::dex::v1::swap_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.component.dex.v1"

source§

impl Name for DistributionsParameters

source§

const NAME: &'static str = "DistributionsParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.distributions.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::distributions::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.distributions.v1"

source§

impl Name for CurrentGasPricesRequest

source§

const NAME: &'static str = "CurrentGasPricesRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for CurrentGasPricesResponse

source§

const NAME: &'static str = "CurrentGasPricesResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::fee::v1::Fee

source§

const NAME: &'static str = "Fee"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for FeeParameters

source§

const NAME: &'static str = "FeeParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for FeeTier

source§

const NAME: &'static str = "FeeTier"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for GasPrices

source§

const NAME: &'static str = "GasPrices"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::fee::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.fee.v1"

source§

impl Name for FundingParameters

source§

const NAME: &'static str = "FundingParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.funding.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::funding::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.funding.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::delegator_vote_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::delegator_vote_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::proposal::CommunityPoolSpend

source§

const NAME: &'static str = "CommunityPoolSpend"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Emergency

source§

const NAME: &'static str = "Emergency"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for FreezeIbcClient

source§

const NAME: &'static str = "FreezeIbcClient"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ParameterChange

source§

const NAME: &'static str = "ParameterChange"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Signaling

source§

const NAME: &'static str = "Signaling"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for UnfreezeIbcClient

source§

const NAME: &'static str = "UnfreezeIbcClient"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for UpgradePlan

source§

const NAME: &'static str = "UpgradePlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Failed

source§

const NAME: &'static str = "Failed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Passed

source§

const NAME: &'static str = "Passed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Slashed

source§

const NAME: &'static str = "Slashed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::proposal_outcome::Withdrawn

source§

const NAME: &'static str = "Withdrawn"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Claimed

source§

const NAME: &'static str = "Claimed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Finished

source§

const NAME: &'static str = "Finished"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Voting

source§

const NAME: &'static str = "Voting"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::proposal_state::Withdrawn

source§

const NAME: &'static str = "Withdrawn"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for AllTalliedDelegatorVotesForProposalRequest

source§

const NAME: &'static str = "AllTalliedDelegatorVotesForProposalRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for AllTalliedDelegatorVotesForProposalResponse

source§

const NAME: &'static str = "AllTalliedDelegatorVotesForProposalResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ChangedAppParameters

source§

const NAME: &'static str = "ChangedAppParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ChangedAppParametersSet

source§

const NAME: &'static str = "ChangedAppParametersSet"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for CommunityPoolDeposit

source§

const NAME: &'static str = "CommunityPoolDeposit"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::CommunityPoolOutput

source§

const NAME: &'static str = "CommunityPoolOutput"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::CommunityPoolSpend

source§

const NAME: &'static str = "CommunityPoolSpend"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for DelegatorVote

source§

const NAME: &'static str = "DelegatorVote"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for DelegatorVoteBody

source§

const NAME: &'static str = "DelegatorVoteBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for DelegatorVotePlan

source§

const NAME: &'static str = "DelegatorVotePlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for DelegatorVoteView

source§

const NAME: &'static str = "DelegatorVoteView"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventDelegatorVote

source§

const NAME: &'static str = "EventDelegatorVote"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventEnactProposal

source§

const NAME: &'static str = "EventEnactProposal"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventProposalDepositClaim

source§

const NAME: &'static str = "EventProposalDepositClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventProposalFailed

source§

const NAME: &'static str = "EventProposalFailed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventProposalSlashed

source§

const NAME: &'static str = "EventProposalSlashed"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventProposalSubmit

source§

const NAME: &'static str = "EventProposalSubmit"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventProposalWithdraw

source§

const NAME: &'static str = "EventProposalWithdraw"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for EventValidatorVote

source§

const NAME: &'static str = "EventValidatorVote"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for GovernanceParameters

source§

const NAME: &'static str = "GovernanceParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for NextProposalIdRequest

source§

const NAME: &'static str = "NextProposalIdRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for NextProposalIdResponse

source§

const NAME: &'static str = "NextProposalIdResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::Proposal

source§

const NAME: &'static str = "Proposal"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalDataRequest

source§

const NAME: &'static str = "ProposalDataRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalDataResponse

source§

const NAME: &'static str = "ProposalDataResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalDepositClaim

source§

const NAME: &'static str = "ProposalDepositClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalInfoRequest

source§

const NAME: &'static str = "ProposalInfoRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalInfoResponse

source§

const NAME: &'static str = "ProposalInfoResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalListRequest

source§

const NAME: &'static str = "ProposalListRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalListResponse

source§

const NAME: &'static str = "ProposalListResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalOutcome

source§

const NAME: &'static str = "ProposalOutcome"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalRateDataRequest

source§

const NAME: &'static str = "ProposalRateDataRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalRateDataResponse

source§

const NAME: &'static str = "ProposalRateDataResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalState

source§

const NAME: &'static str = "ProposalState"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalSubmit

source§

const NAME: &'static str = "ProposalSubmit"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ProposalWithdraw

source§

const NAME: &'static str = "ProposalWithdraw"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Ratio

source§

const NAME: &'static str = "Ratio"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for Tally

source§

const NAME: &'static str = "Tally"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ValidatorVote

source§

const NAME: &'static str = "ValidatorVote"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ValidatorVoteBody

source§

const NAME: &'static str = "ValidatorVoteBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ValidatorVoteReason

source§

const NAME: &'static str = "ValidatorVoteReason"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ValidatorVotesRequest

source§

const NAME: &'static str = "ValidatorVotesRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ValidatorVotesResponse

source§

const NAME: &'static str = "ValidatorVotesResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::governance::v1::Vote

source§

const NAME: &'static str = "Vote"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for VotingPowerAtProposalStartRequest

source§

const NAME: &'static str = "VotingPowerAtProposalStartRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for VotingPowerAtProposalStartResponse

source§

const NAME: &'static str = "VotingPowerAtProposalStartResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ZkDelegatorVoteProof

source§

const NAME: &'static str = "ZKDelegatorVoteProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.governance.v1"

source§

impl Name for ClientConnections

source§

const NAME: &'static str = "ClientConnections"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for ClientCounter

source§

const NAME: &'static str = "ClientCounter"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for ClientData

source§

const NAME: &'static str = "ClientData"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for ConnectionCounter

source§

const NAME: &'static str = "ConnectionCounter"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::ibc::v1::ConsensusState

source§

const NAME: &'static str = "ConsensusState"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::ibc::v1::FungibleTokenPacketData

source§

const NAME: &'static str = "FungibleTokenPacketData"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::ibc::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for IbcParameters

source§

const NAME: &'static str = "IbcParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for IbcRelay

source§

const NAME: &'static str = "IbcRelay"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for Ics20Withdrawal

source§

const NAME: &'static str = "Ics20Withdrawal"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for VerifiedHeights

source§

const NAME: &'static str = "VerifiedHeights"

source§

const PACKAGE: &'static str = "penumbra.core.component.ibc.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::sct::v1::commitment_source::CommunityPoolOutput

source§

const NAME: &'static str = "CommunityPoolOutput"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for FundingStreamReward

source§

const NAME: &'static str = "FundingStreamReward"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for Genesis

source§

const NAME: &'static str = "Genesis"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for Ics20Transfer

source§

const NAME: &'static str = "Ics20Transfer"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::sct::v1::commitment_source::Transaction

source§

const NAME: &'static str = "Transaction"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for AnchorByHeightRequest

source§

const NAME: &'static str = "AnchorByHeightRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for AnchorByHeightResponse

source§

const NAME: &'static str = "AnchorByHeightResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for CommitmentSource

source§

const NAME: &'static str = "CommitmentSource"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for Epoch

source§

const NAME: &'static str = "Epoch"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EpochByHeightRequest

source§

const NAME: &'static str = "EpochByHeightRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EpochByHeightResponse

source§

const NAME: &'static str = "EpochByHeightResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EventAnchor

source§

const NAME: &'static str = "EventAnchor"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EventBlockRoot

source§

const NAME: &'static str = "EventBlockRoot"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EventCommitment

source§

const NAME: &'static str = "EventCommitment"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for EventEpochRoot

source§

const NAME: &'static str = "EventEpochRoot"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::sct::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for NullificationInfo

source§

const NAME: &'static str = "NullificationInfo"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for Nullifier

source§

const NAME: &'static str = "Nullifier"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for SctParameters

source§

const NAME: &'static str = "SctParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.sct.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::genesis_content::Allocation

source§

const NAME: &'static str = "Allocation"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::output_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::output_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::spend_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::spend_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::AssetMetadataByIdRequest

source§

const NAME: &'static str = "AssetMetadataByIdRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::AssetMetadataByIdResponse

source§

const NAME: &'static str = "AssetMetadataByIdResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for AssetMetadataByIdsRequest

source§

const NAME: &'static str = "AssetMetadataByIdsRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for AssetMetadataByIdsResponse

source§

const NAME: &'static str = "AssetMetadataByIdsResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for EventOutput

source§

const NAME: &'static str = "EventOutput"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for EventSpend

source§

const NAME: &'static str = "EventSpend"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for FmdParameters

source§

const NAME: &'static str = "FmdParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::Note

source§

const NAME: &'static str = "Note"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for NoteCiphertext

source§

const NAME: &'static str = "NoteCiphertext"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for NotePayload

source§

const NAME: &'static str = "NotePayload"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for NoteView

source§

const NAME: &'static str = "NoteView"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::shielded_pool::v1::Output

source§

const NAME: &'static str = "Output"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for OutputBody

source§

const NAME: &'static str = "OutputBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for OutputPlan

source§

const NAME: &'static str = "OutputPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for OutputView

source§

const NAME: &'static str = "OutputView"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for ShieldedPoolParameters

source§

const NAME: &'static str = "ShieldedPoolParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for Spend

source§

const NAME: &'static str = "Spend"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for SpendBody

source§

const NAME: &'static str = "SpendBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for SpendPlan

source§

const NAME: &'static str = "SpendPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for SpendView

source§

const NAME: &'static str = "SpendView"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for ZkNullifierDerivationProof

source§

const NAME: &'static str = "ZKNullifierDerivationProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for ZkOutputProof

source§

const NAME: &'static str = "ZKOutputProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for ZkSpendProof

source§

const NAME: &'static str = "ZKSpendProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.shielded_pool.v1"

source§

impl Name for ToAddress

source§

const NAME: &'static str = "ToAddress"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ToCommunityPool

source§

const NAME: &'static str = "ToCommunityPool"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for BaseRateData

source§

const NAME: &'static str = "BaseRateData"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for BondingState

source§

const NAME: &'static str = "BondingState"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for CurrentConsensusKeys

source§

const NAME: &'static str = "CurrentConsensusKeys"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for CurrentValidatorRateRequest

source§

const NAME: &'static str = "CurrentValidatorRateRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for CurrentValidatorRateResponse

source§

const NAME: &'static str = "CurrentValidatorRateResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::stake::v1::Delegate

source§

const NAME: &'static str = "Delegate"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for DelegationChanges

source§

const NAME: &'static str = "DelegationChanges"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for EventTombstoneValidator

source§

const NAME: &'static str = "EventTombstoneValidator"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for FundingStream

source§

const NAME: &'static str = "FundingStream"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::stake::v1::GenesisContent

source§

const NAME: &'static str = "GenesisContent"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for GetValidatorInfoRequest

source§

const NAME: &'static str = "GetValidatorInfoRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for GetValidatorInfoResponse

source§

const NAME: &'static str = "GetValidatorInfoResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for Penalty

source§

const NAME: &'static str = "Penalty"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for RateData

source§

const NAME: &'static str = "RateData"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for StakeParameters

source§

const NAME: &'static str = "StakeParameters"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::stake::v1::Undelegate

source§

const NAME: &'static str = "Undelegate"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::stake::v1::UndelegateClaim

source§

const NAME: &'static str = "UndelegateClaim"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for UndelegateClaimBody

source§

const NAME: &'static str = "UndelegateClaimBody"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for UndelegateClaimPlan

source§

const NAME: &'static str = "UndelegateClaimPlan"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for Uptime

source§

const NAME: &'static str = "Uptime"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for penumbra_proto::penumbra::core::component::stake::v1::Validator

source§

const NAME: &'static str = "Validator"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorDefinition

source§

const NAME: &'static str = "ValidatorDefinition"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorInfo

source§

const NAME: &'static str = "ValidatorInfo"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorInfoRequest

source§

const NAME: &'static str = "ValidatorInfoRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorInfoResponse

source§

const NAME: &'static str = "ValidatorInfoResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorList

source§

const NAME: &'static str = "ValidatorList"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorPenaltyRequest

source§

const NAME: &'static str = "ValidatorPenaltyRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorPenaltyResponse

source§

const NAME: &'static str = "ValidatorPenaltyResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorState

source§

const NAME: &'static str = "ValidatorState"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorStatus

source§

const NAME: &'static str = "ValidatorStatus"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorStatusRequest

source§

const NAME: &'static str = "ValidatorStatusRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorStatusResponse

source§

const NAME: &'static str = "ValidatorStatusResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorUptimeRequest

source§

const NAME: &'static str = "ValidatorUptimeRequest"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ValidatorUptimeResponse

source§

const NAME: &'static str = "ValidatorUptimeResponse"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for ZkUndelegateClaimProof

source§

const NAME: &'static str = "ZKUndelegateClaimProof"

source§

const PACKAGE: &'static str = "penumbra.core.component.stake.v1"

source§

impl Name for Decoded

source§

const NAME: &'static str = "Decoded"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for penumbra_proto::penumbra::core::keys::v1::address_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for Address

source§

const NAME: &'static str = "Address"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for AddressIndex

source§

const NAME: &'static str = "AddressIndex"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for AddressView

source§

const NAME: &'static str = "AddressView"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for ConsensusKey

source§

const NAME: &'static str = "ConsensusKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for Diversifier

source§

const NAME: &'static str = "Diversifier"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for FullViewingKey

source§

const NAME: &'static str = "FullViewingKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for GovernanceKey

source§

const NAME: &'static str = "GovernanceKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for IdentityKey

source§

const NAME: &'static str = "IdentityKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for PayloadKey

source§

const NAME: &'static str = "PayloadKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for SpendKey

source§

const NAME: &'static str = "SpendKey"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for WalletId

source§

const NAME: &'static str = "WalletId"

source§

const PACKAGE: &'static str = "penumbra.core.keys.v1"

source§

impl Name for Amount

source§

const NAME: &'static str = "Amount"

source§

const PACKAGE: &'static str = "penumbra.core.num.v1"

source§

impl Name for penumbra_proto::penumbra::core::transaction::v1::memo_view::Opaque

source§

const NAME: &'static str = "Opaque"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for penumbra_proto::penumbra::core::transaction::v1::memo_view::Visible

source§

const NAME: &'static str = "Visible"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for Action

source§

const NAME: &'static str = "Action"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for ActionPlan

source§

const NAME: &'static str = "ActionPlan"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for ActionView

source§

const NAME: &'static str = "ActionView"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for AuthorizationData

source§

const NAME: &'static str = "AuthorizationData"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for CluePlan

source§

const NAME: &'static str = "CluePlan"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for DetectionData

source§

const NAME: &'static str = "DetectionData"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for DetectionDataPlan

source§

const NAME: &'static str = "DetectionDataPlan"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for MemoCiphertext

source§

const NAME: &'static str = "MemoCiphertext"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for MemoPlaintext

source§

const NAME: &'static str = "MemoPlaintext"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for MemoPlaintextView

source§

const NAME: &'static str = "MemoPlaintextView"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for MemoPlan

source§

const NAME: &'static str = "MemoPlan"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for MemoView

source§

const NAME: &'static str = "MemoView"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for NullifierWithNote

source§

const NAME: &'static str = "NullifierWithNote"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for PayloadKeyWithCommitment

source§

const NAME: &'static str = "PayloadKeyWithCommitment"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for penumbra_proto::penumbra::core::transaction::v1::Transaction

source§

const NAME: &'static str = "Transaction"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionBody

source§

const NAME: &'static str = "TransactionBody"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionBodyView

source§

const NAME: &'static str = "TransactionBodyView"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionParameters

source§

const NAME: &'static str = "TransactionParameters"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionPerspective

source§

const NAME: &'static str = "TransactionPerspective"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionPlan

source§

const NAME: &'static str = "TransactionPlan"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for TransactionView

source§

const NAME: &'static str = "TransactionView"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for WitnessData

source§

const NAME: &'static str = "WitnessData"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for CreationTransactionIdByNullifier

source§

const NAME: &'static str = "CreationTransactionIdByNullifier"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for ExtendedMetadataById

source§

const NAME: &'static str = "ExtendedMetadataById"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for NullificationTransactionIdByCommitment

source§

const NAME: &'static str = "NullificationTransactionIdByCommitment"

source§

const PACKAGE: &'static str = "penumbra.core.transaction.v1"

source§

impl Name for EffectHash

source§

const NAME: &'static str = "EffectHash"

source§

const PACKAGE: &'static str = "penumbra.core.txhash.v1"

source§

impl Name for TransactionId

source§

const NAME: &'static str = "TransactionId"

source§

const PACKAGE: &'static str = "penumbra.core.txhash.v1"

source§

impl Name for Clue

source§

const NAME: &'static str = "Clue"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_fmd.v1"

source§

impl Name for DkgRound1Package

source§

const NAME: &'static str = "DKGRound1Package"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for DkgRound2Package

source§

const NAME: &'static str = "DKGRound2Package"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for NonceCommitment

source§

const NAME: &'static str = "NonceCommitment"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for SignatureShare

source§

const NAME: &'static str = "SignatureShare"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for SigningCommitments

source§

const NAME: &'static str = "SigningCommitments"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for SigningShare

source§

const NAME: &'static str = "SigningShare"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for VerifiableSecretSharingCommitment

source§

const NAME: &'static str = "VerifiableSecretSharingCommitment"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_frost.v1"

source§

impl Name for BindingSignature

source§

const NAME: &'static str = "BindingSignature"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1"

source§

impl Name for SpendAuthSignature

source§

const NAME: &'static str = "SpendAuthSignature"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1"

source§

impl Name for SpendVerificationKey

source§

const NAME: &'static str = "SpendVerificationKey"

source§

const PACKAGE: &'static str = "penumbra.crypto.decaf377_rdsa.v1"

source§

impl Name for MerklePathChunk

source§

const NAME: &'static str = "MerklePathChunk"

source§

const PACKAGE: &'static str = "penumbra.crypto.tct.v1"

source§

impl Name for penumbra_proto::penumbra::crypto::tct::v1::MerkleRoot

source§

const NAME: &'static str = "MerkleRoot"

source§

const PACKAGE: &'static str = "penumbra.crypto.tct.v1"

source§

impl Name for StateCommitment

source§

const NAME: &'static str = "StateCommitment"

source§

const PACKAGE: &'static str = "penumbra.crypto.tct.v1"

source§

impl Name for StateCommitmentProof

source§

const NAME: &'static str = "StateCommitmentProof"

source§

const PACKAGE: &'static str = "penumbra.crypto.tct.v1"

source§

impl Name for IdentifiedCommitments

source§

const NAME: &'static str = "IdentifiedCommitments"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for PartialSigningPackage

source§

const NAME: &'static str = "PartialSigningPackage"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for penumbra_proto::penumbra::custody::threshold::v1::dkg_round2::Inner

source§

const NAME: &'static str = "Inner"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for TargetedPackage

source§

const NAME: &'static str = "TargetedPackage"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for penumbra_proto::penumbra::custody::threshold::v1::follower_round1::Inner

source§

const NAME: &'static str = "Inner"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for penumbra_proto::penumbra::custody::threshold::v1::follower_round2::Inner

source§

const NAME: &'static str = "Inner"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for CoordinatorRound1

source§

const NAME: &'static str = "CoordinatorRound1"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for CoordinatorRound2

source§

const NAME: &'static str = "CoordinatorRound2"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for DkgRound1

source§

const NAME: &'static str = "DKGRound1"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for DkgRound2

source§

const NAME: &'static str = "DKGRound2"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for FollowerRound1

source§

const NAME: &'static str = "FollowerRound1"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for FollowerRound2

source§

const NAME: &'static str = "FollowerRound2"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for Signature

source§

const NAME: &'static str = "Signature"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for VerificationKey

source§

const NAME: &'static str = "VerificationKey"

source§

const PACKAGE: &'static str = "penumbra.custody.threshold.v1"

source§

impl Name for Ed25519

source§

const NAME: &'static str = "Ed25519"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeRequest

source§

const NAME: &'static str = "AuthorizeRequest"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeResponse

source§

const NAME: &'static str = "AuthorizeResponse"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeValidatorDefinitionRequest

source§

const NAME: &'static str = "AuthorizeValidatorDefinitionRequest"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeValidatorDefinitionResponse

source§

const NAME: &'static str = "AuthorizeValidatorDefinitionResponse"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeValidatorVoteRequest

source§

const NAME: &'static str = "AuthorizeValidatorVoteRequest"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for AuthorizeValidatorVoteResponse

source§

const NAME: &'static str = "AuthorizeValidatorVoteResponse"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for ConfirmAddressRequest

source§

const NAME: &'static str = "ConfirmAddressRequest"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for ConfirmAddressResponse

source§

const NAME: &'static str = "ConfirmAddressResponse"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for ExportFullViewingKeyRequest

source§

const NAME: &'static str = "ExportFullViewingKeyRequest"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for ExportFullViewingKeyResponse

source§

const NAME: &'static str = "ExportFullViewingKeyResponse"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for PreAuthorization

source§

const NAME: &'static str = "PreAuthorization"

source§

const PACKAGE: &'static str = "penumbra.custody.v1"

source§

impl Name for Contribution

source§

const NAME: &'static str = "Contribution"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for Identify

source§

const NAME: &'static str = "Identify"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for Confirm

source§

const NAME: &'static str = "Confirm"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for ContributeNow

source§

const NAME: &'static str = "ContributeNow"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for penumbra_proto::penumbra::tools::summoning::v1::participate_response::Position

source§

const NAME: &'static str = "Position"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for CeremonyCrs

source§

const NAME: &'static str = "CeremonyCrs"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for CeremonyLinkingProof

source§

const NAME: &'static str = "CeremonyLinkingProof"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for CeremonyParentHashes

source§

const NAME: &'static str = "CeremonyParentHashes"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for ParticipateRequest

source§

const NAME: &'static str = "ParticipateRequest"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for ParticipateResponse

source§

const NAME: &'static str = "ParticipateResponse"

source§

const PACKAGE: &'static str = "penumbra.tools.summoning.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::AbciQueryRequest

source§

const NAME: &'static str = "ABCIQueryRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::AbciQueryResponse

source§

const NAME: &'static str = "ABCIQueryResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for BroadcastTxAsyncRequest

source§

const NAME: &'static str = "BroadcastTxAsyncRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for BroadcastTxAsyncResponse

source§

const NAME: &'static str = "BroadcastTxAsyncResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for BroadcastTxSyncRequest

source§

const NAME: &'static str = "BroadcastTxSyncRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for BroadcastTxSyncResponse

source§

const NAME: &'static str = "BroadcastTxSyncResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::GetBlockByHeightRequest

source§

const NAME: &'static str = "GetBlockByHeightRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::GetBlockByHeightResponse

source§

const NAME: &'static str = "GetBlockByHeightResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for GetStatusRequest

source§

const NAME: &'static str = "GetStatusRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for GetStatusResponse

source§

const NAME: &'static str = "GetStatusResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::GetTxRequest

source§

const NAME: &'static str = "GetTxRequest"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::util::tendermint_proxy::v1::GetTxResponse

source§

const NAME: &'static str = "GetTxResponse"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for SyncInfo

source§

const NAME: &'static str = "SyncInfo"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for Tag

source§

const NAME: &'static str = "Tag"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for TxResult

source§

const NAME: &'static str = "TxResult"

source§

const PACKAGE: &'static str = "penumbra.util.tendermint_proxy.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::authorize_and_build_response::BuildProgress

source§

const NAME: &'static str = "BuildProgress"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::authorize_and_build_response::Complete

source§

const NAME: &'static str = "Complete"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for BroadcastSuccess

source§

const NAME: &'static str = "BroadcastSuccess"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for Confirmed

source§

const NAME: &'static str = "Confirmed"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AddressByIndexRequest

source§

const NAME: &'static str = "AddressByIndexRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AddressByIndexResponse

source§

const NAME: &'static str = "AddressByIndexResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::AppParametersRequest

source§

const NAME: &'static str = "AppParametersRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::AppParametersResponse

source§

const NAME: &'static str = "AppParametersResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::AssetMetadataByIdRequest

source§

const NAME: &'static str = "AssetMetadataByIdRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::AssetMetadataByIdResponse

source§

const NAME: &'static str = "AssetMetadataByIdResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AssetsRequest

source§

const NAME: &'static str = "AssetsRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AssetsResponse

source§

const NAME: &'static str = "AssetsResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AuctionsRequest

source§

const NAME: &'static str = "AuctionsRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AuctionsResponse

source§

const NAME: &'static str = "AuctionsResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AuthorizeAndBuildRequest

source§

const NAME: &'static str = "AuthorizeAndBuildRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for AuthorizeAndBuildResponse

source§

const NAME: &'static str = "AuthorizeAndBuildResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for BalancesRequest

source§

const NAME: &'static str = "BalancesRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for BalancesResponse

source§

const NAME: &'static str = "BalancesResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for BroadcastTransactionRequest

source§

const NAME: &'static str = "BroadcastTransactionRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for BroadcastTransactionResponse

source§

const NAME: &'static str = "BroadcastTransactionResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for DelegationsByAddressIndexRequest

source§

const NAME: &'static str = "DelegationsByAddressIndexRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for DelegationsByAddressIndexResponse

source§

const NAME: &'static str = "DelegationsByAddressIndexResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for EphemeralAddressRequest

source§

const NAME: &'static str = "EphemeralAddressRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for EphemeralAddressResponse

source§

const NAME: &'static str = "EphemeralAddressResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for FmdParametersRequest

source§

const NAME: &'static str = "FMDParametersRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for FmdParametersResponse

source§

const NAME: &'static str = "FMDParametersResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for GasPricesRequest

source§

const NAME: &'static str = "GasPricesRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for GasPricesResponse

source§

const NAME: &'static str = "GasPricesResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for IndexByAddressRequest

source§

const NAME: &'static str = "IndexByAddressRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for IndexByAddressResponse

source§

const NAME: &'static str = "IndexByAddressResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NoteByCommitmentRequest

source§

const NAME: &'static str = "NoteByCommitmentRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NoteByCommitmentResponse

source§

const NAME: &'static str = "NoteByCommitmentResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NotesForVotingRequest

source§

const NAME: &'static str = "NotesForVotingRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NotesForVotingResponse

source§

const NAME: &'static str = "NotesForVotingResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NotesRequest

source§

const NAME: &'static str = "NotesRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NotesResponse

source§

const NAME: &'static str = "NotesResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NullifierStatusRequest

source§

const NAME: &'static str = "NullifierStatusRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for NullifierStatusResponse

source§

const NAME: &'static str = "NullifierStatusResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for OwnedPositionIdsRequest

source§

const NAME: &'static str = "OwnedPositionIdsRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for OwnedPositionIdsResponse

source§

const NAME: &'static str = "OwnedPositionIdsResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for SpendableNoteRecord

source§

const NAME: &'static str = "SpendableNoteRecord"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for StatusRequest

source§

const NAME: &'static str = "StatusRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for StatusResponse

source§

const NAME: &'static str = "StatusResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for StatusStreamRequest

source§

const NAME: &'static str = "StatusStreamRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for StatusStreamResponse

source§

const NAME: &'static str = "StatusStreamResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for SwapByCommitmentRequest

source§

const NAME: &'static str = "SwapByCommitmentRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for SwapByCommitmentResponse

source§

const NAME: &'static str = "SwapByCommitmentResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for SwapRecord

source§

const NAME: &'static str = "SwapRecord"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionInfo

source§

const NAME: &'static str = "TransactionInfo"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionInfoByHashRequest

source§

const NAME: &'static str = "TransactionInfoByHashRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionInfoByHashResponse

source§

const NAME: &'static str = "TransactionInfoByHashResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionInfoRequest

source§

const NAME: &'static str = "TransactionInfoRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionInfoResponse

source§

const NAME: &'static str = "TransactionInfoResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionPlannerRequest

source§

const NAME: &'static str = "TransactionPlannerRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for TransactionPlannerResponse

source§

const NAME: &'static str = "TransactionPlannerResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for UnbondingTokensByAddressIndexRequest

source§

const NAME: &'static str = "UnbondingTokensByAddressIndexRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for UnbondingTokensByAddressIndexResponse

source§

const NAME: &'static str = "UnbondingTokensByAddressIndexResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for UnclaimedSwapsRequest

source§

const NAME: &'static str = "UnclaimedSwapsRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for UnclaimedSwapsResponse

source§

const NAME: &'static str = "UnclaimedSwapsResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WalletIdRequest

source§

const NAME: &'static str = "WalletIdRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WalletIdResponse

source§

const NAME: &'static str = "WalletIdResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WitnessAndBuildRequest

source§

const NAME: &'static str = "WitnessAndBuildRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WitnessAndBuildResponse

source§

const NAME: &'static str = "WitnessAndBuildResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WitnessRequest

source§

const NAME: &'static str = "WitnessRequest"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for WitnessResponse

source§

const NAME: &'static str = "WitnessResponse"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::ActionDutchAuctionEnd

source§

const NAME: &'static str = "ActionDutchAuctionEnd"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::ActionDutchAuctionSchedule

source§

const NAME: &'static str = "ActionDutchAuctionSchedule"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::ActionDutchAuctionWithdraw

source§

const NAME: &'static str = "ActionDutchAuctionWithdraw"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::Delegate

source§

const NAME: &'static str = "Delegate"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::Output

source§

const NAME: &'static str = "Output"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::PositionClose

source§

const NAME: &'static str = "PositionClose"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::PositionOpen

source§

const NAME: &'static str = "PositionOpen"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::PositionWithdraw

source§

const NAME: &'static str = "PositionWithdraw"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::Swap

source§

const NAME: &'static str = "Swap"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::SwapClaim

source§

const NAME: &'static str = "SwapClaim"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::Undelegate

source§

const NAME: &'static str = "Undelegate"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::transaction_planner_request::UndelegateClaim

source§

const NAME: &'static str = "UndelegateClaim"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::witness_and_build_response::BuildProgress

source§

const NAME: &'static str = "BuildProgress"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for penumbra_proto::penumbra::view::v1::witness_and_build_response::Complete

source§

const NAME: &'static str = "Complete"

source§

const PACKAGE: &'static str = "penumbra.view.v1"

source§

impl Name for DominoOp

source§

const NAME: &'static str = "DominoOp"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for Proof

source§

const NAME: &'static str = "Proof"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for penumbra_proto::tendermint::crypto::ProofOp

source§

const NAME: &'static str = "ProofOp"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for penumbra_proto::tendermint::crypto::ProofOps

source§

const NAME: &'static str = "ProofOps"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for PublicKey

source§

const NAME: &'static str = "PublicKey"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for ValueOp

source§

const NAME: &'static str = "ValueOp"

source§

const PACKAGE: &'static str = "tendermint.crypto"

source§

impl Name for DefaultNodeInfo

source§

const NAME: &'static str = "DefaultNodeInfo"

source§

const PACKAGE: &'static str = "tendermint.p2p"

source§

impl Name for DefaultNodeInfoOther

source§

const NAME: &'static str = "DefaultNodeInfoOther"

source§

const PACKAGE: &'static str = "tendermint.p2p"

source§

impl Name for NetAddress

source§

const NAME: &'static str = "NetAddress"

source§

const PACKAGE: &'static str = "tendermint.p2p"

source§

impl Name for ProtocolVersion

source§

const NAME: &'static str = "ProtocolVersion"

source§

const PACKAGE: &'static str = "tendermint.p2p"

source§

impl Name for penumbra_proto::tendermint::types::Block

source§

const NAME: &'static str = "Block"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for BlockId

source§

const NAME: &'static str = "BlockID"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for BlockMeta

source§

const NAME: &'static str = "BlockMeta"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for Commit

source§

const NAME: &'static str = "Commit"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for CommitSig

source§

const NAME: &'static str = "CommitSig"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for penumbra_proto::tendermint::types::Data

source§

const NAME: &'static str = "Data"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for DuplicateVoteEvidence

source§

const NAME: &'static str = "DuplicateVoteEvidence"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for Evidence

source§

const NAME: &'static str = "Evidence"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for EvidenceList

source§

const NAME: &'static str = "EvidenceList"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for penumbra_proto::tendermint::types::Header

source§

const NAME: &'static str = "Header"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for LightBlock

source§

const NAME: &'static str = "LightBlock"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for LightClientAttackEvidence

source§

const NAME: &'static str = "LightClientAttackEvidence"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for Part

source§

const NAME: &'static str = "Part"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for PartSetHeader

source§

const NAME: &'static str = "PartSetHeader"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for penumbra_proto::tendermint::types::Proposal

source§

const NAME: &'static str = "Proposal"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for SignedHeader

source§

const NAME: &'static str = "SignedHeader"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for SimpleValidator

source§

const NAME: &'static str = "SimpleValidator"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for TxProof

source§

const NAME: &'static str = "TxProof"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for penumbra_proto::tendermint::types::Validator

source§

const NAME: &'static str = "Validator"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for ValidatorSet

source§

const NAME: &'static str = "ValidatorSet"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for penumbra_proto::tendermint::types::Vote

source§

const NAME: &'static str = "Vote"

source§

const PACKAGE: &'static str = "tendermint.types"

source§

impl Name for App

source§

const NAME: &'static str = "App"

source§

const PACKAGE: &'static str = "tendermint.version"

source§

impl Name for Consensus

source§

const NAME: &'static str = "Consensus"

source§

const PACKAGE: &'static str = "tendermint.version"