feev1

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: 15 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.

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

Index

Constants

This section is empty.

Variables

View Source
var File_ibc_applications_fee_v1_ack_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_fee_v1_fee_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_fee_v1_genesis_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_fee_v1_metadata_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_fee_v1_query_proto protoreflect.FileDescriptor
View Source
var File_ibc_applications_fee_v1_tx_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Fee

type Fee struct {

	// the packet receive fee
	RecvFee []*v1beta1.Coin `protobuf:"bytes,1,rep,name=recv_fee,json=recvFee,proto3" json:"recv_fee,omitempty"`
	// the packet acknowledgement fee
	AckFee []*v1beta1.Coin `protobuf:"bytes,2,rep,name=ack_fee,json=ackFee,proto3" json:"ack_fee,omitempty"`
	// the packet timeout fee
	TimeoutFee []*v1beta1.Coin `protobuf:"bytes,3,rep,name=timeout_fee,json=timeoutFee,proto3" json:"timeout_fee,omitempty"`
	// contains filtered or unexported fields
}

Fee defines the ICS29 receive, acknowledgement and timeout fees

func (*Fee) Descriptor deprecated

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

Deprecated: Use Fee.ProtoReflect.Descriptor instead.

func (*Fee) GetAckFee

func (x *Fee) GetAckFee() []*v1beta1.Coin

func (*Fee) GetRecvFee

func (x *Fee) GetRecvFee() []*v1beta1.Coin

func (*Fee) GetTimeoutFee

func (x *Fee) GetTimeoutFee() []*v1beta1.Coin

func (*Fee) ProtoMessage

func (*Fee) ProtoMessage()

func (*Fee) ProtoReflect

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

func (*Fee) Reset

func (x *Fee) Reset()

func (*Fee) String

func (x *Fee) String() string

type FeeEnabledChannel

type FeeEnabledChannel 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
}

FeeEnabledChannel contains the PortID & ChannelID for a fee enabled channel

func (*FeeEnabledChannel) Descriptor deprecated

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

Deprecated: Use FeeEnabledChannel.ProtoReflect.Descriptor instead.

func (*FeeEnabledChannel) GetChannelId

func (x *FeeEnabledChannel) GetChannelId() string

func (*FeeEnabledChannel) GetPortId

func (x *FeeEnabledChannel) GetPortId() string

func (*FeeEnabledChannel) ProtoMessage

func (*FeeEnabledChannel) ProtoMessage()

func (*FeeEnabledChannel) ProtoReflect

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

func (*FeeEnabledChannel) Reset

func (x *FeeEnabledChannel) Reset()

func (*FeeEnabledChannel) String

func (x *FeeEnabledChannel) String() string

type ForwardRelayerAddress

