transferv1

package
v0.0.0-...-c13f9de Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Overview

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Code generated by protoc-gen-go-pulsar. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

View Source
var File_ibc_applications_transfer_v1_authz_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_transfer_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_transfer_v1_query_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_transfer_v1_transfer_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_transfer_v1_tx_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Allocation

type Allocation struct {

	// the port on which the packet will be sent
	SourcePort string `protobuf:"bytes,1,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	// the channel by which the packet will be sent
	SourceChannel string `protobuf:"bytes,2,opt,name=source_channel,json=sourceChannel,proto3" json:"source_channel,omitempty"`
	// spend limitation on the channel
	SpendLimit []*v1beta1.Coin `protobuf:"bytes,3,rep,name=spend_limit,json=spendLimit,proto3" json:"spend_limit,omitempty"`
	// allow list of receivers, an empty allow list permits any receiver address
	AllowList []string `protobuf:"bytes,4,rep,name=allow_list,json=allowList,proto3" json:"allow_list,omitempty"`
	// allow list of packet data keys, an empty list prohibits all packet data keys;
	// a list only with "*" permits any packet data key
	AllowedPacketData []string `protobuf:"bytes,5,rep,name=allowed_packet_data,json=allowedPacketData,proto3" json:"allowed_packet_data,omitempty"`
	// contains filtered or unexported fields
}

Allocation defines the spend limit for a particular port and channel

func (*Allocation) Descriptor deprecated

func (*Allocation) Descriptor() ([]byte, []int)

Deprecated: Use Allocation.ProtoReflect.Descriptor instead.

func (*Allocation) GetAllowList

func (x *Allocation) GetAllowList() []string

func (*Allocation) GetAllowedPacketData

func (x *Allocation) GetAllowedPacketData() []string

func (*Allocation) GetSourceChannel

func (x *Allocation) GetSourceChannel() string

func (*Allocation) GetSourcePort

func (x *Allocation) GetSourcePort() string

func (*Allocation) GetSpendLimit

func (x *Allocation) GetSpendLimit() []*v1beta1.Coin

func (*Allocation) ProtoMessage

func (*Allocation) ProtoMessage()

func (*Allocation) ProtoReflect

func (x *Allocation) ProtoReflect() protoreflect.Message

func (*Allocation) Reset

func (x *Allocation) Reset()

func (*Allocation) String

func (x *Allocation) String() string

type DenomTrace

type DenomTrace struct {

	// path defines the chain of port/channel identifiers used for tracing the
	// source of the fungible token.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// base denomination of the relayed fungible token.
	BaseDenom string `protobuf:"bytes,2,opt,name=base_denom,json=baseDenom,proto3" json:"base_denom,omitempty"`
	// contains filtered or unexported fields
}

DenomTrace contains the base denomination for ICS20 fungible tokens and the source tracing information path.

func (*DenomTrace) Descriptor deprecated

func (*DenomTrace) Descriptor() ([]byte, []int)

Deprecated: Use DenomTrace.ProtoReflect.Descriptor instead.

func (*DenomTrace) GetBaseDenom

func (x *DenomTrace) GetBaseDenom() string

func (*DenomTrace) GetPath

func (x *DenomTrace) GetPath() string

func (*DenomTrace) ProtoMessage

func (*DenomTrace) ProtoMessage()

func (*DenomTrace) ProtoReflect

func (x *DenomTrace) ProtoReflect() protoreflect.Message

func (*DenomTrace) Reset

func (x *DenomTrace) Reset()

func (*DenomTrace) String

func (x *DenomTrace) String() string

type GenesisState

type GenesisState struct {
	PortId      string        `protobuf:"bytes,1,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	DenomTraces []*DenomTrace `protobuf:"bytes,2,rep,name=denom_traces,json=denomTraces,proto3" json:"denom_traces,omitempty"`
	Params      *Params       `protobuf:"bytes,3,opt,name=params,proto3" json:"params,omitempty"`
	// total_escrowed contains the total amount of tokens escrowed
	// by the transfer module
	TotalEscrowed []*v1beta1.Coin `protobuf:"bytes,4,rep,name=total_escrowed,json=totalEscrowed,proto3" json:"total_escrowed,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the ibc-transfer genesis state

func (*GenesisState) Descriptor deprecated

func (*GenesisState) Descriptor() ([]byte, []int)

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetDenomTraces

func (x *GenesisState) GetDenomTraces() []*DenomTrace

func (*GenesisState) GetParams

func (x *GenesisState) GetParams() *Params

func (*GenesisState) GetPortId

func (x *GenesisState) GetPortId() string

func (*GenesisState) GetTotalEscrowed

func (x *GenesisState) GetTotalEscrowed() []*v1beta1.Coin

func (*GenesisState) ProtoMessage

func (*GenesisState) ProtoMessage()

func (*GenesisState) ProtoReflect

func (x *GenesisState) ProtoReflect() protoreflect.Message

func (*GenesisState) Reset

func (x *GenesisState) Reset()

func (*GenesisState) String

func (x *GenesisState) String() string

type MsgTransfer

type MsgTransfer struct {

	// the port on which the packet will be sent
	SourcePort string `protobuf:"bytes,1,opt,name=source_port,json=sourcePort,proto3" json:"source_port,omitempty"`
	// the channel by which the packet will be sent
	SourceChannel string `protobuf:"bytes,2,opt,name=source_channel,json=sourceChannel,proto3" json:"source_channel,omitempty"`
	// the tokens to be transferred
	Token *v1beta1.Coin `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	// the sender address
	Sender string `protobuf:"bytes,4,opt,name=sender,proto3" json:"sender,omitempty"`
	// the recipient address on the destination chain
	Receiver string `protobuf:"bytes,5,opt,name=receiver,proto3" json:"receiver,omitempty"`
	// Timeout height relative to the current block height.
	// The timeout is disabled when set to 0.
	TimeoutHeight *v1.Height `protobuf:"bytes,6,opt,name=timeout_height,json=timeoutHeight,proto3" json:"timeout_height,omitempty"`
	// Timeout timestamp in absolute nanoseconds since unix epoch.
	// The timeout is disabled when set to 0.
	TimeoutTimestamp uint64 `protobuf:"varint,7,opt,name=timeout_timestamp,json=timeoutTimestamp,proto3" json:"timeout_timestamp,omitempty"`
	// optional memo
	Memo string `protobuf:"bytes,8,opt,name=memo,proto3" json:"memo,omitempty"`
	// contains filtered or unexported fields
}

