Documentation ¶
Overview ¶
Code generated by protoc-gen-go-pulsar. DO NOT EDIT.
Index ¶
- Variables
- type FungibleTokenPacketData
- func (*FungibleTokenPacketData) Descriptor() ([]byte, []int)deprecated
- func (x *FungibleTokenPacketData) GetAmount() string
- func (x *FungibleTokenPacketData) GetDenom() string
- func (x *FungibleTokenPacketData) GetMemo() string
- func (x *FungibleTokenPacketData) GetReceiver() string
- func (x *FungibleTokenPacketData) GetSender() string
- func (*FungibleTokenPacketData) ProtoMessage()
- func (x *FungibleTokenPacketData) ProtoReflect() protoreflect.Message
- func (x *FungibleTokenPacketData) Reset()
- func (x *FungibleTokenPacketData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_ibc_applications_transfer_v2_packet_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FungibleTokenPacketData ¶
type FungibleTokenPacketData struct { // the token denomination to be transferred Denom string `protobuf:"bytes,1,opt,name=denom,proto3" json:"denom,omitempty"` // the token amount to be transferred Amount string `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // the sender address Sender string `protobuf:"bytes,3,opt,name=sender,proto3" json:"sender,omitempty"` // the recipient address on the destination chain Receiver string `protobuf:"bytes,4,opt,name=receiver,proto3" json:"receiver,omitempty"` // optional memo Memo string `protobuf:"bytes,5,opt,name=memo,proto3" json:"memo,omitempty"` // contains filtered or unexported fields }
FungibleTokenPacketData defines a struct for the packet payload See FungibleTokenPacketData spec: https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
func (*FungibleTokenPacketData) Descriptor
deprecated
func (*FungibleTokenPacketData) Descriptor() ([]byte, []int)
Deprecated: Use FungibleTokenPacketData.ProtoReflect.Descriptor instead.
func (*FungibleTokenPacketData) GetAmount ¶
func (x *FungibleTokenPacketData) GetAmount() string
func (*FungibleTokenPacketData) GetDenom ¶
func (x *FungibleTokenPacketData) GetDenom() string
func (*FungibleTokenPacketData) GetMemo ¶
func (x *FungibleTokenPacketData) GetMemo() string
func (*FungibleTokenPacketData) GetReceiver ¶
func (x *FungibleTokenPacketData) GetReceiver() string
func (*FungibleTokenPacketData) GetSender ¶
func (x *FungibleTokenPacketData) GetSender() string
func (*FungibleTokenPacketData) ProtoMessage ¶
func (*FungibleTokenPacketData) ProtoMessage()
func (*FungibleTokenPacketData) ProtoReflect ¶
func (x *FungibleTokenPacketData) ProtoReflect() protoreflect.Message
func (*FungibleTokenPacketData) Reset ¶
func (x *FungibleTokenPacketData) Reset()
func (*FungibleTokenPacketData) String ¶
func (x *FungibleTokenPacketData) String() string
Click to show internal directories.
Click to hide internal directories.