type ForwardRelayerAddress struct {

	// the forward relayer address
	Address string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	// unique packet identifier comprised of the channel ID, port ID and sequence
	PacketId *v1.PacketId `protobuf:"bytes,2,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// contains filtered or unexported fields
}

ForwardRelayerAddress contains the forward relayer address and PacketId used for async acknowledgements

func (*ForwardRelayerAddress) Descriptor deprecated

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

Deprecated: Use ForwardRelayerAddress.ProtoReflect.Descriptor instead.

func (*ForwardRelayerAddress) GetAddress

func (x *ForwardRelayerAddress) GetAddress() string

func (*ForwardRelayerAddress) GetPacketId

func (x *ForwardRelayerAddress) GetPacketId() *v1.PacketId

func (*ForwardRelayerAddress) ProtoMessage

func (*ForwardRelayerAddress) ProtoMessage()

func (*ForwardRelayerAddress) ProtoReflect

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

func (*ForwardRelayerAddress) Reset

func (x *ForwardRelayerAddress) Reset()

func (*ForwardRelayerAddress) String

func (x *ForwardRelayerAddress) String() string

type GenesisState

type GenesisState struct {

	// list of identified packet fees
	IdentifiedFees []*IdentifiedPacketFees `protobuf:"bytes,1,rep,name=identified_fees,json=identifiedFees,proto3" json:"identified_fees,omitempty"`
	// list of fee enabled channels
	FeeEnabledChannels []*FeeEnabledChannel `protobuf:"bytes,2,rep,name=fee_enabled_channels,json=feeEnabledChannels,proto3" json:"fee_enabled_channels,omitempty"`
	// list of registered payees
	RegisteredPayees []*RegisteredPayee `protobuf:"bytes,3,rep,name=registered_payees,json=registeredPayees,proto3" json:"registered_payees,omitempty"`
	// list of registered counterparty payees
	RegisteredCounterpartyPayees []*RegisteredCounterpartyPayee `` /* 147-byte string literal not displayed */
	// list of forward relayer addresses
	ForwardRelayers []*ForwardRelayerAddress `protobuf:"bytes,5,rep,name=forward_relayers,json=forwardRelayers,proto3" json:"forward_relayers,omitempty"`
	// contains filtered or unexported fields
}

GenesisState defines the ICS29 fee middleware genesis state

func (*GenesisState) Descriptor deprecated

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

Deprecated: Use GenesisState.ProtoReflect.Descriptor instead.

func (*GenesisState) GetFeeEnabledChannels

func (x *GenesisState) GetFeeEnabledChannels() []*FeeEnabledChannel

func (*GenesisState) GetForwardRelayers

func (x *GenesisState) GetForwardRelayers() []*ForwardRelayerAddress

func (*GenesisState) GetIdentifiedFees

func (x *GenesisState) GetIdentifiedFees() []*IdentifiedPacketFees

func (*GenesisState) GetRegisteredCounterpartyPayees

func (x *GenesisState) GetRegisteredCounterpartyPayees() []*RegisteredCounterpartyPayee

func (*GenesisState) GetRegisteredPayees

func (x *GenesisState) GetRegisteredPayees() []*RegisteredPayee

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 IdentifiedPacketFees

type IdentifiedPacketFees struct {

	// unique packet identifier comprised of the channel ID, port ID and sequence
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// list of packet fees
	PacketFees []*PacketFee `protobuf:"bytes,2,rep,name=packet_fees,json=packetFees,proto3" json:"packet_fees,omitempty"`
	// contains filtered or unexported fields
}

IdentifiedPacketFees contains a list of type PacketFee and associated PacketId

func (*IdentifiedPacketFees) Descriptor deprecated

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

Deprecated: Use IdentifiedPacketFees.ProtoReflect.Descriptor instead.

func (*IdentifiedPacketFees) GetPacketFees

func (x *IdentifiedPacketFees) GetPacketFees() []*PacketFee

func (*IdentifiedPacketFees) GetPacketId

func (x *IdentifiedPacketFees) GetPacketId() *v1.PacketId

func (*IdentifiedPacketFees) ProtoMessage

func (*IdentifiedPacketFees) ProtoMessage()

func (*IdentifiedPacketFees) ProtoReflect

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

func (*IdentifiedPacketFees) Reset

func (x *IdentifiedPacketFees) Reset()

func (*IdentifiedPacketFees) String

func (x *IdentifiedPacketFees) String() string

type IncentivizedAcknowledgement

type IncentivizedAcknowledgement struct {

	// the underlying app acknowledgement bytes
	AppAcknowledgement []byte `protobuf:"bytes,1,opt,name=app_acknowledgement,json=appAcknowledgement,proto3" json:"app_acknowledgement,omitempty"`
	// the relayer address which submits the recv packet message
	ForwardRelayerAddress string `` /* 126-byte string literal not displayed */
	// success flag of the base application callback
	UnderlyingAppSuccess bool `protobuf:"varint,3,opt,name=underlying_app_success,json=underlyingAppSuccess,proto3" json:"underlying_app_success,omitempty"`
	// contains filtered or unexported fields
}

IncentivizedAcknowledgement is the acknowledgement format to be used by applications wrapped in the fee middleware

func (*IncentivizedAcknowledgement) Descriptor deprecated

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

Deprecated: Use IncentivizedAcknowledgement.ProtoReflect.Descriptor instead.

func (*IncentivizedAcknowledgement) GetAppAcknowledgement

func (x *IncentivizedAcknowledgement) GetAppAcknowledgement() []byte

func (*IncentivizedAcknowledgement) GetForwardRelayerAddress

func (x *IncentivizedAcknowledgement) GetForwardRelayerAddress() string

func (*IncentivizedAcknowledgement) GetUnderlyingAppSuccess

func (x *IncentivizedAcknowledgement) GetUnderlyingAppSuccess() bool

func (*IncentivizedAcknowledgement) ProtoMessage

func (*IncentivizedAcknowledgement) ProtoMessage()

func (*IncentivizedAcknowledgement) ProtoReflect

func (*IncentivizedAcknowledgement) Reset

func (x *IncentivizedAcknowledgement) Reset()

func (*IncentivizedAcknowledgement) String

func (x *IncentivizedAcknowledgement) String() string

type Metadata

type Metadata struct {

	// fee_version defines the ICS29 fee version
	FeeVersion string `protobuf:"bytes,1,opt,name=fee_version,json=feeVersion,proto3" json:"fee_version,omitempty"`
	// app_version defines the underlying application version, which may or may not be a JSON encoded bytestring
	AppVersion string `protobuf:"bytes,2,opt,name=app_version,json=appVersion,proto3" json:"app_version,omitempty"`
	// contains filtered or unexported fields
}

Metadata defines the ICS29 channel specific metadata encoded into the channel version bytestring See ICS004: https://github.com/cosmos/ibc/tree/master/spec/core/ics-004-channel-and-packet-semantics#Versioning

func (*Metadata) Descriptor deprecated

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

Deprecated: Use Metadata.ProtoReflect.Descriptor instead.

func (*Metadata) GetAppVersion

func (x *Metadata) GetAppVersion() string

func (*Metadata) GetFeeVersion

func (x *Metadata) GetFeeVersion() string

func (*Metadata) ProtoMessage

func (*Metadata) ProtoMessage()

func (*Metadata) ProtoReflect

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

func (*Metadata) Reset

func (x *Metadata) Reset()

func (*Metadata) String

func (x *Metadata) String() string

type MsgPayPacketFee

type MsgPayPacketFee struct {

	// fee encapsulates the recv, ack and timeout fees associated with an IBC packet
	Fee *Fee `protobuf:"bytes,1,opt,name=fee,proto3" json:"fee,omitempty"`
	// the source port unique identifier
	SourcePortId string `protobuf:"bytes,2,opt,name=source_port_id,json=sourcePortId,proto3" json:"source_port_id,omitempty"`
	// the source channel unique identifier
	SourceChannelId string `protobuf:"bytes,3,opt,name=source_channel_id,json=sourceChannelId,proto3" json:"source_channel_id,omitempty"`
	// account address to refund fee if necessary
	Signer string `protobuf:"bytes,4,opt,name=signer,proto3" json:"signer,omitempty"`
	// optional list of relayers permitted to the receive packet fees
	Relayers []string `protobuf:"bytes,5,rep,name=relayers,proto3" json:"relayers,omitempty"`
	// contains filtered or unexported fields
}

MsgPayPacketFee defines the request type for the PayPacketFee rpc This Msg can be used to pay for a packet at the next sequence send & should be combined with the Msg that will be paid for

func (*MsgPayPacketFee) Descriptor deprecated

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

Deprecated: Use MsgPayPacketFee.ProtoReflect.Descriptor instead.

func (*MsgPayPacketFee) GetFee

func (x *MsgPayPacketFee) GetFee() *Fee

func (*MsgPayPacketFee) GetRelayers

func (x *MsgPayPacketFee) GetRelayers() []string

func (*MsgPayPacketFee) GetSigner

func (x *MsgPayPacketFee) GetSigner() string

func (*MsgPayPacketFee) GetSourceChannelId

func (x *MsgPayPacketFee) GetSourceChannelId() string

func (*MsgPayPacketFee) GetSourcePortId

func (x *MsgPayPacketFee) GetSourcePortId() string

func (*MsgPayPacketFee) ProtoMessage

func (*MsgPayPacketFee) ProtoMessage()

func (*MsgPayPacketFee) ProtoReflect

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

func (*MsgPayPacketFee) Reset

func (x *MsgPayPacketFee) Reset()

func (*MsgPayPacketFee) String

func (x *MsgPayPacketFee) String() string

type MsgPayPacketFeeAsync

type MsgPayPacketFeeAsync struct {

	// unique packet identifier comprised of the channel ID, port ID and sequence
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// the packet fee associated with a particular IBC packet
	PacketFee *PacketFee `protobuf:"bytes,2,opt,name=packet_fee,json=packetFee,proto3" json:"packet_fee,omitempty"`
	// contains filtered or unexported fields
}

MsgPayPacketFeeAsync defines the request type for the PayPacketFeeAsync rpc This Msg can be used to pay for a packet at a specified sequence (instead of the next sequence send)

func (*MsgPayPacketFeeAsync) Descriptor deprecated

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

Deprecated: Use MsgPayPacketFeeAsync.ProtoReflect.Descriptor instead.

func (*MsgPayPacketFeeAsync) GetPacketFee

func (x *MsgPayPacketFeeAsync) GetPacketFee() *PacketFee

func (*MsgPayPacketFeeAsync) GetPacketId

func (x *MsgPayPacketFeeAsync) GetPacketId() *v1.PacketId

func (*MsgPayPacketFeeAsync) ProtoMessage

func (*MsgPayPacketFeeAsync) ProtoMessage()

func (*MsgPayPacketFeeAsync) ProtoReflect

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

func (*MsgPayPacketFeeAsync) Reset

func (x *MsgPayPacketFeeAsync) Reset()

func (*MsgPayPacketFeeAsync) String

func (x *MsgPayPacketFeeAsync) String() string

type MsgPayPacketFeeAsyncResponse

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

MsgPayPacketFeeAsyncResponse defines the response type for the PayPacketFeeAsync rpc

func (*MsgPayPacketFeeAsyncResponse) Descriptor deprecated

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

Deprecated: Use MsgPayPacketFeeAsyncResponse.ProtoReflect.Descriptor instead.

func (*MsgPayPacketFeeAsyncResponse) ProtoMessage

func (*MsgPayPacketFeeAsyncResponse) ProtoMessage()

func (*MsgPayPacketFeeAsyncResponse) ProtoReflect

func (*MsgPayPacketFeeAsyncResponse) Reset

func (x *MsgPayPacketFeeAsyncResponse) Reset()

func (*MsgPayPacketFeeAsyncResponse) String

type MsgPayPacketFeeResponse

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

MsgPayPacketFeeResponse defines the response type for the PayPacketFee rpc

func (*MsgPayPacketFeeResponse) Descriptor deprecated

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

Deprecated: Use MsgPayPacketFeeResponse.ProtoReflect.Descriptor instead.

func (*MsgPayPacketFeeResponse) ProtoMessage

func (*MsgPayPacketFeeResponse) ProtoMessage()

func (*MsgPayPacketFeeResponse) ProtoReflect

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

func (*MsgPayPacketFeeResponse) Reset

func (x *MsgPayPacketFeeResponse) Reset()

func (*MsgPayPacketFeeResponse) String

func (x *MsgPayPacketFeeResponse) String() string

type MsgRegisterCounterpartyPayee

type MsgRegisterCounterpartyPayee 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"`
	// the relayer address
	Relayer string `protobuf:"bytes,3,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// the counterparty payee address
	CounterpartyPayee string `protobuf:"bytes,4,opt,name=counterparty_payee,json=counterpartyPayee,proto3" json:"counterparty_payee,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterCounterpartyPayee defines the request type for the RegisterCounterpartyPayee rpc

func (*MsgRegisterCounterpartyPayee) Descriptor deprecated

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

Deprecated: Use MsgRegisterCounterpartyPayee.ProtoReflect.Descriptor instead.

func (*MsgRegisterCounterpartyPayee) GetChannelId

func (x *MsgRegisterCounterpartyPayee) GetChannelId() string

func (*MsgRegisterCounterpartyPayee) GetCounterpartyPayee

func (x *MsgRegisterCounterpartyPayee) GetCounterpartyPayee() string

func (*MsgRegisterCounterpartyPayee) GetPortId

func (x *MsgRegisterCounterpartyPayee) GetPortId() string

func (*MsgRegisterCounterpartyPayee) GetRelayer

func (x *MsgRegisterCounterpartyPayee) GetRelayer() string

func (*MsgRegisterCounterpartyPayee) ProtoMessage

func (*MsgRegisterCounterpartyPayee) ProtoMessage()

func (*MsgRegisterCounterpartyPayee) ProtoReflect

func (*MsgRegisterCounterpartyPayee) Reset

func (x *MsgRegisterCounterpartyPayee) Reset()

func (*MsgRegisterCounterpartyPayee) String

type MsgRegisterCounterpartyPayeeResponse

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

MsgRegisterCounterpartyPayeeResponse defines the response type for the RegisterCounterpartyPayee rpc

func (*MsgRegisterCounterpartyPayeeResponse) Descriptor deprecated

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

Deprecated: Use MsgRegisterCounterpartyPayeeResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterCounterpartyPayeeResponse) ProtoMessage