MsgTransfer defines a msg to transfer fungible tokens (i.e Coins) between ICS20 enabled chains. See ICS Spec here: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures

func (*MsgTransfer) Descriptor deprecated

func (*MsgTransfer) Descriptor() ([]byte, []int)

Deprecated: Use MsgTransfer.ProtoReflect.Descriptor instead.

func (*MsgTransfer) GetMemo

func (x *MsgTransfer) GetMemo() string

func (*MsgTransfer) GetReceiver

func (x *MsgTransfer) GetReceiver() string

func (*MsgTransfer) GetSender

func (x *MsgTransfer) GetSender() string

func (*MsgTransfer) GetSourceChannel

func (x *MsgTransfer) GetSourceChannel() string

func (*MsgTransfer) GetSourcePort

func (x *MsgTransfer) GetSourcePort() string

func (*MsgTransfer) GetTimeoutHeight

func (x *MsgTransfer) GetTimeoutHeight() *v1.Height

func (*MsgTransfer) GetTimeoutTimestamp

func (x *MsgTransfer) GetTimeoutTimestamp() uint64

func (*MsgTransfer) GetToken

func (x *MsgTransfer) GetToken() *v1beta1.Coin

func (*MsgTransfer) ProtoMessage

func (*MsgTransfer) ProtoMessage()

func (*MsgTransfer) ProtoReflect

func (x *MsgTransfer) ProtoReflect() protoreflect.Message

func (*MsgTransfer) Reset

func (x *MsgTransfer) Reset()

func (*MsgTransfer) String

func (x *MsgTransfer) String() string

type MsgTransferResponse

type MsgTransferResponse struct {

	// sequence number of the transfer packet sent
	Sequence uint64 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"`
	// contains filtered or unexported fields
}

MsgTransferResponse defines the Msg/Transfer response type.

func (*MsgTransferResponse) Descriptor deprecated

