Documentation ¶
Index ¶
- Variables
- type TopicEthSignatureMessage
- func (*TopicEthSignatureMessage) Descriptor() ([]byte, []int)deprecated
- func (x *TopicEthSignatureMessage) GetAmount() string
- func (x *TopicEthSignatureMessage) GetReceiver() string
- func (x *TopicEthSignatureMessage) GetRouterAddress() string
- func (x *TopicEthSignatureMessage) GetSignature() string
- func (x *TopicEthSignatureMessage) GetTransactionTimestamp() int64
- func (x *TopicEthSignatureMessage) GetTransferID() string
- func (x *TopicEthSignatureMessage) GetWrappedAsset() string
- func (*TopicEthSignatureMessage) ProtoMessage()
- func (x *TopicEthSignatureMessage) ProtoReflect() protoreflect.Message
- func (x *TopicEthSignatureMessage) Reset()
- func (x *TopicEthSignatureMessage) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_topic_eth_signature_message_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TopicEthSignatureMessage ¶
type TopicEthSignatureMessage struct { TransferID string `protobuf:"bytes,1,opt,name=transferID,proto3" json:"transferID,omitempty"` // The transaction Id of the initial Hedera Transfer RouterAddress string `protobuf:"bytes,2,opt,name=routerAddress,proto3" json:"routerAddress,omitempty"` // The router address to which the message will be submitted WrappedAsset string `protobuf:"bytes,3,opt,name=wrappedAsset,proto3" json:"wrappedAsset,omitempty"` // The wrapped eth token Receiver string `protobuf:"bytes,4,opt,name=receiver,proto3" json:"receiver,omitempty"` // The receiver of the initial Hedera Transfer Memo Amount string `protobuf:"bytes,5,opt,name=amount,proto3" json:"amount,omitempty"` // The amount of the initial Hedera Transfer Signature string `protobuf:"bytes,6,opt,name=signature,proto3" json:"signature,omitempty"` // The signature of the validator TransactionTimestamp int64 `protobuf:"varint,7,opt,name=transactionTimestamp,proto3" json:"transactionTimestamp,omitempty"` // The timestamp of the Hedera Transfer // contains filtered or unexported fields }
func (*TopicEthSignatureMessage) Descriptor
deprecated
func (*TopicEthSignatureMessage) Descriptor() ([]byte, []int)
Deprecated: Use TopicEthSignatureMessage.ProtoReflect.Descriptor instead.
func (*TopicEthSignatureMessage) GetAmount ¶
func (x *TopicEthSignatureMessage) GetAmount() string
func (*TopicEthSignatureMessage) GetReceiver ¶
func (x *TopicEthSignatureMessage) GetReceiver() string
func (*TopicEthSignatureMessage) GetRouterAddress ¶
func (x *TopicEthSignatureMessage) GetRouterAddress() string
func (*TopicEthSignatureMessage) GetSignature ¶
func (x *TopicEthSignatureMessage) GetSignature() string
func (*TopicEthSignatureMessage) GetTransactionTimestamp ¶
func (x *TopicEthSignatureMessage) GetTransactionTimestamp() int64
func (*TopicEthSignatureMessage) GetTransferID ¶
func (x *TopicEthSignatureMessage) GetTransferID() string
func (*TopicEthSignatureMessage) GetWrappedAsset ¶
func (x *TopicEthSignatureMessage) GetWrappedAsset() string
func (*TopicEthSignatureMessage) ProtoMessage ¶
func (*TopicEthSignatureMessage) ProtoMessage()
func (*TopicEthSignatureMessage) ProtoReflect ¶
func (x *TopicEthSignatureMessage) ProtoReflect() protoreflect.Message
func (*TopicEthSignatureMessage) Reset ¶
func (x *TopicEthSignatureMessage) Reset()
func (*TopicEthSignatureMessage) String ¶
func (x *TopicEthSignatureMessage) String() string
Click to show internal directories.
Click to hide internal directories.