func (*MsgRegisterCounterpartyPayeeResponse) ProtoMessage()

func (*MsgRegisterCounterpartyPayeeResponse) ProtoReflect

func (*MsgRegisterCounterpartyPayeeResponse) Reset

func (*MsgRegisterCounterpartyPayeeResponse) String

type MsgRegisterPayee

type MsgRegisterPayee 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"`
	// the relayer address
	Relayer string `protobuf:"bytes,3,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// the payee address
	Payee string `protobuf:"bytes,4,opt,name=payee,proto3" json:"payee,omitempty"`
	// contains filtered or unexported fields
}

MsgRegisterPayee defines the request type for the RegisterPayee rpc

func (*MsgRegisterPayee) Descriptor deprecated

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

Deprecated: Use MsgRegisterPayee.ProtoReflect.Descriptor instead.

func (*MsgRegisterPayee) GetChannelId

func (x *MsgRegisterPayee) GetChannelId() string

func (*MsgRegisterPayee) GetPayee

func (x *MsgRegisterPayee) GetPayee() string

func (*MsgRegisterPayee) GetPortId

func (x *MsgRegisterPayee) GetPortId() string

func (*MsgRegisterPayee) GetRelayer

func (x *MsgRegisterPayee) GetRelayer() string

func (*MsgRegisterPayee) ProtoMessage

func (*MsgRegisterPayee) ProtoMessage()

func (*MsgRegisterPayee) ProtoReflect

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

func (*MsgRegisterPayee) Reset

func (x *MsgRegisterPayee) Reset()

func (*MsgRegisterPayee) String

func (x *MsgRegisterPayee) String() string

type MsgRegisterPayeeResponse

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

MsgRegisterPayeeResponse defines the response type for the RegisterPayee rpc

func (*MsgRegisterPayeeResponse) Descriptor deprecated

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

Deprecated: Use MsgRegisterPayeeResponse.ProtoReflect.Descriptor instead.

func (*MsgRegisterPayeeResponse) ProtoMessage

func (*MsgRegisterPayeeResponse) ProtoMessage()

func (*MsgRegisterPayeeResponse) ProtoReflect

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

func (*MsgRegisterPayeeResponse) Reset

func (x *MsgRegisterPayeeResponse) Reset()

func (*MsgRegisterPayeeResponse) String

func (x *MsgRegisterPayeeResponse) String() string

type PacketFee

type PacketFee struct {

	// fee encapsulates the recv, ack and timeout fees associated with an IBC packet
	Fee *Fee `protobuf:"bytes,1,opt,name=fee,proto3" json:"fee,omitempty"`
	// the refund address for unspent fees
	RefundAddress string `protobuf:"bytes,2,opt,name=refund_address,json=refundAddress,proto3" json:"refund_address,omitempty"`
	// optional list of relayers permitted to receive fees
	Relayers []string `protobuf:"bytes,3,rep,name=relayers,proto3" json:"relayers,omitempty"`
	// contains filtered or unexported fields
}

PacketFee contains ICS29 relayer fees, refund address and optional list of permitted relayers

func (*PacketFee) Descriptor deprecated

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

Deprecated: Use PacketFee.ProtoReflect.Descriptor instead.

func (*PacketFee) GetFee

func (x *PacketFee) GetFee() *Fee

func (*PacketFee) GetRefundAddress

func (x *PacketFee) GetRefundAddress() string

func (*PacketFee) GetRelayers

func (x *PacketFee) GetRelayers() []string

func (*PacketFee) ProtoMessage

func (*PacketFee) ProtoMessage()

func (*PacketFee) ProtoReflect

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

func (*PacketFee) Reset

func (x *PacketFee) Reset()

func (*PacketFee) String

func (x *PacketFee) String() string

type PacketFees

type PacketFees struct {

	// list of packet fees
	PacketFees []*PacketFee `protobuf:"bytes,1,rep,name=packet_fees,json=packetFees,proto3" json:"packet_fees,omitempty"`
	// contains filtered or unexported fields
}

PacketFees contains a list of type PacketFee

func (*PacketFees) Descriptor deprecated

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

Deprecated: Use PacketFees.ProtoReflect.Descriptor instead.

func (*PacketFees) GetPacketFees

func (x *PacketFees) GetPacketFees() []*PacketFee

func (*PacketFees) ProtoMessage

func (*PacketFees) ProtoMessage()

func (*PacketFees) ProtoReflect

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

func (*PacketFees) Reset

func (x *PacketFees) Reset()

func (*PacketFees) String

func (x *PacketFees) String() string

type QueryCounterpartyPayeeRequest

type QueryCounterpartyPayeeRequest struct {

	// unique channel identifier
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// the relayer address to which the counterparty is registered
	Relayer string `protobuf:"bytes,2,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// contains filtered or unexported fields
}