func (*MsgTransferResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgTransferResponse.ProtoReflect.Descriptor instead.

func (*MsgTransferResponse) GetSequence

func (x *MsgTransferResponse) GetSequence() uint64

func (*MsgTransferResponse) ProtoMessage

func (*MsgTransferResponse) ProtoMessage()

func (*MsgTransferResponse) ProtoReflect

func (x *MsgTransferResponse) ProtoReflect() protoreflect.Message

func (*MsgTransferResponse) Reset

func (x *MsgTransferResponse) Reset()

func (*MsgTransferResponse) String

func (x *MsgTransferResponse) String() string

type MsgUpdateParams

type MsgUpdateParams struct {

	// signer address
	Signer string `protobuf:"bytes,1,opt,name=signer,proto3" json:"signer,omitempty"`
	// params defines the transfer parameters to update.
	//
	// NOTE: All parameters must be supplied.
	Params *Params `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

MsgUpdateParams is the Msg/UpdateParams request type.

func (*MsgUpdateParams) Descriptor deprecated

func (*MsgUpdateParams) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateParams.ProtoReflect.Descriptor instead.

func (*MsgUpdateParams) GetParams

func (x *MsgUpdateParams) GetParams() *Params

func (*MsgUpdateParams) GetSigner

func (x *MsgUpdateParams) GetSigner() string

func (*MsgUpdateParams) ProtoMessage

func (*MsgUpdateParams) ProtoMessage()

func (*MsgUpdateParams) ProtoReflect

func (x *MsgUpdateParams) ProtoReflect() protoreflect.Message

func (*MsgUpdateParams) Reset

func (x *MsgUpdateParams) Reset()

func (*MsgUpdateParams) String

func (x *MsgUpdateParams) String() string

type MsgUpdateParamsResponse

type MsgUpdateParamsResponse struct {
	// contains filtered or unexported fields
}

MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

func (*MsgUpdateParamsResponse) Descriptor deprecated

func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use MsgUpdateParamsResponse.ProtoReflect.Descriptor instead.

func (*MsgUpdateParamsResponse) ProtoMessage

func (*MsgUpdateParamsResponse) ProtoMessage()

func (*MsgUpdateParamsResponse) ProtoReflect

func (x *MsgUpdateParamsResponse) ProtoReflect() protoreflect.Message

func (*MsgUpdateParamsResponse) Reset

func (x *MsgUpdateParamsResponse) Reset()

func (*MsgUpdateParamsResponse) String

func (x *MsgUpdateParamsResponse) String() string

type Params

type Params struct {

	// send_enabled enables or disables all cross-chain token transfers from this
	// chain.
	SendEnabled bool `protobuf:"varint,1,opt,name=send_enabled,json=sendEnabled,proto3" json:"send_enabled,omitempty"`
	// receive_enabled enables or disables all cross-chain token transfers to this
	// chain.
	ReceiveEnabled bool `protobuf:"varint,2,opt,name=receive_enabled,json=receiveEnabled,proto3" json:"receive_enabled,omitempty"`
	// contains filtered or unexported fields
}

Params defines the set of IBC transfer parameters. NOTE: To prevent a single token from being transferred, set the TransfersEnabled parameter to true and then set the bank module's SendEnabled parameter for the denomination to false.

func (*Params) Descriptor deprecated

func (*Params) Descriptor() ([]byte, []int)

Deprecated: Use Params.ProtoReflect.Descriptor instead.

func (*Params) GetReceiveEnabled

func (x *Params) GetReceiveEnabled() bool

func (*Params) GetSendEnabled

func (x *Params) GetSendEnabled() bool

func (*Params) ProtoMessage

func (*Params) ProtoMessage()

func (*Params) ProtoReflect

func (x *Params) ProtoReflect() protoreflect.Message

func (*Params) Reset

func (x *Params) Reset()

func (*Params) String

func (x *Params) String() string

type QueryDenomHashRequest

type QueryDenomHashRequest struct {

	// The denomination trace ([port_id]/[channel_id])+/[denom]
	Trace string `protobuf:"bytes,1,opt,name=trace,proto3" json:"trace,omitempty"`
	// contains filtered or unexported fields
}

QueryDenomHashRequest is the request type for the Query/DenomHash RPC method

func (*QueryDenomHashRequest) Descriptor deprecated

func (*QueryDenomHashRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomHashRequest.ProtoReflect.Descriptor instead.

func (*QueryDenomHashRequest) GetTrace

func (x *QueryDenomHashRequest) GetTrace() string

func (*QueryDenomHashRequest) ProtoMessage

func (*QueryDenomHashRequest) ProtoMessage()

func (*QueryDenomHashRequest) ProtoReflect

func (x *QueryDenomHashRequest) ProtoReflect() protoreflect.Message

func (*QueryDenomHashRequest) Reset

func (x *QueryDenomHashRequest) Reset()

func (*QueryDenomHashRequest) String

func (x *QueryDenomHashRequest) String() string

type QueryDenomHashResponse

type QueryDenomHashResponse struct {

	// hash (in hex format) of the denomination trace information.
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

QueryDenomHashResponse is the response type for the Query/DenomHash RPC method.

func (*QueryDenomHashResponse) Descriptor deprecated

func (*QueryDenomHashResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomHashResponse.ProtoReflect.Descriptor instead.

func (*QueryDenomHashResponse) GetHash

func (x *QueryDenomHashResponse) GetHash() string

func (*QueryDenomHashResponse) ProtoMessage

func (*QueryDenomHashResponse) ProtoMessage()

func (*QueryDenomHashResponse) ProtoReflect

func (x *QueryDenomHashResponse) ProtoReflect() protoreflect.Message

func (*QueryDenomHashResponse) Reset

func (x *QueryDenomHashResponse) Reset()

func (*QueryDenomHashResponse) String

func (x *QueryDenomHashResponse) String() string

type QueryDenomTraceRequest

type QueryDenomTraceRequest struct {

	// hash (in hex format) or denom (full denom with ibc prefix) of the denomination trace information.
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// contains filtered or unexported fields
}

QueryDenomTraceRequest is the request type for the Query/DenomTrace RPC method

func (*QueryDenomTraceRequest) Descriptor deprecated

func (*QueryDenomTraceRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomTraceRequest.ProtoReflect.Descriptor instead.

func (*QueryDenomTraceRequest) GetHash

func (x *QueryDenomTraceRequest) GetHash() string

func (*QueryDenomTraceRequest) ProtoMessage

func (*QueryDenomTraceRequest) ProtoMessage()

func (*QueryDenomTraceRequest) ProtoReflect

func (x *QueryDenomTraceRequest) ProtoReflect() protoreflect.Message

func (*QueryDenomTraceRequest) Reset

func (x *QueryDenomTraceRequest) Reset()

func (*QueryDenomTraceRequest) String

func (x *QueryDenomTraceRequest) String() string

type QueryDenomTraceResponse

type QueryDenomTraceResponse struct {

	// denom_trace returns the requested denomination trace information.
	DenomTrace *DenomTrace `protobuf:"bytes,1,opt,name=denom_trace,json=denomTrace,proto3" json:"denom_trace,omitempty"`
	// contains filtered or unexported fields
}

QueryDenomTraceResponse is the response type for the Query/DenomTrace RPC method.

func (*QueryDenomTraceResponse) Descriptor deprecated

func (*QueryDenomTraceResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomTraceResponse.ProtoReflect.Descriptor instead.

func (*QueryDenomTraceResponse) GetDenomTrace

func (x *QueryDenomTraceResponse) GetDenomTrace() *DenomTrace

func (*QueryDenomTraceResponse) ProtoMessage

func (*QueryDenomTraceResponse) ProtoMessage()

func (*QueryDenomTraceResponse) ProtoReflect

func (x *QueryDenomTraceResponse) ProtoReflect() protoreflect.Message

func (*QueryDenomTraceResponse) Reset

func (x *QueryDenomTraceResponse) Reset()

func (*QueryDenomTraceResponse) String

func (x *QueryDenomTraceResponse) String() string

type QueryDenomTracesRequest

type QueryDenomTracesRequest struct {

	// pagination defines an optional pagination for the request.
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

QueryConnectionsRequest is the request type for the Query/DenomTraces RPC method

func (*QueryDenomTracesRequest) Descriptor deprecated

func (*QueryDenomTracesRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomTracesRequest.ProtoReflect.Descriptor instead.

func (*QueryDenomTracesRequest) GetPagination

func (x *QueryDenomTracesRequest) GetPagination() *v1beta1.PageRequest

func (*QueryDenomTracesRequest) ProtoMessage

func (*QueryDenomTracesRequest) ProtoMessage()

func (*QueryDenomTracesRequest) ProtoReflect

func (x *QueryDenomTracesRequest) ProtoReflect() protoreflect.Message

func (*QueryDenomTracesRequest) Reset

func (x *QueryDenomTracesRequest) Reset()

func (*QueryDenomTracesRequest) String

func (x *QueryDenomTracesRequest) String() string

type QueryDenomTracesResponse

type QueryDenomTracesResponse struct {

	// denom_traces returns all denominations trace information.
	DenomTraces []*DenomTrace `protobuf:"bytes,1,rep,name=denom_traces,json=denomTraces,proto3" json:"denom_traces,omitempty"`
	// pagination defines the pagination in the response.
	Pagination *v1beta1.PageResponse `protobuf:"bytes,2,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// contains filtered or unexported fields
}

QueryConnectionsResponse is the response type for the Query/DenomTraces RPC method.

func (*QueryDenomTracesResponse) Descriptor deprecated

func (*QueryDenomTracesResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryDenomTracesResponse.ProtoReflect.Descriptor instead.

func (*QueryDenomTracesResponse) GetDenomTraces

func (x *QueryDenomTracesResponse) GetDenomTraces() []*DenomTrace

func (*QueryDenomTracesResponse) GetPagination

func (x *QueryDenomTracesResponse) GetPagination() *v1beta1.PageResponse

func (*QueryDenomTracesResponse) ProtoMessage

func (*QueryDenomTracesResponse) ProtoMessage()

func (*QueryDenomTracesResponse) ProtoReflect

func (x *QueryDenomTracesResponse) ProtoReflect() protoreflect.Message

func (*QueryDenomTracesResponse) Reset

func (x *QueryDenomTracesResponse) Reset()

func (*QueryDenomTracesResponse) String

func (x *QueryDenomTracesResponse) String() string

type QueryEscrowAddressRequest

type QueryEscrowAddressRequest struct {

	// unique port identifier
	PortId string `protobuf:"bytes,1,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	// unique channel identifier
	ChannelId string `protobuf:"bytes,2,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// contains filtered or unexported fields
}

QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method.

func (*QueryEscrowAddressRequest) Descriptor deprecated

func (*QueryEscrowAddressRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryEscrowAddressRequest.ProtoReflect.Descriptor instead.

func (*QueryEscrowAddressRequest) GetChannelId

func (x *QueryEscrowAddressRequest) GetChannelId() string

func (*QueryEscrowAddressRequest) GetPortId

func (x *QueryEscrowAddressRequest) GetPortId() string

func (*QueryEscrowAddressRequest) ProtoMessage

func (*QueryEscrowAddressRequest) ProtoMessage()

func (*QueryEscrowAddressRequest) ProtoReflect

func (*QueryEscrowAddressRequest) Reset

func (x *QueryEscrowAddressRequest) Reset()

func (*QueryEscrowAddressRequest) String

func (x *QueryEscrowAddressRequest) String() string

type QueryEscrowAddressResponse

type QueryEscrowAddressResponse struct {

	// the escrow account address
	EscrowAddress string `protobuf:"bytes,1,opt,name=escrow_address,json=escrowAddress,proto3" json:"escrow_address,omitempty"`
	// contains filtered or unexported fields
}

QueryEscrowAddressResponse is the response type of the EscrowAddress RPC method.

func (*QueryEscrowAddressResponse) Descriptor deprecated

func (*QueryEscrowAddressResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryEscrowAddressResponse.ProtoReflect.Descriptor instead.

func (*QueryEscrowAddressResponse) GetEscrowAddress

func (x *QueryEscrowAddressResponse) GetEscrowAddress() string

func (*QueryEscrowAddressResponse) ProtoMessage

func (*QueryEscrowAddressResponse) ProtoMessage()

func (*QueryEscrowAddressResponse) ProtoReflect

func (*QueryEscrowAddressResponse) Reset

func (x *QueryEscrowAddressResponse) Reset()

func (*QueryEscrowAddressResponse) String

func (x *QueryEscrowAddressResponse) String() string

type QueryParamsRequest

type QueryParamsRequest struct {
	// contains filtered or unexported fields
}

QueryParamsRequest is the request type for the Query/Params RPC method.

func (*QueryParamsRequest) Descriptor deprecated

func (*QueryParamsRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsRequest.ProtoReflect.Descriptor instead.

func (*QueryParamsRequest) ProtoMessage

func (*QueryParamsRequest) ProtoMessage()

func (*QueryParamsRequest) ProtoReflect

func (x *QueryParamsRequest) ProtoReflect() protoreflect.Message

func (*QueryParamsRequest) Reset

func (x *QueryParamsRequest) Reset()

func (*QueryParamsRequest) String

func (x *QueryParamsRequest) String() string

type QueryParamsResponse

type QueryParamsResponse struct {

	// params defines the parameters of the module.
	Params *Params `protobuf:"bytes,1,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

QueryParamsResponse is the response type for the Query/Params RPC method.

func (*QueryParamsResponse) Descriptor deprecated

func (*QueryParamsResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryParamsResponse.ProtoReflect.Descriptor instead.

func (*QueryParamsResponse) GetParams

func (x *QueryParamsResponse) GetParams() *Params

func (*QueryParamsResponse) ProtoMessage

func (*QueryParamsResponse) ProtoMessage()

func (*QueryParamsResponse) ProtoReflect

func (x *QueryParamsResponse) ProtoReflect() protoreflect.Message

func (*QueryParamsResponse) Reset

func (x *QueryParamsResponse) Reset()

func (*QueryParamsResponse) String

func (x *QueryParamsResponse) String() string

type QueryTotalEscrowForDenomRequest

type QueryTotalEscrowForDenomRequest struct {
	Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalEscrowForDenomRequest is the request type for TotalEscrowForDenom RPC method.

func (*QueryTotalEscrowForDenomRequest) Descriptor deprecated

func (*QueryTotalEscrowForDenomRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryTotalEscrowForDenomRequest.ProtoReflect.Descriptor instead.

func (*QueryTotalEscrowForDenomRequest) GetDenom

func (*QueryTotalEscrowForDenomRequest) ProtoMessage

func (*QueryTotalEscrowForDenomRequest) ProtoMessage()

func (*QueryTotalEscrowForDenomRequest) ProtoReflect

func (*QueryTotalEscrowForDenomRequest) Reset

func (*QueryTotalEscrowForDenomRequest) String

type QueryTotalEscrowForDenomResponse

type QueryTotalEscrowForDenomResponse struct {
	Amount *v1beta11.Coin `protobuf:"bytes,1,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalEscrowForDenomResponse is the response type for TotalEscrowForDenom RPC method.

func (*QueryTotalEscrowForDenomResponse) Descriptor deprecated

func (*QueryTotalEscrowForDenomResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryTotalEscrowForDenomResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalEscrowForDenomResponse) GetAmount

func (*QueryTotalEscrowForDenomResponse) ProtoMessage

func (*QueryTotalEscrowForDenomResponse) ProtoMessage()

func (*QueryTotalEscrowForDenomResponse) ProtoReflect

func (*QueryTotalEscrowForDenomResponse) Reset

func (*QueryTotalEscrowForDenomResponse) String

type TransferAuthorization

type TransferAuthorization struct {

	// port and channel amounts
	Allocations []*Allocation `protobuf:"bytes,1,rep,name=allocations,proto3" json:"allocations,omitempty"`
	// contains filtered or unexported fields
}

TransferAuthorization allows the grantee to spend up to spend_limit coins from the granter's account for ibc transfer on a specific channel

func (*TransferAuthorization) Descriptor deprecated

func (*TransferAuthorization) Descriptor() ([]byte, []int)

Deprecated: Use TransferAuthorization.ProtoReflect.Descriptor instead.

func (*TransferAuthorization) GetAllocations

func (x *TransferAuthorization) GetAllocations() []*Allocation

func (*TransferAuthorization) ProtoMessage

func (*TransferAuthorization) ProtoMessage()

func (*TransferAuthorization) ProtoReflect

func (x *TransferAuthorization) ProtoReflect() protoreflect.Message

func (*TransferAuthorization) Reset

func (x *TransferAuthorization) Reset()

func (*TransferAuthorization) String

func (x *TransferAuthorization) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL