Documentation ¶
Index ¶
- Variables
- type Amount
- type AssetPair
- func (*AssetPair) Descriptor() ([]byte, []int)deprecated
- func (x *AssetPair) GetAmountAssetId() []byte
- func (x *AssetPair) GetPriceAssetId() []byte
- func (*AssetPair) ProtoMessage()
- func (x *AssetPair) ProtoReflect() protoreflect.Message
- func (x *AssetPair) Reset()
- func (x *AssetPair) String() string
- type Block
- func (*Block) Descriptor() ([]byte, []int)deprecated
- func (x *Block) GetHeader() *Block_Header
- func (x *Block) GetSignature() []byte
- func (x *Block) GetTransactions() []*SignedTransaction
- func (*Block) ProtoMessage()
- func (x *Block) ProtoReflect() protoreflect.Message
- func (x *Block) Reset()
- func (x *Block) String() string
- type Block_Header
- func (*Block_Header) Descriptor() ([]byte, []int)deprecated
- func (x *Block_Header) GetBaseTarget() int64
- func (x *Block_Header) GetChainId() int32
- func (x *Block_Header) GetFeatureVotes() []uint32
- func (x *Block_Header) GetGenerationSignature() []byte
- func (x *Block_Header) GetGenerator() []byte
- func (x *Block_Header) GetReference() []byte
- func (x *Block_Header) GetRewardVote() int64
- func (x *Block_Header) GetTimestamp() int64
- func (x *Block_Header) GetTransactionsRoot() []byte
- func (x *Block_Header) GetVersion() int32
- func (*Block_Header) ProtoMessage()
- func (x *Block_Header) ProtoReflect() protoreflect.Message
- func (x *Block_Header) Reset()
- func (x *Block_Header) String() string
- type BurnTransactionData
- func (*BurnTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *BurnTransactionData) GetAssetAmount() *Amount
- func (*BurnTransactionData) ProtoMessage()
- func (x *BurnTransactionData) ProtoReflect() protoreflect.Message
- func (x *BurnTransactionData) Reset()
- func (x *BurnTransactionData) String() string
- type CreateAliasTransactionData
- func (*CreateAliasTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *CreateAliasTransactionData) GetAlias() string
- func (*CreateAliasTransactionData) ProtoMessage()
- func (x *CreateAliasTransactionData) ProtoReflect() protoreflect.Message
- func (x *CreateAliasTransactionData) Reset()
- func (x *CreateAliasTransactionData) String() string
- type DataTransactionData
- func (*DataTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *DataTransactionData) GetData() []*DataTransactionData_DataEntry
- func (*DataTransactionData) ProtoMessage()
- func (x *DataTransactionData) ProtoReflect() protoreflect.Message
- func (x *DataTransactionData) Reset()
- func (x *DataTransactionData) String() string
- type DataTransactionData_DataEntry
- func (*DataTransactionData_DataEntry) Descriptor() ([]byte, []int)deprecated
- func (x *DataTransactionData_DataEntry) GetBinaryValue() []byte
- func (x *DataTransactionData_DataEntry) GetBoolValue() bool
- func (x *DataTransactionData_DataEntry) GetIntValue() int64
- func (x *DataTransactionData_DataEntry) GetKey() string
- func (x *DataTransactionData_DataEntry) GetStringValue() string
- func (m *DataTransactionData_DataEntry) GetValue() isDataTransactionData_DataEntry_Value
- func (*DataTransactionData_DataEntry) ProtoMessage()
- func (x *DataTransactionData_DataEntry) ProtoReflect() protoreflect.Message
- func (x *DataTransactionData_DataEntry) Reset()
- func (x *DataTransactionData_DataEntry) String() string
- type DataTransactionData_DataEntry_BinaryValue
- type DataTransactionData_DataEntry_BoolValue
- type DataTransactionData_DataEntry_IntValue
- type DataTransactionData_DataEntry_StringValue
- type ExchangeTransactionData
- func (*ExchangeTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *ExchangeTransactionData) GetAmount() int64
- func (x *ExchangeTransactionData) GetBuyMatcherFee() int64
- func (x *ExchangeTransactionData) GetOrders() []*Order
- func (x *ExchangeTransactionData) GetPrice() int64
- func (x *ExchangeTransactionData) GetSellMatcherFee() int64
- func (*ExchangeTransactionData) ProtoMessage()
- func (x *ExchangeTransactionData) ProtoReflect() protoreflect.Message
- func (x *ExchangeTransactionData) Reset()
- func (x *ExchangeTransactionData) String() string
- type GenesisTransactionData
- func (*GenesisTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *GenesisTransactionData) GetAmount() int64
- func (x *GenesisTransactionData) GetRecipientAddress() []byte
- func (*GenesisTransactionData) ProtoMessage()
- func (x *GenesisTransactionData) ProtoReflect() protoreflect.Message
- func (x *GenesisTransactionData) Reset()
- func (x *GenesisTransactionData) String() string
- type InvokeScriptResult
- func (*InvokeScriptResult) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult) GetBurns() []*InvokeScriptResult_Burn
- func (x *InvokeScriptResult) GetData() []*DataTransactionData_DataEntry
- func (x *InvokeScriptResult) GetErrorMessage() *InvokeScriptResult_ErrorMessage
- func (x *InvokeScriptResult) GetIssues() []*InvokeScriptResult_Issue
- func (x *InvokeScriptResult) GetReissues() []*InvokeScriptResult_Reissue
- func (x *InvokeScriptResult) GetSponsorFees() []*InvokeScriptResult_SponsorFee
- func (x *InvokeScriptResult) GetTransfers() []*InvokeScriptResult_Payment
- func (*InvokeScriptResult) ProtoMessage()
- func (x *InvokeScriptResult) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult) Reset()
- func (x *InvokeScriptResult) String() string
- type InvokeScriptResult_Burn
- func (*InvokeScriptResult_Burn) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_Burn) GetAmount() int64
- func (x *InvokeScriptResult_Burn) GetAssetId() []byte
- func (*InvokeScriptResult_Burn) ProtoMessage()
- func (x *InvokeScriptResult_Burn) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_Burn) Reset()
- func (x *InvokeScriptResult_Burn) String() string
- type InvokeScriptResult_ErrorMessage
- func (*InvokeScriptResult_ErrorMessage) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_ErrorMessage) GetCode() int32
- func (x *InvokeScriptResult_ErrorMessage) GetText() string
- func (*InvokeScriptResult_ErrorMessage) ProtoMessage()
- func (x *InvokeScriptResult_ErrorMessage) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_ErrorMessage) Reset()
- func (x *InvokeScriptResult_ErrorMessage) String() string
- type InvokeScriptResult_Issue
- func (*InvokeScriptResult_Issue) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_Issue) GetAmount() int64
- func (x *InvokeScriptResult_Issue) GetAssetId() []byte
- func (x *InvokeScriptResult_Issue) GetDecimals() int32
- func (x *InvokeScriptResult_Issue) GetDescription() string
- func (x *InvokeScriptResult_Issue) GetName() string
- func (x *InvokeScriptResult_Issue) GetNonce() int64
- func (x *InvokeScriptResult_Issue) GetReissuable() bool
- func (x *InvokeScriptResult_Issue) GetScript() []byte
- func (*InvokeScriptResult_Issue) ProtoMessage()
- func (x *InvokeScriptResult_Issue) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_Issue) Reset()
- func (x *InvokeScriptResult_Issue) String() string
- type InvokeScriptResult_Payment
- func (*InvokeScriptResult_Payment) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_Payment) GetAddress() []byte
- func (x *InvokeScriptResult_Payment) GetAmount() *Amount
- func (*InvokeScriptResult_Payment) ProtoMessage()
- func (x *InvokeScriptResult_Payment) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_Payment) Reset()
- func (x *InvokeScriptResult_Payment) String() string
- type InvokeScriptResult_Reissue
- func (*InvokeScriptResult_Reissue) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_Reissue) GetAmount() int64
- func (x *InvokeScriptResult_Reissue) GetAssetId() []byte
- func (x *InvokeScriptResult_Reissue) GetIsReissuable() bool
- func (*InvokeScriptResult_Reissue) ProtoMessage()
- func (x *InvokeScriptResult_Reissue) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_Reissue) Reset()
- func (x *InvokeScriptResult_Reissue) String() string
- type InvokeScriptResult_SponsorFee
- func (*InvokeScriptResult_SponsorFee) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptResult_SponsorFee) GetMinFee() *Amount
- func (*InvokeScriptResult_SponsorFee) ProtoMessage()
- func (x *InvokeScriptResult_SponsorFee) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptResult_SponsorFee) Reset()
- func (x *InvokeScriptResult_SponsorFee) String() string
- type InvokeScriptTransactionData
- func (*InvokeScriptTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *InvokeScriptTransactionData) GetDApp() *Recipient
- func (x *InvokeScriptTransactionData) GetFunctionCall() []byte
- func (x *InvokeScriptTransactionData) GetPayments() []*Amount
- func (*InvokeScriptTransactionData) ProtoMessage()
- func (x *InvokeScriptTransactionData) ProtoReflect() protoreflect.Message
- func (x *InvokeScriptTransactionData) Reset()
- func (x *InvokeScriptTransactionData) String() string
- type IssueTransactionData
- func (*IssueTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *IssueTransactionData) GetAmount() int64
- func (x *IssueTransactionData) GetDecimals() int32
- func (x *IssueTransactionData) GetDescription() string
- func (x *IssueTransactionData) GetName() string
- func (x *IssueTransactionData) GetReissuable() bool
- func (x *IssueTransactionData) GetScript() []byte
- func (*IssueTransactionData) ProtoMessage()
- func (x *IssueTransactionData) ProtoReflect() protoreflect.Message
- func (x *IssueTransactionData) Reset()
- func (x *IssueTransactionData) String() string
- type LeaseCancelTransactionData
- func (*LeaseCancelTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *LeaseCancelTransactionData) GetLeaseId() []byte
- func (*LeaseCancelTransactionData) ProtoMessage()
- func (x *LeaseCancelTransactionData) ProtoReflect() protoreflect.Message
- func (x *LeaseCancelTransactionData) Reset()
- func (x *LeaseCancelTransactionData) String() string
- type LeaseTransactionData
- func (*LeaseTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *LeaseTransactionData) GetAmount() int64
- func (x *LeaseTransactionData) GetRecipient() *Recipient
- func (*LeaseTransactionData) ProtoMessage()
- func (x *LeaseTransactionData) ProtoReflect() protoreflect.Message
- func (x *LeaseTransactionData) Reset()
- func (x *LeaseTransactionData) String() string
- type MassTransferTransactionData
- func (*MassTransferTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *MassTransferTransactionData) GetAssetId() []byte
- func (x *MassTransferTransactionData) GetAttachment() []byte
- func (x *MassTransferTransactionData) GetTransfers() []*MassTransferTransactionData_Transfer
- func (*MassTransferTransactionData) ProtoMessage()
- func (x *MassTransferTransactionData) ProtoReflect() protoreflect.Message
- func (x *MassTransferTransactionData) Reset()
- func (x *MassTransferTransactionData) String() string
- type MassTransferTransactionData_Transfer
- func (*MassTransferTransactionData_Transfer) Descriptor() ([]byte, []int)deprecated
- func (x *MassTransferTransactionData_Transfer) GetAmount() int64
- func (x *MassTransferTransactionData_Transfer) GetRecipient() *Recipient
- func (*MassTransferTransactionData_Transfer) ProtoMessage()
- func (x *MassTransferTransactionData_Transfer) ProtoReflect() protoreflect.Message
- func (x *MassTransferTransactionData_Transfer) Reset()
- func (x *MassTransferTransactionData_Transfer) String() string
- type MicroBlock
- func (*MicroBlock) Descriptor() ([]byte, []int)deprecated
- func (x *MicroBlock) GetReference() []byte
- func (x *MicroBlock) GetSenderPublicKey() []byte
- func (x *MicroBlock) GetTransactions() []*SignedTransaction
- func (x *MicroBlock) GetUpdatedBlockSignature() []byte
- func (x *MicroBlock) GetVersion() int32
- func (*MicroBlock) ProtoMessage()
- func (x *MicroBlock) ProtoReflect() protoreflect.Message
- func (x *MicroBlock) Reset()
- func (x *MicroBlock) String() string
- type Order
- func (*Order) Descriptor() ([]byte, []int)deprecated
- func (x *Order) GetAmount() int64
- func (x *Order) GetAssetPair() *AssetPair
- func (x *Order) GetChainId() int32
- func (x *Order) GetExpiration() int64
- func (x *Order) GetMatcherFee() *Amount
- func (x *Order) GetMatcherPublicKey() []byte
- func (x *Order) GetOrderSide() Order_Side
- func (x *Order) GetPrice() int64
- func (x *Order) GetProofs() [][]byte
- func (x *Order) GetSenderPublicKey() []byte
- func (x *Order) GetTimestamp() int64
- func (x *Order) GetVersion() int32
- func (*Order) ProtoMessage()
- func (x *Order) ProtoReflect() protoreflect.Message
- func (x *Order) Reset()
- func (x *Order) String() string
- type Order_Side
- type PaymentTransactionData
- func (*PaymentTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *PaymentTransactionData) GetAmount() int64
- func (x *PaymentTransactionData) GetRecipientAddress() []byte
- func (*PaymentTransactionData) ProtoMessage()
- func (x *PaymentTransactionData) ProtoReflect() protoreflect.Message
- func (x *PaymentTransactionData) Reset()
- func (x *PaymentTransactionData) String() string
- type Recipient
- func (*Recipient) Descriptor() ([]byte, []int)deprecated
- func (x *Recipient) GetAlias() string
- func (x *Recipient) GetPublicKeyHash() []byte
- func (m *Recipient) GetRecipient() isRecipient_Recipient
- func (*Recipient) ProtoMessage()
- func (x *Recipient) ProtoReflect() protoreflect.Message
- func (x *Recipient) Reset()
- func (x *Recipient) String() string
- type Recipient_Alias
- type Recipient_PublicKeyHash
- type ReissueTransactionData
- func (*ReissueTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *ReissueTransactionData) GetAssetAmount() *Amount
- func (x *ReissueTransactionData) GetReissuable() bool
- func (*ReissueTransactionData) ProtoMessage()
- func (x *ReissueTransactionData) ProtoReflect() protoreflect.Message
- func (x *ReissueTransactionData) Reset()
- func (x *ReissueTransactionData) String() string
- type SetAssetScriptTransactionData
- func (*SetAssetScriptTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *SetAssetScriptTransactionData) GetAssetId() []byte
- func (x *SetAssetScriptTransactionData) GetScript() []byte
- func (*SetAssetScriptTransactionData) ProtoMessage()
- func (x *SetAssetScriptTransactionData) ProtoReflect() protoreflect.Message
- func (x *SetAssetScriptTransactionData) Reset()
- func (x *SetAssetScriptTransactionData) String() string
- type SetScriptTransactionData
- func (*SetScriptTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *SetScriptTransactionData) GetScript() []byte
- func (*SetScriptTransactionData) ProtoMessage()
- func (x *SetScriptTransactionData) ProtoReflect() protoreflect.Message
- func (x *SetScriptTransactionData) Reset()
- func (x *SetScriptTransactionData) String() string
- type SignedMicroBlock
- func (*SignedMicroBlock) Descriptor() ([]byte, []int)deprecated
- func (x *SignedMicroBlock) GetMicroBlock() *MicroBlock
- func (x *SignedMicroBlock) GetSignature() []byte
- func (x *SignedMicroBlock) GetTotalBlockId() []byte
- func (*SignedMicroBlock) ProtoMessage()
- func (x *SignedMicroBlock) ProtoReflect() protoreflect.Message
- func (x *SignedMicroBlock) Reset()
- func (x *SignedMicroBlock) String() string
- type SignedTransaction
- func (*SignedTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *SignedTransaction) GetProofs() [][]byte
- func (x *SignedTransaction) GetTransaction() *Transaction
- func (*SignedTransaction) ProtoMessage()
- func (x *SignedTransaction) ProtoReflect() protoreflect.Message
- func (x *SignedTransaction) Reset()
- func (x *SignedTransaction) String() string
- type SponsorFeeTransactionData
- func (*SponsorFeeTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *SponsorFeeTransactionData) GetMinFee() *Amount
- func (*SponsorFeeTransactionData) ProtoMessage()
- func (x *SponsorFeeTransactionData) ProtoReflect() protoreflect.Message
- func (x *SponsorFeeTransactionData) Reset()
- func (x *SponsorFeeTransactionData) String() string
- type Transaction
- func (*Transaction) Descriptor() ([]byte, []int)deprecated
- func (x *Transaction) GetBurn() *BurnTransactionData
- func (x *Transaction) GetChainId() int32
- func (x *Transaction) GetCreateAlias() *CreateAliasTransactionData
- func (m *Transaction) GetData() isTransaction_Data
- func (x *Transaction) GetDataTransaction() *DataTransactionData
- func (x *Transaction) GetExchange() *ExchangeTransactionData
- func (x *Transaction) GetFee() *Amount
- func (x *Transaction) GetGenesis() *GenesisTransactionData
- func (x *Transaction) GetInvokeScript() *InvokeScriptTransactionData
- func (x *Transaction) GetIssue() *IssueTransactionData
- func (x *Transaction) GetLease() *LeaseTransactionData
- func (x *Transaction) GetLeaseCancel() *LeaseCancelTransactionData
- func (x *Transaction) GetMassTransfer() *MassTransferTransactionData
- func (x *Transaction) GetPayment() *PaymentTransactionData
- func (x *Transaction) GetReissue() *ReissueTransactionData
- func (x *Transaction) GetSenderPublicKey() []byte
- func (x *Transaction) GetSetAssetScript() *SetAssetScriptTransactionData
- func (x *Transaction) GetSetScript() *SetScriptTransactionData
- func (x *Transaction) GetSponsorFee() *SponsorFeeTransactionData
- func (x *Transaction) GetTimestamp() int64
- func (x *Transaction) GetTransfer() *TransferTransactionData
- func (x *Transaction) GetUpdateAssetInfo() *UpdateAssetInfoTransactionData
- func (x *Transaction) GetVersion() int32
- func (*Transaction) ProtoMessage()
- func (x *Transaction) ProtoReflect() protoreflect.Message
- func (x *Transaction) Reset()
- func (x *Transaction) String() string
- type Transaction_Burn
- type Transaction_CreateAlias
- type Transaction_DataTransaction
- type Transaction_Exchange
- type Transaction_Genesis
- type Transaction_InvokeScript
- type Transaction_Issue
- type Transaction_Lease
- type Transaction_LeaseCancel
- type Transaction_MassTransfer
- type Transaction_Payment
- type Transaction_Reissue
- type Transaction_SetAssetScript
- type Transaction_SetScript
- type Transaction_SponsorFee
- type Transaction_Transfer
- type Transaction_UpdateAssetInfo
- type TransferTransactionData
- func (*TransferTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *TransferTransactionData) GetAmount() *Amount
- func (x *TransferTransactionData) GetAttachment() []byte
- func (x *TransferTransactionData) GetRecipient() *Recipient
- func (*TransferTransactionData) ProtoMessage()
- func (x *TransferTransactionData) ProtoReflect() protoreflect.Message
- func (x *TransferTransactionData) Reset()
- func (x *TransferTransactionData) String() string
- type UpdateAssetInfoTransactionData
- func (*UpdateAssetInfoTransactionData) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAssetInfoTransactionData) GetAssetId() []byte
- func (x *UpdateAssetInfoTransactionData) GetDescription() string
- func (x *UpdateAssetInfoTransactionData) GetName() string
- func (*UpdateAssetInfoTransactionData) ProtoMessage()
- func (x *UpdateAssetInfoTransactionData) ProtoReflect() protoreflect.Message
- func (x *UpdateAssetInfoTransactionData) Reset()
- func (x *UpdateAssetInfoTransactionData) String() string
Constants ¶
This section is empty.
Variables ¶
var ( Order_Side_name = map[int32]string{ 0: "BUY", 1: "SELL", } Order_Side_value = map[string]int32{ "BUY": 0, "SELL": 1, } )
Enum value maps for Order_Side.
var File_waves_amount_proto protoreflect.FileDescriptor
var File_waves_block_proto protoreflect.FileDescriptor
var File_waves_invoke_script_result_proto protoreflect.FileDescriptor
var File_waves_order_proto protoreflect.FileDescriptor
var File_waves_recipient_proto protoreflect.FileDescriptor
var File_waves_transaction_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Amount ¶
type Amount struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*Amount) Descriptor
deprecated
func (*Amount) GetAssetId ¶
func (*Amount) ProtoMessage ¶
func (*Amount) ProtoMessage()
func (*Amount) ProtoReflect ¶ added in v0.7.0
func (x *Amount) ProtoReflect() protoreflect.Message
type AssetPair ¶
type AssetPair struct { AmountAssetId []byte `protobuf:"bytes,1,opt,name=amount_asset_id,json=amountAssetId,proto3" json:"amount_asset_id,omitempty"` PriceAssetId []byte `protobuf:"bytes,2,opt,name=price_asset_id,json=priceAssetId,proto3" json:"price_asset_id,omitempty"` // contains filtered or unexported fields }
func (*AssetPair) Descriptor
deprecated
func (*AssetPair) GetAmountAssetId ¶
func (*AssetPair) GetPriceAssetId ¶
func (*AssetPair) ProtoMessage ¶
func (*AssetPair) ProtoMessage()
func (*AssetPair) ProtoReflect ¶ added in v0.7.0
func (x *AssetPair) ProtoReflect() protoreflect.Message
type Block ¶
type Block struct { Header *Block_Header `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` Transactions []*SignedTransaction `protobuf:"bytes,3,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*Block) Descriptor
deprecated
func (*Block) GetHeader ¶
func (x *Block) GetHeader() *Block_Header
func (*Block) GetSignature ¶
func (*Block) GetTransactions ¶
func (x *Block) GetTransactions() []*SignedTransaction
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) ProtoReflect ¶ added in v0.7.0
func (x *Block) ProtoReflect() protoreflect.Message
type Block_Header ¶
type Block_Header struct { ChainId int32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` Reference []byte `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"` BaseTarget int64 `protobuf:"varint,3,opt,name=base_target,json=baseTarget,proto3" json:"base_target,omitempty"` GenerationSignature []byte `protobuf:"bytes,4,opt,name=generation_signature,json=generationSignature,proto3" json:"generation_signature,omitempty"` FeatureVotes []uint32 `protobuf:"varint,5,rep,packed,name=feature_votes,json=featureVotes,proto3" json:"feature_votes,omitempty"` Timestamp int64 `protobuf:"varint,6,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Version int32 `protobuf:"varint,7,opt,name=version,proto3" json:"version,omitempty"` Generator []byte `protobuf:"bytes,8,opt,name=generator,proto3" json:"generator,omitempty"` RewardVote int64 `protobuf:"varint,9,opt,name=reward_vote,json=rewardVote,proto3" json:"reward_vote,omitempty"` TransactionsRoot []byte `protobuf:"bytes,10,opt,name=transactions_root,json=transactionsRoot,proto3" json:"transactions_root,omitempty"` // contains filtered or unexported fields }
func (*Block_Header) Descriptor
deprecated
func (*Block_Header) Descriptor() ([]byte, []int)
Deprecated: Use Block_Header.ProtoReflect.Descriptor instead.
func (*Block_Header) GetBaseTarget ¶
func (x *Block_Header) GetBaseTarget() int64
func (*Block_Header) GetChainId ¶
func (x *Block_Header) GetChainId() int32
func (*Block_Header) GetFeatureVotes ¶
func (x *Block_Header) GetFeatureVotes() []uint32
func (*Block_Header) GetGenerationSignature ¶
func (x *Block_Header) GetGenerationSignature() []byte
func (*Block_Header) GetGenerator ¶
func (x *Block_Header) GetGenerator() []byte
func (*Block_Header) GetReference ¶
func (x *Block_Header) GetReference() []byte
func (*Block_Header) GetRewardVote ¶
func (x *Block_Header) GetRewardVote() int64
func (*Block_Header) GetTimestamp ¶
func (x *Block_Header) GetTimestamp() int64
func (*Block_Header) GetTransactionsRoot ¶
func (x *Block_Header) GetTransactionsRoot() []byte
func (*Block_Header) GetVersion ¶
func (x *Block_Header) GetVersion() int32
func (*Block_Header) ProtoMessage ¶
func (*Block_Header) ProtoMessage()
func (*Block_Header) ProtoReflect ¶ added in v0.7.0
func (x *Block_Header) ProtoReflect() protoreflect.Message
func (*Block_Header) Reset ¶
func (x *Block_Header) Reset()
func (*Block_Header) String ¶
func (x *Block_Header) String() string
type BurnTransactionData ¶
type BurnTransactionData struct { AssetAmount *Amount `protobuf:"bytes,1,opt,name=asset_amount,json=assetAmount,proto3" json:"asset_amount,omitempty"` // contains filtered or unexported fields }
func (*BurnTransactionData) Descriptor
deprecated
func (*BurnTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use BurnTransactionData.ProtoReflect.Descriptor instead.
func (*BurnTransactionData) GetAssetAmount ¶
func (x *BurnTransactionData) GetAssetAmount() *Amount
func (*BurnTransactionData) ProtoMessage ¶
func (*BurnTransactionData) ProtoMessage()
func (*BurnTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *BurnTransactionData) ProtoReflect() protoreflect.Message
func (*BurnTransactionData) Reset ¶
func (x *BurnTransactionData) Reset()
func (*BurnTransactionData) String ¶
func (x *BurnTransactionData) String() string
type CreateAliasTransactionData ¶
type CreateAliasTransactionData struct { Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` // contains filtered or unexported fields }
func (*CreateAliasTransactionData) Descriptor
deprecated
func (*CreateAliasTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use CreateAliasTransactionData.ProtoReflect.Descriptor instead.
func (*CreateAliasTransactionData) GetAlias ¶
func (x *CreateAliasTransactionData) GetAlias() string
func (*CreateAliasTransactionData) ProtoMessage ¶
func (*CreateAliasTransactionData) ProtoMessage()
func (*CreateAliasTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *CreateAliasTransactionData) ProtoReflect() protoreflect.Message
func (*CreateAliasTransactionData) Reset ¶
func (x *CreateAliasTransactionData) Reset()
func (*CreateAliasTransactionData) String ¶
func (x *CreateAliasTransactionData) String() string
type DataTransactionData ¶
type DataTransactionData struct { Data []*DataTransactionData_DataEntry `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*DataTransactionData) Descriptor
deprecated
func (*DataTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use DataTransactionData.ProtoReflect.Descriptor instead.
func (*DataTransactionData) GetData ¶
func (x *DataTransactionData) GetData() []*DataTransactionData_DataEntry
func (*DataTransactionData) ProtoMessage ¶
func (*DataTransactionData) ProtoMessage()
func (*DataTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *DataTransactionData) ProtoReflect() protoreflect.Message
func (*DataTransactionData) Reset ¶
func (x *DataTransactionData) Reset()
func (*DataTransactionData) String ¶
func (x *DataTransactionData) String() string
type DataTransactionData_DataEntry ¶
type DataTransactionData_DataEntry struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Types that are assignable to Value: // *DataTransactionData_DataEntry_IntValue // *DataTransactionData_DataEntry_BoolValue // *DataTransactionData_DataEntry_BinaryValue // *DataTransactionData_DataEntry_StringValue Value isDataTransactionData_DataEntry_Value `protobuf_oneof:"value"` // contains filtered or unexported fields }
func (*DataTransactionData_DataEntry) Descriptor
deprecated
func (*DataTransactionData_DataEntry) Descriptor() ([]byte, []int)
Deprecated: Use DataTransactionData_DataEntry.ProtoReflect.Descriptor instead.
func (*DataTransactionData_DataEntry) GetBinaryValue ¶
func (x *DataTransactionData_DataEntry) GetBinaryValue() []byte
func (*DataTransactionData_DataEntry) GetBoolValue ¶
func (x *DataTransactionData_DataEntry) GetBoolValue() bool
func (*DataTransactionData_DataEntry) GetIntValue ¶
func (x *DataTransactionData_DataEntry) GetIntValue() int64
func (*DataTransactionData_DataEntry) GetKey ¶
func (x *DataTransactionData_DataEntry) GetKey() string
func (*DataTransactionData_DataEntry) GetStringValue ¶
func (x *DataTransactionData_DataEntry) GetStringValue() string
func (*DataTransactionData_DataEntry) GetValue ¶
func (m *DataTransactionData_DataEntry) GetValue() isDataTransactionData_DataEntry_Value
func (*DataTransactionData_DataEntry) ProtoMessage ¶
func (*DataTransactionData_DataEntry) ProtoMessage()
func (*DataTransactionData_DataEntry) ProtoReflect ¶ added in v0.7.0
func (x *DataTransactionData_DataEntry) ProtoReflect() protoreflect.Message
func (*DataTransactionData_DataEntry) Reset ¶
func (x *DataTransactionData_DataEntry) Reset()
func (*DataTransactionData_DataEntry) String ¶
func (x *DataTransactionData_DataEntry) String() string
type DataTransactionData_DataEntry_BinaryValue ¶
type DataTransactionData_DataEntry_BinaryValue struct {
BinaryValue []byte `protobuf:"bytes,12,opt,name=binary_value,json=binaryValue,proto3,oneof"`
}
type DataTransactionData_DataEntry_BoolValue ¶
type DataTransactionData_DataEntry_BoolValue struct {
BoolValue bool `protobuf:"varint,11,opt,name=bool_value,json=boolValue,proto3,oneof"`
}
type DataTransactionData_DataEntry_IntValue ¶
type DataTransactionData_DataEntry_IntValue struct {
IntValue int64 `protobuf:"varint,10,opt,name=int_value,json=intValue,proto3,oneof"`
}
type DataTransactionData_DataEntry_StringValue ¶
type DataTransactionData_DataEntry_StringValue struct {
StringValue string `protobuf:"bytes,13,opt,name=string_value,json=stringValue,proto3,oneof"`
}
type ExchangeTransactionData ¶
type ExchangeTransactionData struct { Amount int64 `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"` Price int64 `protobuf:"varint,2,opt,name=price,proto3" json:"price,omitempty"` BuyMatcherFee int64 `protobuf:"varint,3,opt,name=buy_matcher_fee,json=buyMatcherFee,proto3" json:"buy_matcher_fee,omitempty"` SellMatcherFee int64 `protobuf:"varint,4,opt,name=sell_matcher_fee,json=sellMatcherFee,proto3" json:"sell_matcher_fee,omitempty"` Orders []*Order `protobuf:"bytes,5,rep,name=orders,proto3" json:"orders,omitempty"` // contains filtered or unexported fields }
func (*ExchangeTransactionData) Descriptor
deprecated
func (*ExchangeTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use ExchangeTransactionData.ProtoReflect.Descriptor instead.
func (*ExchangeTransactionData) GetAmount ¶
func (x *ExchangeTransactionData) GetAmount() int64
func (*ExchangeTransactionData) GetBuyMatcherFee ¶
func (x *ExchangeTransactionData) GetBuyMatcherFee() int64
func (*ExchangeTransactionData) GetOrders ¶
func (x *ExchangeTransactionData) GetOrders() []*Order
func (*ExchangeTransactionData) GetPrice ¶
func (x *ExchangeTransactionData) GetPrice() int64
func (*ExchangeTransactionData) GetSellMatcherFee ¶
func (x *ExchangeTransactionData) GetSellMatcherFee() int64
func (*ExchangeTransactionData) ProtoMessage ¶
func (*ExchangeTransactionData) ProtoMessage()
func (*ExchangeTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *ExchangeTransactionData) ProtoReflect() protoreflect.Message
func (*ExchangeTransactionData) Reset ¶
func (x *ExchangeTransactionData) Reset()
func (*ExchangeTransactionData) String ¶
func (x *ExchangeTransactionData) String() string
type GenesisTransactionData ¶
type GenesisTransactionData struct { RecipientAddress []byte `protobuf:"bytes,1,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*GenesisTransactionData) Descriptor
deprecated
func (*GenesisTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use GenesisTransactionData.ProtoReflect.Descriptor instead.
func (*GenesisTransactionData) GetAmount ¶
func (x *GenesisTransactionData) GetAmount() int64
func (*GenesisTransactionData) GetRecipientAddress ¶
func (x *GenesisTransactionData) GetRecipientAddress() []byte
func (*GenesisTransactionData) ProtoMessage ¶
func (*GenesisTransactionData) ProtoMessage()
func (*GenesisTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *GenesisTransactionData) ProtoReflect() protoreflect.Message
func (*GenesisTransactionData) Reset ¶
func (x *GenesisTransactionData) Reset()
func (*GenesisTransactionData) String ¶
func (x *GenesisTransactionData) String() string
type InvokeScriptResult ¶
type InvokeScriptResult struct { Data []*DataTransactionData_DataEntry `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` Transfers []*InvokeScriptResult_Payment `protobuf:"bytes,2,rep,name=transfers,proto3" json:"transfers,omitempty"` Issues []*InvokeScriptResult_Issue `protobuf:"bytes,3,rep,name=issues,proto3" json:"issues,omitempty"` Reissues []*InvokeScriptResult_Reissue `protobuf:"bytes,4,rep,name=reissues,proto3" json:"reissues,omitempty"` Burns []*InvokeScriptResult_Burn `protobuf:"bytes,5,rep,name=burns,proto3" json:"burns,omitempty"` ErrorMessage *InvokeScriptResult_ErrorMessage `protobuf:"bytes,6,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"` SponsorFees []*InvokeScriptResult_SponsorFee `protobuf:"bytes,7,rep,name=sponsor_fees,json=sponsorFees,proto3" json:"sponsor_fees,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult) Descriptor
deprecated
func (*InvokeScriptResult) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult) GetBurns ¶
func (x *InvokeScriptResult) GetBurns() []*InvokeScriptResult_Burn
func (*InvokeScriptResult) GetData ¶
func (x *InvokeScriptResult) GetData() []*DataTransactionData_DataEntry
func (*InvokeScriptResult) GetErrorMessage ¶
func (x *InvokeScriptResult) GetErrorMessage() *InvokeScriptResult_ErrorMessage
func (*InvokeScriptResult) GetIssues ¶
func (x *InvokeScriptResult) GetIssues() []*InvokeScriptResult_Issue
func (*InvokeScriptResult) GetReissues ¶
func (x *InvokeScriptResult) GetReissues() []*InvokeScriptResult_Reissue
func (*InvokeScriptResult) GetSponsorFees ¶ added in v0.7.0
func (x *InvokeScriptResult) GetSponsorFees() []*InvokeScriptResult_SponsorFee
func (*InvokeScriptResult) GetTransfers ¶
func (x *InvokeScriptResult) GetTransfers() []*InvokeScriptResult_Payment
func (*InvokeScriptResult) ProtoMessage ¶
func (*InvokeScriptResult) ProtoMessage()
func (*InvokeScriptResult) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult) Reset ¶
func (x *InvokeScriptResult) Reset()
func (*InvokeScriptResult) String ¶
func (x *InvokeScriptResult) String() string
type InvokeScriptResult_Burn ¶
type InvokeScriptResult_Burn struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_Burn) Descriptor
deprecated
func (*InvokeScriptResult_Burn) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_Burn.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_Burn) GetAmount ¶
func (x *InvokeScriptResult_Burn) GetAmount() int64
func (*InvokeScriptResult_Burn) GetAssetId ¶
func (x *InvokeScriptResult_Burn) GetAssetId() []byte
func (*InvokeScriptResult_Burn) ProtoMessage ¶
func (*InvokeScriptResult_Burn) ProtoMessage()
func (*InvokeScriptResult_Burn) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_Burn) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_Burn) Reset ¶
func (x *InvokeScriptResult_Burn) Reset()
func (*InvokeScriptResult_Burn) String ¶
func (x *InvokeScriptResult_Burn) String() string
type InvokeScriptResult_ErrorMessage ¶
type InvokeScriptResult_ErrorMessage struct { Code int32 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"` Text string `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_ErrorMessage) Descriptor
deprecated
func (*InvokeScriptResult_ErrorMessage) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_ErrorMessage.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_ErrorMessage) GetCode ¶
func (x *InvokeScriptResult_ErrorMessage) GetCode() int32
func (*InvokeScriptResult_ErrorMessage) GetText ¶
func (x *InvokeScriptResult_ErrorMessage) GetText() string
func (*InvokeScriptResult_ErrorMessage) ProtoMessage ¶
func (*InvokeScriptResult_ErrorMessage) ProtoMessage()
func (*InvokeScriptResult_ErrorMessage) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_ErrorMessage) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_ErrorMessage) Reset ¶
func (x *InvokeScriptResult_ErrorMessage) Reset()
func (*InvokeScriptResult_ErrorMessage) String ¶
func (x *InvokeScriptResult_ErrorMessage) String() string
type InvokeScriptResult_Issue ¶
type InvokeScriptResult_Issue struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Amount int64 `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"` Decimals int32 `protobuf:"varint,5,opt,name=decimals,proto3" json:"decimals,omitempty"` Reissuable bool `protobuf:"varint,6,opt,name=reissuable,proto3" json:"reissuable,omitempty"` Script []byte `protobuf:"bytes,7,opt,name=script,proto3" json:"script,omitempty"` Nonce int64 `protobuf:"varint,8,opt,name=nonce,proto3" json:"nonce,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_Issue) Descriptor
deprecated
func (*InvokeScriptResult_Issue) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_Issue.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_Issue) GetAmount ¶
func (x *InvokeScriptResult_Issue) GetAmount() int64
func (*InvokeScriptResult_Issue) GetAssetId ¶
func (x *InvokeScriptResult_Issue) GetAssetId() []byte
func (*InvokeScriptResult_Issue) GetDecimals ¶
func (x *InvokeScriptResult_Issue) GetDecimals() int32
func (*InvokeScriptResult_Issue) GetDescription ¶
func (x *InvokeScriptResult_Issue) GetDescription() string
func (*InvokeScriptResult_Issue) GetName ¶
func (x *InvokeScriptResult_Issue) GetName() string
func (*InvokeScriptResult_Issue) GetNonce ¶
func (x *InvokeScriptResult_Issue) GetNonce() int64
func (*InvokeScriptResult_Issue) GetReissuable ¶
func (x *InvokeScriptResult_Issue) GetReissuable() bool
func (*InvokeScriptResult_Issue) GetScript ¶
func (x *InvokeScriptResult_Issue) GetScript() []byte
func (*InvokeScriptResult_Issue) ProtoMessage ¶
func (*InvokeScriptResult_Issue) ProtoMessage()
func (*InvokeScriptResult_Issue) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_Issue) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_Issue) Reset ¶
func (x *InvokeScriptResult_Issue) Reset()
func (*InvokeScriptResult_Issue) String ¶
func (x *InvokeScriptResult_Issue) String() string
type InvokeScriptResult_Payment ¶
type InvokeScriptResult_Payment struct { Address []byte `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"` Amount *Amount `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_Payment) Descriptor
deprecated
func (*InvokeScriptResult_Payment) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_Payment.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_Payment) GetAddress ¶
func (x *InvokeScriptResult_Payment) GetAddress() []byte
func (*InvokeScriptResult_Payment) GetAmount ¶
func (x *InvokeScriptResult_Payment) GetAmount() *Amount
func (*InvokeScriptResult_Payment) ProtoMessage ¶
func (*InvokeScriptResult_Payment) ProtoMessage()
func (*InvokeScriptResult_Payment) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_Payment) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_Payment) Reset ¶
func (x *InvokeScriptResult_Payment) Reset()
func (*InvokeScriptResult_Payment) String ¶
func (x *InvokeScriptResult_Payment) String() string
type InvokeScriptResult_Reissue ¶
type InvokeScriptResult_Reissue struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` IsReissuable bool `protobuf:"varint,3,opt,name=is_reissuable,json=isReissuable,proto3" json:"is_reissuable,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_Reissue) Descriptor
deprecated
func (*InvokeScriptResult_Reissue) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_Reissue.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_Reissue) GetAmount ¶
func (x *InvokeScriptResult_Reissue) GetAmount() int64
func (*InvokeScriptResult_Reissue) GetAssetId ¶
func (x *InvokeScriptResult_Reissue) GetAssetId() []byte
func (*InvokeScriptResult_Reissue) GetIsReissuable ¶
func (x *InvokeScriptResult_Reissue) GetIsReissuable() bool
func (*InvokeScriptResult_Reissue) ProtoMessage ¶
func (*InvokeScriptResult_Reissue) ProtoMessage()
func (*InvokeScriptResult_Reissue) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_Reissue) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_Reissue) Reset ¶
func (x *InvokeScriptResult_Reissue) Reset()
func (*InvokeScriptResult_Reissue) String ¶
func (x *InvokeScriptResult_Reissue) String() string
type InvokeScriptResult_SponsorFee ¶ added in v0.7.0
type InvokeScriptResult_SponsorFee struct { MinFee *Amount `protobuf:"bytes,1,opt,name=min_fee,json=minFee,proto3" json:"min_fee,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptResult_SponsorFee) Descriptor
deprecated
added in
v0.7.0
func (*InvokeScriptResult_SponsorFee) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptResult_SponsorFee.ProtoReflect.Descriptor instead.
func (*InvokeScriptResult_SponsorFee) GetMinFee ¶ added in v0.7.0
func (x *InvokeScriptResult_SponsorFee) GetMinFee() *Amount
func (*InvokeScriptResult_SponsorFee) ProtoMessage ¶ added in v0.7.0
func (*InvokeScriptResult_SponsorFee) ProtoMessage()
func (*InvokeScriptResult_SponsorFee) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptResult_SponsorFee) ProtoReflect() protoreflect.Message
func (*InvokeScriptResult_SponsorFee) Reset ¶ added in v0.7.0
func (x *InvokeScriptResult_SponsorFee) Reset()
func (*InvokeScriptResult_SponsorFee) String ¶ added in v0.7.0
func (x *InvokeScriptResult_SponsorFee) String() string
type InvokeScriptTransactionData ¶
type InvokeScriptTransactionData struct { DApp *Recipient `protobuf:"bytes,1,opt,name=d_app,json=dApp,proto3" json:"d_app,omitempty"` FunctionCall []byte `protobuf:"bytes,2,opt,name=function_call,json=functionCall,proto3" json:"function_call,omitempty"` Payments []*Amount `protobuf:"bytes,3,rep,name=payments,proto3" json:"payments,omitempty"` // contains filtered or unexported fields }
func (*InvokeScriptTransactionData) Descriptor
deprecated
func (*InvokeScriptTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use InvokeScriptTransactionData.ProtoReflect.Descriptor instead.
func (*InvokeScriptTransactionData) GetDApp ¶
func (x *InvokeScriptTransactionData) GetDApp() *Recipient
func (*InvokeScriptTransactionData) GetFunctionCall ¶
func (x *InvokeScriptTransactionData) GetFunctionCall() []byte
func (*InvokeScriptTransactionData) GetPayments ¶
func (x *InvokeScriptTransactionData) GetPayments() []*Amount
func (*InvokeScriptTransactionData) ProtoMessage ¶
func (*InvokeScriptTransactionData) ProtoMessage()
func (*InvokeScriptTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *InvokeScriptTransactionData) ProtoReflect() protoreflect.Message
func (*InvokeScriptTransactionData) Reset ¶
func (x *InvokeScriptTransactionData) Reset()
func (*InvokeScriptTransactionData) String ¶
func (x *InvokeScriptTransactionData) String() string
type IssueTransactionData ¶
type IssueTransactionData struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` Amount int64 `protobuf:"varint,3,opt,name=amount,proto3" json:"amount,omitempty"` Decimals int32 `protobuf:"varint,4,opt,name=decimals,proto3" json:"decimals,omitempty"` Reissuable bool `protobuf:"varint,5,opt,name=reissuable,proto3" json:"reissuable,omitempty"` Script []byte `protobuf:"bytes,6,opt,name=script,proto3" json:"script,omitempty"` // contains filtered or unexported fields }
func (*IssueTransactionData) Descriptor
deprecated
func (*IssueTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use IssueTransactionData.ProtoReflect.Descriptor instead.
func (*IssueTransactionData) GetAmount ¶
func (x *IssueTransactionData) GetAmount() int64
func (*IssueTransactionData) GetDecimals ¶
func (x *IssueTransactionData) GetDecimals() int32
func (*IssueTransactionData) GetDescription ¶
func (x *IssueTransactionData) GetDescription() string
func (*IssueTransactionData) GetName ¶
func (x *IssueTransactionData) GetName() string
func (*IssueTransactionData) GetReissuable ¶
func (x *IssueTransactionData) GetReissuable() bool
func (*IssueTransactionData) GetScript ¶
func (x *IssueTransactionData) GetScript() []byte
func (*IssueTransactionData) ProtoMessage ¶
func (*IssueTransactionData) ProtoMessage()
func (*IssueTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *IssueTransactionData) ProtoReflect() protoreflect.Message
func (*IssueTransactionData) Reset ¶
func (x *IssueTransactionData) Reset()
func (*IssueTransactionData) String ¶
func (x *IssueTransactionData) String() string
type LeaseCancelTransactionData ¶
type LeaseCancelTransactionData struct { LeaseId []byte `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"` // contains filtered or unexported fields }
func (*LeaseCancelTransactionData) Descriptor
deprecated
func (*LeaseCancelTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use LeaseCancelTransactionData.ProtoReflect.Descriptor instead.
func (*LeaseCancelTransactionData) GetLeaseId ¶
func (x *LeaseCancelTransactionData) GetLeaseId() []byte
func (*LeaseCancelTransactionData) ProtoMessage ¶
func (*LeaseCancelTransactionData) ProtoMessage()
func (*LeaseCancelTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *LeaseCancelTransactionData) ProtoReflect() protoreflect.Message
func (*LeaseCancelTransactionData) Reset ¶
func (x *LeaseCancelTransactionData) Reset()
func (*LeaseCancelTransactionData) String ¶
func (x *LeaseCancelTransactionData) String() string
type LeaseTransactionData ¶
type LeaseTransactionData struct { Recipient *Recipient `protobuf:"bytes,1,opt,name=recipient,proto3" json:"recipient,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*LeaseTransactionData) Descriptor
deprecated
func (*LeaseTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use LeaseTransactionData.ProtoReflect.Descriptor instead.
func (*LeaseTransactionData) GetAmount ¶
func (x *LeaseTransactionData) GetAmount() int64
func (*LeaseTransactionData) GetRecipient ¶
func (x *LeaseTransactionData) GetRecipient() *Recipient
func (*LeaseTransactionData) ProtoMessage ¶
func (*LeaseTransactionData) ProtoMessage()
func (*LeaseTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *LeaseTransactionData) ProtoReflect() protoreflect.Message
func (*LeaseTransactionData) Reset ¶
func (x *LeaseTransactionData) Reset()
func (*LeaseTransactionData) String ¶
func (x *LeaseTransactionData) String() string
type MassTransferTransactionData ¶
type MassTransferTransactionData struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Transfers []*MassTransferTransactionData_Transfer `protobuf:"bytes,2,rep,name=transfers,proto3" json:"transfers,omitempty"` Attachment []byte `protobuf:"bytes,3,opt,name=attachment,proto3" json:"attachment,omitempty"` // contains filtered or unexported fields }
func (*MassTransferTransactionData) Descriptor
deprecated
func (*MassTransferTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use MassTransferTransactionData.ProtoReflect.Descriptor instead.
func (*MassTransferTransactionData) GetAssetId ¶
func (x *MassTransferTransactionData) GetAssetId() []byte
func (*MassTransferTransactionData) GetAttachment ¶
func (x *MassTransferTransactionData) GetAttachment() []byte
func (*MassTransferTransactionData) GetTransfers ¶
func (x *MassTransferTransactionData) GetTransfers() []*MassTransferTransactionData_Transfer
func (*MassTransferTransactionData) ProtoMessage ¶
func (*MassTransferTransactionData) ProtoMessage()
func (*MassTransferTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *MassTransferTransactionData) ProtoReflect() protoreflect.Message
func (*MassTransferTransactionData) Reset ¶
func (x *MassTransferTransactionData) Reset()
func (*MassTransferTransactionData) String ¶
func (x *MassTransferTransactionData) String() string
type MassTransferTransactionData_Transfer ¶
type MassTransferTransactionData_Transfer struct { Recipient *Recipient `protobuf:"bytes,1,opt,name=recipient,proto3" json:"recipient,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*MassTransferTransactionData_Transfer) Descriptor
deprecated
func (*MassTransferTransactionData_Transfer) Descriptor() ([]byte, []int)
Deprecated: Use MassTransferTransactionData_Transfer.ProtoReflect.Descriptor instead.
func (*MassTransferTransactionData_Transfer) GetAmount ¶
func (x *MassTransferTransactionData_Transfer) GetAmount() int64
func (*MassTransferTransactionData_Transfer) GetRecipient ¶
func (x *MassTransferTransactionData_Transfer) GetRecipient() *Recipient
func (*MassTransferTransactionData_Transfer) ProtoMessage ¶
func (*MassTransferTransactionData_Transfer) ProtoMessage()
func (*MassTransferTransactionData_Transfer) ProtoReflect ¶ added in v0.7.0
func (x *MassTransferTransactionData_Transfer) ProtoReflect() protoreflect.Message
func (*MassTransferTransactionData_Transfer) Reset ¶
func (x *MassTransferTransactionData_Transfer) Reset()
func (*MassTransferTransactionData_Transfer) String ¶
func (x *MassTransferTransactionData_Transfer) String() string
type MicroBlock ¶
type MicroBlock struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` Reference []byte `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"` UpdatedBlockSignature []byte `` /* 126-byte string literal not displayed */ SenderPublicKey []byte `protobuf:"bytes,4,opt,name=sender_public_key,json=senderPublicKey,proto3" json:"sender_public_key,omitempty"` Transactions []*SignedTransaction `protobuf:"bytes,5,rep,name=transactions,proto3" json:"transactions,omitempty"` // contains filtered or unexported fields }
func (*MicroBlock) Descriptor
deprecated
func (*MicroBlock) Descriptor() ([]byte, []int)
Deprecated: Use MicroBlock.ProtoReflect.Descriptor instead.
func (*MicroBlock) GetReference ¶
func (x *MicroBlock) GetReference() []byte
func (*MicroBlock) GetSenderPublicKey ¶
func (x *MicroBlock) GetSenderPublicKey() []byte
func (*MicroBlock) GetTransactions ¶
func (x *MicroBlock) GetTransactions() []*SignedTransaction
func (*MicroBlock) GetUpdatedBlockSignature ¶
func (x *MicroBlock) GetUpdatedBlockSignature() []byte
func (*MicroBlock) GetVersion ¶
func (x *MicroBlock) GetVersion() int32
func (*MicroBlock) ProtoMessage ¶
func (*MicroBlock) ProtoMessage()
func (*MicroBlock) ProtoReflect ¶ added in v0.7.0
func (x *MicroBlock) ProtoReflect() protoreflect.Message
func (*MicroBlock) Reset ¶
func (x *MicroBlock) Reset()
func (*MicroBlock) String ¶
func (x *MicroBlock) String() string
type Order ¶
type Order struct { ChainId int32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` SenderPublicKey []byte `protobuf:"bytes,2,opt,name=sender_public_key,json=senderPublicKey,proto3" json:"sender_public_key,omitempty"` MatcherPublicKey []byte `protobuf:"bytes,3,opt,name=matcher_public_key,json=matcherPublicKey,proto3" json:"matcher_public_key,omitempty"` AssetPair *AssetPair `protobuf:"bytes,4,opt,name=asset_pair,json=assetPair,proto3" json:"asset_pair,omitempty"` OrderSide Order_Side `protobuf:"varint,5,opt,name=order_side,json=orderSide,proto3,enum=waves.Order_Side" json:"order_side,omitempty"` Amount int64 `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"` Price int64 `protobuf:"varint,7,opt,name=price,proto3" json:"price,omitempty"` Timestamp int64 `protobuf:"varint,8,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Expiration int64 `protobuf:"varint,9,opt,name=expiration,proto3" json:"expiration,omitempty"` MatcherFee *Amount `protobuf:"bytes,10,opt,name=matcher_fee,json=matcherFee,proto3" json:"matcher_fee,omitempty"` Version int32 `protobuf:"varint,11,opt,name=version,proto3" json:"version,omitempty"` Proofs [][]byte `protobuf:"bytes,12,rep,name=proofs,proto3" json:"proofs,omitempty"` // contains filtered or unexported fields }
func (*Order) Descriptor
deprecated
func (*Order) GetAssetPair ¶
func (*Order) GetChainId ¶
func (*Order) GetExpiration ¶
func (*Order) GetMatcherFee ¶
func (*Order) GetMatcherPublicKey ¶
func (*Order) GetOrderSide ¶
func (x *Order) GetOrderSide() Order_Side
func (*Order) GetSenderPublicKey ¶
func (*Order) GetTimestamp ¶
func (*Order) GetVersion ¶
func (*Order) ProtoMessage ¶
func (*Order) ProtoMessage()
func (*Order) ProtoReflect ¶ added in v0.7.0
func (x *Order) ProtoReflect() protoreflect.Message
type Order_Side ¶
type Order_Side int32
const ( Order_BUY Order_Side = 0 Order_SELL Order_Side = 1 )
func (Order_Side) Descriptor ¶ added in v0.7.0
func (Order_Side) Descriptor() protoreflect.EnumDescriptor
func (Order_Side) Enum ¶ added in v0.7.0
func (x Order_Side) Enum() *Order_Side
func (Order_Side) EnumDescriptor
deprecated
func (Order_Side) EnumDescriptor() ([]byte, []int)
Deprecated: Use Order_Side.Descriptor instead.
func (Order_Side) Number ¶ added in v0.7.0
func (x Order_Side) Number() protoreflect.EnumNumber
func (Order_Side) String ¶
func (x Order_Side) String() string
func (Order_Side) Type ¶ added in v0.7.0
func (Order_Side) Type() protoreflect.EnumType
type PaymentTransactionData ¶
type PaymentTransactionData struct { RecipientAddress []byte `protobuf:"bytes,1,opt,name=recipient_address,json=recipientAddress,proto3" json:"recipient_address,omitempty"` Amount int64 `protobuf:"varint,2,opt,name=amount,proto3" json:"amount,omitempty"` // contains filtered or unexported fields }
func (*PaymentTransactionData) Descriptor
deprecated
func (*PaymentTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use PaymentTransactionData.ProtoReflect.Descriptor instead.
func (*PaymentTransactionData) GetAmount ¶
func (x *PaymentTransactionData) GetAmount() int64
func (*PaymentTransactionData) GetRecipientAddress ¶
func (x *PaymentTransactionData) GetRecipientAddress() []byte
func (*PaymentTransactionData) ProtoMessage ¶
func (*PaymentTransactionData) ProtoMessage()
func (*PaymentTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *PaymentTransactionData) ProtoReflect() protoreflect.Message
func (*PaymentTransactionData) Reset ¶
func (x *PaymentTransactionData) Reset()
func (*PaymentTransactionData) String ¶
func (x *PaymentTransactionData) String() string
type Recipient ¶
type Recipient struct { // Types that are assignable to Recipient: // *Recipient_PublicKeyHash // *Recipient_Alias Recipient isRecipient_Recipient `protobuf_oneof:"recipient"` // contains filtered or unexported fields }
func (*Recipient) Descriptor
deprecated
func (*Recipient) GetPublicKeyHash ¶
func (*Recipient) GetRecipient ¶
func (m *Recipient) GetRecipient() isRecipient_Recipient
func (*Recipient) ProtoMessage ¶
func (*Recipient) ProtoMessage()
func (*Recipient) ProtoReflect ¶ added in v0.7.0
func (x *Recipient) ProtoReflect() protoreflect.Message
type Recipient_Alias ¶
type Recipient_Alias struct {
Alias string `protobuf:"bytes,2,opt,name=alias,proto3,oneof"`
}
type Recipient_PublicKeyHash ¶
type Recipient_PublicKeyHash struct { // First 20 bytes of the result of the Keccak256(Blake2b256(publicKey)) hashing function. PublicKeyHash []byte `protobuf:"bytes,1,opt,name=public_key_hash,json=publicKeyHash,proto3,oneof"` }
type ReissueTransactionData ¶
type ReissueTransactionData struct { AssetAmount *Amount `protobuf:"bytes,1,opt,name=asset_amount,json=assetAmount,proto3" json:"asset_amount,omitempty"` Reissuable bool `protobuf:"varint,2,opt,name=reissuable,proto3" json:"reissuable,omitempty"` // contains filtered or unexported fields }
func (*ReissueTransactionData) Descriptor
deprecated
func (*ReissueTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use ReissueTransactionData.ProtoReflect.Descriptor instead.
func (*ReissueTransactionData) GetAssetAmount ¶
func (x *ReissueTransactionData) GetAssetAmount() *Amount
func (*ReissueTransactionData) GetReissuable ¶
func (x *ReissueTransactionData) GetReissuable() bool
func (*ReissueTransactionData) ProtoMessage ¶
func (*ReissueTransactionData) ProtoMessage()
func (*ReissueTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *ReissueTransactionData) ProtoReflect() protoreflect.Message
func (*ReissueTransactionData) Reset ¶
func (x *ReissueTransactionData) Reset()
func (*ReissueTransactionData) String ¶
func (x *ReissueTransactionData) String() string
type SetAssetScriptTransactionData ¶
type SetAssetScriptTransactionData struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Script []byte `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"` // contains filtered or unexported fields }
func (*SetAssetScriptTransactionData) Descriptor
deprecated
func (*SetAssetScriptTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use SetAssetScriptTransactionData.ProtoReflect.Descriptor instead.
func (*SetAssetScriptTransactionData) GetAssetId ¶
func (x *SetAssetScriptTransactionData) GetAssetId() []byte
func (*SetAssetScriptTransactionData) GetScript ¶
func (x *SetAssetScriptTransactionData) GetScript() []byte
func (*SetAssetScriptTransactionData) ProtoMessage ¶
func (*SetAssetScriptTransactionData) ProtoMessage()
func (*SetAssetScriptTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *SetAssetScriptTransactionData) ProtoReflect() protoreflect.Message
func (*SetAssetScriptTransactionData) Reset ¶
func (x *SetAssetScriptTransactionData) Reset()
func (*SetAssetScriptTransactionData) String ¶
func (x *SetAssetScriptTransactionData) String() string
type SetScriptTransactionData ¶
type SetScriptTransactionData struct { Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` // contains filtered or unexported fields }
func (*SetScriptTransactionData) Descriptor
deprecated
func (*SetScriptTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use SetScriptTransactionData.ProtoReflect.Descriptor instead.
func (*SetScriptTransactionData) GetScript ¶
func (x *SetScriptTransactionData) GetScript() []byte
func (*SetScriptTransactionData) ProtoMessage ¶
func (*SetScriptTransactionData) ProtoMessage()
func (*SetScriptTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *SetScriptTransactionData) ProtoReflect() protoreflect.Message
func (*SetScriptTransactionData) Reset ¶
func (x *SetScriptTransactionData) Reset()
func (*SetScriptTransactionData) String ¶
func (x *SetScriptTransactionData) String() string
type SignedMicroBlock ¶
type SignedMicroBlock struct { MicroBlock *MicroBlock `protobuf:"bytes,1,opt,name=micro_block,json=microBlock,proto3" json:"micro_block,omitempty"` Signature []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"` TotalBlockId []byte `protobuf:"bytes,3,opt,name=total_block_id,json=totalBlockId,proto3" json:"total_block_id,omitempty"` // contains filtered or unexported fields }
func (*SignedMicroBlock) Descriptor
deprecated
func (*SignedMicroBlock) Descriptor() ([]byte, []int)
Deprecated: Use SignedMicroBlock.ProtoReflect.Descriptor instead.
func (*SignedMicroBlock) GetMicroBlock ¶
func (x *SignedMicroBlock) GetMicroBlock() *MicroBlock
func (*SignedMicroBlock) GetSignature ¶
func (x *SignedMicroBlock) GetSignature() []byte
func (*SignedMicroBlock) GetTotalBlockId ¶
func (x *SignedMicroBlock) GetTotalBlockId() []byte
func (*SignedMicroBlock) ProtoMessage ¶
func (*SignedMicroBlock) ProtoMessage()
func (*SignedMicroBlock) ProtoReflect ¶ added in v0.7.0
func (x *SignedMicroBlock) ProtoReflect() protoreflect.Message
func (*SignedMicroBlock) Reset ¶
func (x *SignedMicroBlock) Reset()
func (*SignedMicroBlock) String ¶
func (x *SignedMicroBlock) String() string
type SignedTransaction ¶
type SignedTransaction struct { Transaction *Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"` Proofs [][]byte `protobuf:"bytes,2,rep,name=proofs,proto3" json:"proofs,omitempty"` // contains filtered or unexported fields }
func (*SignedTransaction) Descriptor
deprecated
func (*SignedTransaction) Descriptor() ([]byte, []int)
Deprecated: Use SignedTransaction.ProtoReflect.Descriptor instead.
func (*SignedTransaction) GetProofs ¶
func (x *SignedTransaction) GetProofs() [][]byte
func (*SignedTransaction) GetTransaction ¶
func (x *SignedTransaction) GetTransaction() *Transaction
func (*SignedTransaction) ProtoMessage ¶
func (*SignedTransaction) ProtoMessage()
func (*SignedTransaction) ProtoReflect ¶ added in v0.7.0
func (x *SignedTransaction) ProtoReflect() protoreflect.Message
func (*SignedTransaction) Reset ¶
func (x *SignedTransaction) Reset()
func (*SignedTransaction) String ¶
func (x *SignedTransaction) String() string
type SponsorFeeTransactionData ¶
type SponsorFeeTransactionData struct { MinFee *Amount `protobuf:"bytes,1,opt,name=min_fee,json=minFee,proto3" json:"min_fee,omitempty"` // contains filtered or unexported fields }
func (*SponsorFeeTransactionData) Descriptor
deprecated
func (*SponsorFeeTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use SponsorFeeTransactionData.ProtoReflect.Descriptor instead.
func (*SponsorFeeTransactionData) GetMinFee ¶
func (x *SponsorFeeTransactionData) GetMinFee() *Amount
func (*SponsorFeeTransactionData) ProtoMessage ¶
func (*SponsorFeeTransactionData) ProtoMessage()
func (*SponsorFeeTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *SponsorFeeTransactionData) ProtoReflect() protoreflect.Message
func (*SponsorFeeTransactionData) Reset ¶
func (x *SponsorFeeTransactionData) Reset()
func (*SponsorFeeTransactionData) String ¶
func (x *SponsorFeeTransactionData) String() string
type Transaction ¶
type Transaction struct { ChainId int32 `protobuf:"varint,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` SenderPublicKey []byte `protobuf:"bytes,2,opt,name=sender_public_key,json=senderPublicKey,proto3" json:"sender_public_key,omitempty"` Fee *Amount `protobuf:"bytes,3,opt,name=fee,proto3" json:"fee,omitempty"` Timestamp int64 `protobuf:"varint,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"` Version int32 `protobuf:"varint,5,opt,name=version,proto3" json:"version,omitempty"` // Types that are assignable to Data: // *Transaction_Genesis // *Transaction_Payment // *Transaction_Issue // *Transaction_Transfer // *Transaction_Reissue // *Transaction_Burn // *Transaction_Exchange // *Transaction_Lease // *Transaction_LeaseCancel // *Transaction_CreateAlias // *Transaction_MassTransfer // *Transaction_DataTransaction // *Transaction_SetScript // *Transaction_SponsorFee // *Transaction_SetAssetScript // *Transaction_InvokeScript // *Transaction_UpdateAssetInfo Data isTransaction_Data `protobuf_oneof:"data"` // contains filtered or unexported fields }
func (*Transaction) Descriptor
deprecated
func (*Transaction) Descriptor() ([]byte, []int)
Deprecated: Use Transaction.ProtoReflect.Descriptor instead.
func (*Transaction) GetBurn ¶
func (x *Transaction) GetBurn() *BurnTransactionData
func (*Transaction) GetChainId ¶
func (x *Transaction) GetChainId() int32
func (*Transaction) GetCreateAlias ¶
func (x *Transaction) GetCreateAlias() *CreateAliasTransactionData
func (*Transaction) GetData ¶
func (m *Transaction) GetData() isTransaction_Data
func (*Transaction) GetDataTransaction ¶
func (x *Transaction) GetDataTransaction() *DataTransactionData
func (*Transaction) GetExchange ¶
func (x *Transaction) GetExchange() *ExchangeTransactionData
func (*Transaction) GetFee ¶
func (x *Transaction) GetFee() *Amount
func (*Transaction) GetGenesis ¶
func (x *Transaction) GetGenesis() *GenesisTransactionData
func (*Transaction) GetInvokeScript ¶
func (x *Transaction) GetInvokeScript() *InvokeScriptTransactionData
func (*Transaction) GetIssue ¶
func (x *Transaction) GetIssue() *IssueTransactionData
func (*Transaction) GetLease ¶
func (x *Transaction) GetLease() *LeaseTransactionData
func (*Transaction) GetLeaseCancel ¶
func (x *Transaction) GetLeaseCancel() *LeaseCancelTransactionData
func (*Transaction) GetMassTransfer ¶
func (x *Transaction) GetMassTransfer() *MassTransferTransactionData
func (*Transaction) GetPayment ¶
func (x *Transaction) GetPayment() *PaymentTransactionData
func (*Transaction) GetReissue ¶
func (x *Transaction) GetReissue() *ReissueTransactionData
func (*Transaction) GetSenderPublicKey ¶
func (x *Transaction) GetSenderPublicKey() []byte
func (*Transaction) GetSetAssetScript ¶
func (x *Transaction) GetSetAssetScript() *SetAssetScriptTransactionData
func (*Transaction) GetSetScript ¶
func (x *Transaction) GetSetScript() *SetScriptTransactionData
func (*Transaction) GetSponsorFee ¶
func (x *Transaction) GetSponsorFee() *SponsorFeeTransactionData
func (*Transaction) GetTimestamp ¶
func (x *Transaction) GetTimestamp() int64
func (*Transaction) GetTransfer ¶
func (x *Transaction) GetTransfer() *TransferTransactionData
func (*Transaction) GetUpdateAssetInfo ¶
func (x *Transaction) GetUpdateAssetInfo() *UpdateAssetInfoTransactionData
func (*Transaction) GetVersion ¶
func (x *Transaction) GetVersion() int32
func (*Transaction) ProtoMessage ¶
func (*Transaction) ProtoMessage()
func (*Transaction) ProtoReflect ¶ added in v0.7.0
func (x *Transaction) ProtoReflect() protoreflect.Message
func (*Transaction) Reset ¶
func (x *Transaction) Reset()
func (*Transaction) String ¶
func (x *Transaction) String() string
type Transaction_Burn ¶
type Transaction_Burn struct {
Burn *BurnTransactionData `protobuf:"bytes,106,opt,name=burn,proto3,oneof"`
}
type Transaction_CreateAlias ¶
type Transaction_CreateAlias struct {
CreateAlias *CreateAliasTransactionData `protobuf:"bytes,110,opt,name=create_alias,json=createAlias,proto3,oneof"`
}
type Transaction_DataTransaction ¶
type Transaction_DataTransaction struct {
DataTransaction *DataTransactionData `protobuf:"bytes,112,opt,name=data_transaction,json=dataTransaction,proto3,oneof"`
}
type Transaction_Exchange ¶
type Transaction_Exchange struct {
Exchange *ExchangeTransactionData `protobuf:"bytes,107,opt,name=exchange,proto3,oneof"`
}
type Transaction_Genesis ¶
type Transaction_Genesis struct {
Genesis *GenesisTransactionData `protobuf:"bytes,101,opt,name=genesis,proto3,oneof"`
}
type Transaction_InvokeScript ¶
type Transaction_InvokeScript struct {
InvokeScript *InvokeScriptTransactionData `protobuf:"bytes,116,opt,name=invoke_script,json=invokeScript,proto3,oneof"`
}
type Transaction_Issue ¶
type Transaction_Issue struct {
Issue *IssueTransactionData `protobuf:"bytes,103,opt,name=issue,proto3,oneof"`
}
type Transaction_Lease ¶
type Transaction_Lease struct {
Lease *LeaseTransactionData `protobuf:"bytes,108,opt,name=lease,proto3,oneof"`
}
type Transaction_LeaseCancel ¶
type Transaction_LeaseCancel struct {
LeaseCancel *LeaseCancelTransactionData `protobuf:"bytes,109,opt,name=lease_cancel,json=leaseCancel,proto3,oneof"`
}
type Transaction_MassTransfer ¶
type Transaction_MassTransfer struct {
MassTransfer *MassTransferTransactionData `protobuf:"bytes,111,opt,name=mass_transfer,json=massTransfer,proto3,oneof"`
}
type Transaction_Payment ¶
type Transaction_Payment struct {
Payment *PaymentTransactionData `protobuf:"bytes,102,opt,name=payment,proto3,oneof"`
}
type Transaction_Reissue ¶
type Transaction_Reissue struct {
Reissue *ReissueTransactionData `protobuf:"bytes,105,opt,name=reissue,proto3,oneof"`
}
type Transaction_SetAssetScript ¶
type Transaction_SetAssetScript struct {
SetAssetScript *SetAssetScriptTransactionData `protobuf:"bytes,115,opt,name=set_asset_script,json=setAssetScript,proto3,oneof"`
}
type Transaction_SetScript ¶
type Transaction_SetScript struct {
SetScript *SetScriptTransactionData `protobuf:"bytes,113,opt,name=set_script,json=setScript,proto3,oneof"`
}
type Transaction_SponsorFee ¶
type Transaction_SponsorFee struct {
SponsorFee *SponsorFeeTransactionData `protobuf:"bytes,114,opt,name=sponsor_fee,json=sponsorFee,proto3,oneof"`
}
type Transaction_Transfer ¶
type Transaction_Transfer struct {
Transfer *TransferTransactionData `protobuf:"bytes,104,opt,name=transfer,proto3,oneof"`
}
type Transaction_UpdateAssetInfo ¶
type Transaction_UpdateAssetInfo struct {
UpdateAssetInfo *UpdateAssetInfoTransactionData `protobuf:"bytes,117,opt,name=update_asset_info,json=updateAssetInfo,proto3,oneof"`
}
type TransferTransactionData ¶
type TransferTransactionData struct { Recipient *Recipient `protobuf:"bytes,1,opt,name=recipient,proto3" json:"recipient,omitempty"` Amount *Amount `protobuf:"bytes,2,opt,name=amount,proto3" json:"amount,omitempty"` Attachment []byte `protobuf:"bytes,3,opt,name=attachment,proto3" json:"attachment,omitempty"` // contains filtered or unexported fields }
func (*TransferTransactionData) Descriptor
deprecated
func (*TransferTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use TransferTransactionData.ProtoReflect.Descriptor instead.
func (*TransferTransactionData) GetAmount ¶
func (x *TransferTransactionData) GetAmount() *Amount
func (*TransferTransactionData) GetAttachment ¶
func (x *TransferTransactionData) GetAttachment() []byte
func (*TransferTransactionData) GetRecipient ¶
func (x *TransferTransactionData) GetRecipient() *Recipient
func (*TransferTransactionData) ProtoMessage ¶
func (*TransferTransactionData) ProtoMessage()
func (*TransferTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *TransferTransactionData) ProtoReflect() protoreflect.Message
func (*TransferTransactionData) Reset ¶
func (x *TransferTransactionData) Reset()
func (*TransferTransactionData) String ¶
func (x *TransferTransactionData) String() string
type UpdateAssetInfoTransactionData ¶
type UpdateAssetInfoTransactionData struct { AssetId []byte `protobuf:"bytes,1,opt,name=asset_id,json=assetId,proto3" json:"asset_id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateAssetInfoTransactionData) Descriptor
deprecated
func (*UpdateAssetInfoTransactionData) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAssetInfoTransactionData.ProtoReflect.Descriptor instead.
func (*UpdateAssetInfoTransactionData) GetAssetId ¶
func (x *UpdateAssetInfoTransactionData) GetAssetId() []byte
func (*UpdateAssetInfoTransactionData) GetDescription ¶
func (x *UpdateAssetInfoTransactionData) GetDescription() string
func (*UpdateAssetInfoTransactionData) GetName ¶
func (x *UpdateAssetInfoTransactionData) GetName() string
func (*UpdateAssetInfoTransactionData) ProtoMessage ¶
func (*UpdateAssetInfoTransactionData) ProtoMessage()
func (*UpdateAssetInfoTransactionData) ProtoReflect ¶ added in v0.7.0
func (x *UpdateAssetInfoTransactionData) ProtoReflect() protoreflect.Message
func (*UpdateAssetInfoTransactionData) Reset ¶
func (x *UpdateAssetInfoTransactionData) Reset()
func (*UpdateAssetInfoTransactionData) String ¶
func (x *UpdateAssetInfoTransactionData) String() string