QueryCounterpartyPayeeRequest defines the request type for the CounterpartyPayee rpc

func (*QueryCounterpartyPayeeRequest) Descriptor deprecated

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

Deprecated: Use QueryCounterpartyPayeeRequest.ProtoReflect.Descriptor instead.

func (*QueryCounterpartyPayeeRequest) GetChannelId

func (x *QueryCounterpartyPayeeRequest) GetChannelId() string

func (*QueryCounterpartyPayeeRequest) GetRelayer

func (x *QueryCounterpartyPayeeRequest) GetRelayer() string

func (*QueryCounterpartyPayeeRequest) ProtoMessage

func (*QueryCounterpartyPayeeRequest) ProtoMessage()

func (*QueryCounterpartyPayeeRequest) ProtoReflect

func (*QueryCounterpartyPayeeRequest) Reset

func (x *QueryCounterpartyPayeeRequest) Reset()

func (*QueryCounterpartyPayeeRequest) String

type QueryCounterpartyPayeeResponse

type QueryCounterpartyPayeeResponse struct {

	// the counterparty payee address used to compensate forward relaying
	CounterpartyPayee string `protobuf:"bytes,1,opt,name=counterparty_payee,json=counterpartyPayee,proto3" json:"counterparty_payee,omitempty"`
	// contains filtered or unexported fields
}

QueryCounterpartyPayeeResponse defines the response type for the CounterpartyPayee rpc

func (*QueryCounterpartyPayeeResponse) Descriptor deprecated

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

Deprecated: Use QueryCounterpartyPayeeResponse.ProtoReflect.Descriptor instead.

func (*QueryCounterpartyPayeeResponse) GetCounterpartyPayee

func (x *QueryCounterpartyPayeeResponse) GetCounterpartyPayee() string

func (*QueryCounterpartyPayeeResponse) ProtoMessage

func (*QueryCounterpartyPayeeResponse) ProtoMessage()

func (*QueryCounterpartyPayeeResponse) ProtoReflect

func (*QueryCounterpartyPayeeResponse) Reset

func (x *QueryCounterpartyPayeeResponse) Reset()

func (*QueryCounterpartyPayeeResponse) String

type QueryFeeEnabledChannelRequest

type QueryFeeEnabledChannelRequest 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
}

QueryFeeEnabledChannelRequest defines the request type for the FeeEnabledChannel rpc

func (*QueryFeeEnabledChannelRequest) Descriptor deprecated

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

Deprecated: Use QueryFeeEnabledChannelRequest.ProtoReflect.Descriptor instead.

func (*QueryFeeEnabledChannelRequest) GetChannelId

func (x *QueryFeeEnabledChannelRequest) GetChannelId() string

func (*QueryFeeEnabledChannelRequest) GetPortId

func (x *QueryFeeEnabledChannelRequest) GetPortId() string

func (*QueryFeeEnabledChannelRequest) ProtoMessage

func (*QueryFeeEnabledChannelRequest) ProtoMessage()

func (*QueryFeeEnabledChannelRequest) ProtoReflect

func (*QueryFeeEnabledChannelRequest) Reset

func (x *QueryFeeEnabledChannelRequest) Reset()

func (*QueryFeeEnabledChannelRequest) String

type QueryFeeEnabledChannelResponse

type QueryFeeEnabledChannelResponse struct {

	// boolean flag representing the fee enabled channel status
	FeeEnabled bool `protobuf:"varint,1,opt,name=fee_enabled,json=feeEnabled,proto3" json:"fee_enabled,omitempty"`
	// contains filtered or unexported fields
}

QueryFeeEnabledChannelResponse defines the response type for the FeeEnabledChannel rpc

func (*QueryFeeEnabledChannelResponse) Descriptor deprecated

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

Deprecated: Use QueryFeeEnabledChannelResponse.ProtoReflect.Descriptor instead.

func (*QueryFeeEnabledChannelResponse) GetFeeEnabled

func (x *QueryFeeEnabledChannelResponse) GetFeeEnabled() bool

func (*QueryFeeEnabledChannelResponse) ProtoMessage

func (*QueryFeeEnabledChannelResponse) ProtoMessage()

func (*QueryFeeEnabledChannelResponse) ProtoReflect

func (*QueryFeeEnabledChannelResponse) Reset

func (x *QueryFeeEnabledChannelResponse) Reset()

func (*QueryFeeEnabledChannelResponse) String

type QueryFeeEnabledChannelsRequest

type QueryFeeEnabledChannelsRequest struct {

	// pagination defines an optional pagination for the request.
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// block height at which to query
	QueryHeight uint64 `protobuf:"varint,2,opt,name=query_height,json=queryHeight,proto3" json:"query_height,omitempty"`
	// contains filtered or unexported fields
}

QueryFeeEnabledChannelsRequest defines the request type for the FeeEnabledChannels rpc

func (*QueryFeeEnabledChannelsRequest) Descriptor deprecated

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

Deprecated: Use QueryFeeEnabledChannelsRequest.ProtoReflect.Descriptor instead.

func (*QueryFeeEnabledChannelsRequest) GetPagination

func (*QueryFeeEnabledChannelsRequest) GetQueryHeight

func (x *QueryFeeEnabledChannelsRequest) GetQueryHeight() uint64

func (*QueryFeeEnabledChannelsRequest) ProtoMessage

func (*QueryFeeEnabledChannelsRequest) ProtoMessage()

func (*QueryFeeEnabledChannelsRequest) ProtoReflect

func (*QueryFeeEnabledChannelsRequest) Reset

func (x *QueryFeeEnabledChannelsRequest) Reset()

func (*QueryFeeEnabledChannelsRequest) String

type QueryFeeEnabledChannelsResponse

type QueryFeeEnabledChannelsResponse struct {

	// list of fee enabled channels
	FeeEnabledChannels []*FeeEnabledChannel `protobuf:"bytes,1,rep,name=fee_enabled_channels,json=feeEnabledChannels,proto3" json:"fee_enabled_channels,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
}

QueryFeeEnabledChannelsResponse defines the response type for the FeeEnabledChannels rpc

func (*QueryFeeEnabledChannelsResponse) Descriptor deprecated

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

Deprecated: Use QueryFeeEnabledChannelsResponse.ProtoReflect.Descriptor instead.

func (*QueryFeeEnabledChannelsResponse) GetFeeEnabledChannels

func (x *QueryFeeEnabledChannelsResponse) GetFeeEnabledChannels() []*FeeEnabledChannel

func (*QueryFeeEnabledChannelsResponse) GetPagination

func (*QueryFeeEnabledChannelsResponse) ProtoMessage

func (*QueryFeeEnabledChannelsResponse) ProtoMessage()

func (*QueryFeeEnabledChannelsResponse) ProtoReflect

func (*QueryFeeEnabledChannelsResponse) Reset

func (*QueryFeeEnabledChannelsResponse) String

type QueryIncentivizedPacketRequest

type QueryIncentivizedPacketRequest struct {

	// unique packet identifier comprised of channel ID, port ID and sequence
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// block height at which to query
	QueryHeight uint64 `protobuf:"varint,2,opt,name=query_height,json=queryHeight,proto3" json:"query_height,omitempty"`
	// contains filtered or unexported fields
}

QueryIncentivizedPacketRequest defines the request type for the IncentivizedPacket rpc

func (*QueryIncentivizedPacketRequest) Descriptor deprecated

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

Deprecated: Use QueryIncentivizedPacketRequest.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketRequest) GetPacketId

func (x *QueryIncentivizedPacketRequest) GetPacketId() *v1.PacketId

func (*QueryIncentivizedPacketRequest) GetQueryHeight

func (x *QueryIncentivizedPacketRequest) GetQueryHeight() uint64

func (*QueryIncentivizedPacketRequest) ProtoMessage

func (*QueryIncentivizedPacketRequest) ProtoMessage()

func (*QueryIncentivizedPacketRequest) ProtoReflect

func (*QueryIncentivizedPacketRequest) Reset

func (x *QueryIncentivizedPacketRequest) Reset()

func (*QueryIncentivizedPacketRequest) String

type QueryIncentivizedPacketResponse

type QueryIncentivizedPacketResponse struct {

	// the identified fees for the incentivized packet
	IncentivizedPacket *IdentifiedPacketFees `protobuf:"bytes,1,opt,name=incentivized_packet,json=incentivizedPacket,proto3" json:"incentivized_packet,omitempty"`
	// contains filtered or unexported fields
}

QueryIncentivizedPacketsResponse defines the response type for the IncentivizedPacket rpc

func (*QueryIncentivizedPacketResponse) Descriptor deprecated

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

Deprecated: Use QueryIncentivizedPacketResponse.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketResponse) GetIncentivizedPacket

func (x *QueryIncentivizedPacketResponse) GetIncentivizedPacket() *IdentifiedPacketFees

func (*QueryIncentivizedPacketResponse) ProtoMessage

func (*QueryIncentivizedPacketResponse) ProtoMessage()

func (*QueryIncentivizedPacketResponse) ProtoReflect

func (*QueryIncentivizedPacketResponse) Reset

func (*QueryIncentivizedPacketResponse) String

type QueryIncentivizedPacketsForChannelRequest

type QueryIncentivizedPacketsForChannelRequest struct {

	// pagination defines an optional pagination for the request.
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	PortId     string               `protobuf:"bytes,2,opt,name=port_id,json=portId,proto3" json:"port_id,omitempty"`
	ChannelId  string               `protobuf:"bytes,3,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// Height to query at
	QueryHeight uint64 `protobuf:"varint,4,opt,name=query_height,json=queryHeight,proto3" json:"query_height,omitempty"`
	// contains filtered or unexported fields
}

QueryIncentivizedPacketsForChannelRequest defines the request type for querying for all incentivized packets for a specific channel

func (*QueryIncentivizedPacketsForChannelRequest) Descriptor deprecated

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

Deprecated: Use QueryIncentivizedPacketsForChannelRequest.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketsForChannelRequest) GetChannelId

func (*QueryIncentivizedPacketsForChannelRequest) GetPagination

func (*QueryIncentivizedPacketsForChannelRequest) GetPortId

func (*QueryIncentivizedPacketsForChannelRequest) GetQueryHeight

func (*QueryIncentivizedPacketsForChannelRequest) ProtoMessage

func (*QueryIncentivizedPacketsForChannelRequest) ProtoReflect

func (*QueryIncentivizedPacketsForChannelRequest) Reset

func (*QueryIncentivizedPacketsForChannelRequest) String

type QueryIncentivizedPacketsForChannelResponse

type QueryIncentivizedPacketsForChannelResponse struct {

	// Map of all incentivized_packets
	IncentivizedPackets []*IdentifiedPacketFees `protobuf:"bytes,1,rep,name=incentivized_packets,json=incentivizedPackets,proto3" json:"incentivized_packets,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
}

QueryIncentivizedPacketsResponse defines the response type for the incentivized packets RPC

func (*QueryIncentivizedPacketsForChannelResponse) Descriptor deprecated

Deprecated: Use QueryIncentivizedPacketsForChannelResponse.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketsForChannelResponse) GetIncentivizedPackets

func (*QueryIncentivizedPacketsForChannelResponse) GetPagination

func (*QueryIncentivizedPacketsForChannelResponse) ProtoMessage

func (*QueryIncentivizedPacketsForChannelResponse) ProtoReflect

func (*QueryIncentivizedPacketsForChannelResponse) Reset

func (*QueryIncentivizedPacketsForChannelResponse) String

type QueryIncentivizedPacketsRequest

type QueryIncentivizedPacketsRequest struct {

	// pagination defines an optional pagination for the request.
	Pagination *v1beta1.PageRequest `protobuf:"bytes,1,opt,name=pagination,proto3" json:"pagination,omitempty"`
	// block height at which to query
	QueryHeight uint64 `protobuf:"varint,2,opt,name=query_height,json=queryHeight,proto3" json:"query_height,omitempty"`
	// contains filtered or unexported fields
}

QueryIncentivizedPacketsRequest defines the request type for the IncentivizedPackets rpc

func (*QueryIncentivizedPacketsRequest) Descriptor deprecated

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

Deprecated: Use QueryIncentivizedPacketsRequest.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketsRequest) GetPagination

func (*QueryIncentivizedPacketsRequest) GetQueryHeight

func (x *QueryIncentivizedPacketsRequest) GetQueryHeight() uint64

func (*QueryIncentivizedPacketsRequest) ProtoMessage

func (*QueryIncentivizedPacketsRequest) ProtoMessage()

func (*QueryIncentivizedPacketsRequest) ProtoReflect

func (*QueryIncentivizedPacketsRequest) Reset

func (*QueryIncentivizedPacketsRequest) String

type QueryIncentivizedPacketsResponse

type QueryIncentivizedPacketsResponse struct {

	// list of identified fees for incentivized packets
	IncentivizedPackets []*IdentifiedPacketFees `protobuf:"bytes,1,rep,name=incentivized_packets,json=incentivizedPackets,proto3" json:"incentivized_packets,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
}

QueryIncentivizedPacketsResponse defines the response type for the IncentivizedPackets rpc

func (*QueryIncentivizedPacketsResponse) Descriptor deprecated

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

Deprecated: Use QueryIncentivizedPacketsResponse.ProtoReflect.Descriptor instead.

func (*QueryIncentivizedPacketsResponse) GetIncentivizedPackets

func (x *QueryIncentivizedPacketsResponse) GetIncentivizedPackets() []*IdentifiedPacketFees

func (*QueryIncentivizedPacketsResponse) GetPagination

func (*QueryIncentivizedPacketsResponse) ProtoMessage

func (*QueryIncentivizedPacketsResponse) ProtoMessage()

func (*QueryIncentivizedPacketsResponse) ProtoReflect

func (*QueryIncentivizedPacketsResponse) Reset

func (*QueryIncentivizedPacketsResponse) String

type QueryPayeeRequest

type QueryPayeeRequest struct {

	// unique channel identifier
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// the relayer address to which the distribution address is registered
	Relayer string `protobuf:"bytes,2,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// contains filtered or unexported fields
}

QueryPayeeRequest defines the request type for the Payee rpc

func (*QueryPayeeRequest) Descriptor deprecated

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

Deprecated: Use QueryPayeeRequest.ProtoReflect.Descriptor instead.

func (*QueryPayeeRequest) GetChannelId

func (x *QueryPayeeRequest) GetChannelId() string

func (*QueryPayeeRequest) GetRelayer

func (x *QueryPayeeRequest) GetRelayer() string

func (*QueryPayeeRequest) ProtoMessage

func (*QueryPayeeRequest) ProtoMessage()

func (*QueryPayeeRequest) ProtoReflect

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

func (*QueryPayeeRequest) Reset

func (x *QueryPayeeRequest) Reset()

func (*QueryPayeeRequest) String

func (x *QueryPayeeRequest) String() string

type QueryPayeeResponse

type QueryPayeeResponse struct {

	// the payee address to which packet fees are paid out
	PayeeAddress string `protobuf:"bytes,1,opt,name=payee_address,json=payeeAddress,proto3" json:"payee_address,omitempty"`
	// contains filtered or unexported fields
}

QueryPayeeResponse defines the response type for the Payee rpc

func (*QueryPayeeResponse) Descriptor deprecated

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

Deprecated: Use QueryPayeeResponse.ProtoReflect.Descriptor instead.

func (*QueryPayeeResponse) GetPayeeAddress

func (x *QueryPayeeResponse) GetPayeeAddress() string

func (*QueryPayeeResponse) ProtoMessage

func (*QueryPayeeResponse) ProtoMessage()

func (*QueryPayeeResponse) ProtoReflect

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

func (*QueryPayeeResponse) Reset

func (x *QueryPayeeResponse) Reset()

func (*QueryPayeeResponse) String

func (x *QueryPayeeResponse) String() string

type QueryTotalAckFeesRequest

type QueryTotalAckFeesRequest struct {

	// the packet identifier for the associated fees
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalAckFeesRequest defines the request type for the TotalAckFees rpc

func (*QueryTotalAckFeesRequest) Descriptor deprecated

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

Deprecated: Use QueryTotalAckFeesRequest.ProtoReflect.Descriptor instead.

func (*QueryTotalAckFeesRequest) GetPacketId

func (x *QueryTotalAckFeesRequest) GetPacketId() *v1.PacketId

func (*QueryTotalAckFeesRequest) ProtoMessage

func (*QueryTotalAckFeesRequest) ProtoMessage()

func (*QueryTotalAckFeesRequest) ProtoReflect

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

func (*QueryTotalAckFeesRequest) Reset

func (x *QueryTotalAckFeesRequest) Reset()

func (*QueryTotalAckFeesRequest) String

func (x *QueryTotalAckFeesRequest) String() string

type QueryTotalAckFeesResponse

type QueryTotalAckFeesResponse struct {

	// the total packet acknowledgement fees
	AckFees []*v1beta11.Coin `protobuf:"bytes,1,rep,name=ack_fees,json=ackFees,proto3" json:"ack_fees,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalAckFeesResponse defines the response type for the TotalAckFees rpc

func (*QueryTotalAckFeesResponse) Descriptor deprecated

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

Deprecated: Use QueryTotalAckFeesResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalAckFeesResponse) GetAckFees

func (x *QueryTotalAckFeesResponse) GetAckFees() []*v1beta11.Coin

func (*QueryTotalAckFeesResponse) ProtoMessage

func (*QueryTotalAckFeesResponse) ProtoMessage()

func (*QueryTotalAckFeesResponse) ProtoReflect

func (*QueryTotalAckFeesResponse) Reset

func (x *QueryTotalAckFeesResponse) Reset()

func (*QueryTotalAckFeesResponse) String

func (x *QueryTotalAckFeesResponse) String() string

type QueryTotalRecvFeesRequest

type QueryTotalRecvFeesRequest struct {

	// the packet identifier for the associated fees
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalRecvFeesRequest defines the request type for the TotalRecvFees rpc

func (*QueryTotalRecvFeesRequest) Descriptor deprecated

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

Deprecated: Use QueryTotalRecvFeesRequest.ProtoReflect.Descriptor instead.

func (*QueryTotalRecvFeesRequest) GetPacketId

func (x *QueryTotalRecvFeesRequest) GetPacketId() *v1.PacketId

func (*QueryTotalRecvFeesRequest) ProtoMessage

func (*QueryTotalRecvFeesRequest) ProtoMessage()

func (*QueryTotalRecvFeesRequest) ProtoReflect

func (*QueryTotalRecvFeesRequest) Reset

func (x *QueryTotalRecvFeesRequest) Reset()

func (*QueryTotalRecvFeesRequest) String

func (x *QueryTotalRecvFeesRequest) String() string

type QueryTotalRecvFeesResponse

type QueryTotalRecvFeesResponse struct {

	// the total packet receive fees
	RecvFees []*v1beta11.Coin `protobuf:"bytes,1,rep,name=recv_fees,json=recvFees,proto3" json:"recv_fees,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalRecvFeesResponse defines the response type for the TotalRecvFees rpc

func (*QueryTotalRecvFeesResponse) Descriptor deprecated

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

Deprecated: Use QueryTotalRecvFeesResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalRecvFeesResponse) GetRecvFees

func (x *QueryTotalRecvFeesResponse) GetRecvFees() []*v1beta11.Coin

func (*QueryTotalRecvFeesResponse) ProtoMessage

func (*QueryTotalRecvFeesResponse) ProtoMessage()

func (*QueryTotalRecvFeesResponse) ProtoReflect

func (*QueryTotalRecvFeesResponse) Reset

func (x *QueryTotalRecvFeesResponse) Reset()

func (*QueryTotalRecvFeesResponse) String

func (x *QueryTotalRecvFeesResponse) String() string

type QueryTotalTimeoutFeesRequest

type QueryTotalTimeoutFeesRequest struct {

	// the packet identifier for the associated fees
	PacketId *v1.PacketId `protobuf:"bytes,1,opt,name=packet_id,json=packetId,proto3" json:"packet_id,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalTimeoutFeesRequest defines the request type for the TotalTimeoutFees rpc

func (*QueryTotalTimeoutFeesRequest) Descriptor deprecated

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

Deprecated: Use QueryTotalTimeoutFeesRequest.ProtoReflect.Descriptor instead.

func (*QueryTotalTimeoutFeesRequest) GetPacketId

func (x *QueryTotalTimeoutFeesRequest) GetPacketId() *v1.PacketId

func (*QueryTotalTimeoutFeesRequest) ProtoMessage

func (*QueryTotalTimeoutFeesRequest) ProtoMessage()

func (*QueryTotalTimeoutFeesRequest) ProtoReflect

func (*QueryTotalTimeoutFeesRequest) Reset

func (x *QueryTotalTimeoutFeesRequest) Reset()

func (*QueryTotalTimeoutFeesRequest) String

type QueryTotalTimeoutFeesResponse

type QueryTotalTimeoutFeesResponse struct {

	// the total packet timeout fees
	TimeoutFees []*v1beta11.Coin `protobuf:"bytes,1,rep,name=timeout_fees,json=timeoutFees,proto3" json:"timeout_fees,omitempty"`
	// contains filtered or unexported fields
}

QueryTotalTimeoutFeesResponse defines the response type for the TotalTimeoutFees rpc

func (*QueryTotalTimeoutFeesResponse) Descriptor deprecated

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

Deprecated: Use QueryTotalTimeoutFeesResponse.ProtoReflect.Descriptor instead.

func (*QueryTotalTimeoutFeesResponse) GetTimeoutFees

func (x *QueryTotalTimeoutFeesResponse) GetTimeoutFees() []*v1beta11.Coin

func (*QueryTotalTimeoutFeesResponse) ProtoMessage

func (*QueryTotalTimeoutFeesResponse) ProtoMessage()

func (*QueryTotalTimeoutFeesResponse) ProtoReflect

func (*QueryTotalTimeoutFeesResponse) Reset

func (x *QueryTotalTimeoutFeesResponse) Reset()

func (*QueryTotalTimeoutFeesResponse) String

type RegisteredCounterpartyPayee

type RegisteredCounterpartyPayee struct {

	// unique channel identifier
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// the relayer address
	Relayer string `protobuf:"bytes,2,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// the counterparty payee address
	CounterpartyPayee string `protobuf:"bytes,3,opt,name=counterparty_payee,json=counterpartyPayee,proto3" json:"counterparty_payee,omitempty"`
	// contains filtered or unexported fields
}

RegisteredCounterpartyPayee contains the relayer address and counterparty payee address for a specific channel (used for recv fee distribution)

func (*RegisteredCounterpartyPayee) Descriptor deprecated

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

Deprecated: Use RegisteredCounterpartyPayee.ProtoReflect.Descriptor instead.

func (*RegisteredCounterpartyPayee) GetChannelId

func (x *RegisteredCounterpartyPayee) GetChannelId() string

func (*RegisteredCounterpartyPayee) GetCounterpartyPayee

func (x *RegisteredCounterpartyPayee) GetCounterpartyPayee() string

func (*RegisteredCounterpartyPayee) GetRelayer

func (x *RegisteredCounterpartyPayee) GetRelayer() string

func (*RegisteredCounterpartyPayee) ProtoMessage

func (*RegisteredCounterpartyPayee) ProtoMessage()

func (*RegisteredCounterpartyPayee) ProtoReflect

func (*RegisteredCounterpartyPayee) Reset

func (x *RegisteredCounterpartyPayee) Reset()

func (*RegisteredCounterpartyPayee) String

func (x *RegisteredCounterpartyPayee) String() string

type RegisteredPayee

type RegisteredPayee struct {

	// unique channel identifier
	ChannelId string `protobuf:"bytes,1,opt,name=channel_id,json=channelId,proto3" json:"channel_id,omitempty"`
	// the relayer address
	Relayer string `protobuf:"bytes,2,opt,name=relayer,proto3" json:"relayer,omitempty"`
	// the payee address
	Payee string `protobuf:"bytes,3,opt,name=payee,proto3" json:"payee,omitempty"`
	// contains filtered or unexported fields
}

RegisteredPayee contains the relayer address and payee address for a specific channel

func (*RegisteredPayee) Descriptor deprecated

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

Deprecated: Use RegisteredPayee.ProtoReflect.Descriptor instead.

func (*RegisteredPayee) GetChannelId

func (x *RegisteredPayee) GetChannelId() string

func (*RegisteredPayee) GetPayee

func (x *RegisteredPayee) GetPayee() string

func (*RegisteredPayee) GetRelayer

func (x *RegisteredPayee) GetRelayer() string

func (*RegisteredPayee) ProtoMessage

func (*RegisteredPayee) ProtoMessage()

func (*RegisteredPayee) ProtoReflect

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

func (*RegisteredPayee) Reset

func (x *RegisteredPayee) Reset()

func (*RegisteredPayee) String

func (x *RegisteredPayee) String() string

Jump to

Keyboard shortcuts

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