Documentation
¶
Index ¶
- Variables
- type Amount
- func (*Amount) Descriptor() ([]byte, []int)
- func (m *Amount) GetAmount() int64
- func (m *Amount) GetAssetId() []byte
- func (*Amount) ProtoMessage()
- func (m *Amount) Reset()
- func (m *Amount) String() string
- func (m *Amount) XXX_DiscardUnknown()
- func (m *Amount) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Amount) XXX_Merge(src proto.Message)
- func (m *Amount) XXX_Size() int
- func (m *Amount) XXX_Unmarshal(b []byte) error
- type AssetPair
- func (*AssetPair) Descriptor() ([]byte, []int)
- func (m *AssetPair) GetAmountAssetId() []byte
- func (m *AssetPair) GetPriceAssetId() []byte
- func (*AssetPair) ProtoMessage()
- func (m *AssetPair) Reset()
- func (m *AssetPair) String() string
- func (m *AssetPair) XXX_DiscardUnknown()
- func (m *AssetPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *AssetPair) XXX_Merge(src proto.Message)
- func (m *AssetPair) XXX_Size() int
- func (m *AssetPair) XXX_Unmarshal(b []byte) error
- type Attachment
- func (*Attachment) Descriptor() ([]byte, []int)
- func (m *Attachment) GetAttachment() isAttachment_Attachment
- func (m *Attachment) GetBinaryValue() []byte
- func (m *Attachment) GetBoolValue() bool
- func (m *Attachment) GetIntValue() int64
- func (m *Attachment) GetStringValue() string
- func (*Attachment) ProtoMessage()
- func (m *Attachment) Reset()
- func (m *Attachment) String() string
- func (m *Attachment) XXX_DiscardUnknown()
- func (m *Attachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Attachment) XXX_Merge(src proto.Message)
- func (*Attachment) XXX_OneofWrappers() []interface{}
- func (m *Attachment) XXX_Size() int
- func (m *Attachment) XXX_Unmarshal(b []byte) error
- type Attachment_BinaryValue
- type Attachment_BoolValue
- type Attachment_IntValue
- type Attachment_StringValue
- type Block
- func (*Block) Descriptor() ([]byte, []int)
- func (m *Block) GetHeader() *Block_Header
- func (m *Block) GetSignature() []byte
- func (m *Block) GetTransactions() []*SignedTransaction
- func (*Block) ProtoMessage()
- func (m *Block) Reset()
- func (m *Block) String() string
- func (m *Block) XXX_DiscardUnknown()
- func (m *Block) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Block) XXX_Merge(src proto.Message)
- func (m *Block) XXX_Size() int
- func (m *Block) XXX_Unmarshal(b []byte) error
- type Block_Header
- func (*Block_Header) Descriptor() ([]byte, []int)
- func (m *Block_Header) GetBaseTarget() int64
- func (m *Block_Header) GetChainId() int32
- func (m *Block_Header) GetFeatureVotes() []uint32
- func (m *Block_Header) GetGenerationSignature() []byte
- func (m *Block_Header) GetGenerator() []byte
- func (m *Block_Header) GetReference() []byte
- func (m *Block_Header) GetRewardVote() int64
- func (m *Block_Header) GetTimestamp() int64
- func (m *Block_Header) GetTransactionsRoot() []byte
- func (m *Block_Header) GetVersion() int32
- func (*Block_Header) ProtoMessage()
- func (m *Block_Header) Reset()
- func (m *Block_Header) String() string
- func (m *Block_Header) XXX_DiscardUnknown()
- func (m *Block_Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Block_Header) XXX_Merge(src proto.Message)
- func (m *Block_Header) XXX_Size() int
- func (m *Block_Header) XXX_Unmarshal(b []byte) error
- type BurnTransactionData
- func (*BurnTransactionData) Descriptor() ([]byte, []int)
- func (m *BurnTransactionData) GetAssetAmount() *Amount
- func (*BurnTransactionData) ProtoMessage()
- func (m *BurnTransactionData) Reset()
- func (m *BurnTransactionData) String() string
- func (m *BurnTransactionData) XXX_DiscardUnknown()
- func (m *BurnTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *BurnTransactionData) XXX_Merge(src proto.Message)
- func (m *BurnTransactionData) XXX_Size() int
- func (m *BurnTransactionData) XXX_Unmarshal(b []byte) error
- type CreateAliasTransactionData
- func (*CreateAliasTransactionData) Descriptor() ([]byte, []int)
- func (m *CreateAliasTransactionData) GetAlias() string
- func (*CreateAliasTransactionData) ProtoMessage()
- func (m *CreateAliasTransactionData) Reset()
- func (m *CreateAliasTransactionData) String() string
- func (m *CreateAliasTransactionData) XXX_DiscardUnknown()
- func (m *CreateAliasTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CreateAliasTransactionData) XXX_Merge(src proto.Message)
- func (m *CreateAliasTransactionData) XXX_Size() int
- func (m *CreateAliasTransactionData) XXX_Unmarshal(b []byte) error
- type DataTransactionData
- func (*DataTransactionData) Descriptor() ([]byte, []int)
- func (m *DataTransactionData) GetData() []*DataTransactionData_DataEntry
- func (*DataTransactionData) ProtoMessage()
- func (m *DataTransactionData) Reset()
- func (m *DataTransactionData) String() string
- func (m *DataTransactionData) XXX_DiscardUnknown()
- func (m *DataTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataTransactionData) XXX_Merge(src proto.Message)
- func (m *DataTransactionData) XXX_Size() int
- func (m *DataTransactionData) XXX_Unmarshal(b []byte) error
- type DataTransactionData_DataEntry
- func (*DataTransactionData_DataEntry) Descriptor() ([]byte, []int)
- func (m *DataTransactionData_DataEntry) GetBinaryValue() []byte
- func (m *DataTransactionData_DataEntry) GetBoolValue() bool
- func (m *DataTransactionData_DataEntry) GetIntValue() int64
- func (m *DataTransactionData_DataEntry) GetKey() string
- func (m *DataTransactionData_DataEntry) GetStringValue() string
- func (m *DataTransactionData_DataEntry) GetValue() isDataTransactionData_DataEntry_Value
- func (*DataTransactionData_DataEntry) ProtoMessage()
- func (m *DataTransactionData_DataEntry) Reset()
- func (m *DataTransactionData_DataEntry) String() string
- func (m *DataTransactionData_DataEntry) XXX_DiscardUnknown()
- func (m *DataTransactionData_DataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *DataTransactionData_DataEntry) XXX_Merge(src proto.Message)
- func (*DataTransactionData_DataEntry) XXX_OneofWrappers() []interface{}
- func (m *DataTransactionData_DataEntry) XXX_Size() int
- func (m *DataTransactionData_DataEntry) XXX_Unmarshal(b []byte) error
- type DataTransactionData_DataEntry_BinaryValue
- type DataTransactionData_DataEntry_BoolValue
- type DataTransactionData_DataEntry_IntValue
- type DataTransactionData_DataEntry_StringValue
- type ExchangeTransactionData
- func (*ExchangeTransactionData) Descriptor() ([]byte, []int)
- func (m *ExchangeTransactionData) GetAmount() int64
- func (m *ExchangeTransactionData) GetBuyMatcherFee() int64
- func (m *ExchangeTransactionData) GetOrders() []*Order
- func (m *ExchangeTransactionData) GetPrice() int64
- func (m *ExchangeTransactionData) GetSellMatcherFee() int64
- func (*ExchangeTransactionData) ProtoMessage()
- func (m *ExchangeTransactionData) Reset()
- func (m *ExchangeTransactionData) String() string
- func (m *ExchangeTransactionData) XXX_DiscardUnknown()
- func (m *ExchangeTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ExchangeTransactionData) XXX_Merge(src proto.Message)
- func (m *ExchangeTransactionData) XXX_Size() int
- func (m *ExchangeTransactionData) XXX_Unmarshal(b []byte) error
- type GenesisTransactionData
- func (*GenesisTransactionData) Descriptor() ([]byte, []int)
- func (m *GenesisTransactionData) GetAmount() int64
- func (m *GenesisTransactionData) GetRecipientAddress() []byte
- func (*GenesisTransactionData) ProtoMessage()
- func (m *GenesisTransactionData) Reset()
- func (m *GenesisTransactionData) String() string
- func (m *GenesisTransactionData) XXX_DiscardUnknown()
- func (m *GenesisTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GenesisTransactionData) XXX_Merge(src proto.Message)
- func (m *GenesisTransactionData) XXX_Size() int
- func (m *GenesisTransactionData) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult
- func (*InvokeScriptResult) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult) GetBurns() []*InvokeScriptResult_Burn
- func (m *InvokeScriptResult) GetData() []*DataTransactionData_DataEntry
- func (m *InvokeScriptResult) GetErrorMessage() *InvokeScriptResult_ErrorMessage
- func (m *InvokeScriptResult) GetIssues() []*InvokeScriptResult_Issue
- func (m *InvokeScriptResult) GetReissues() []*InvokeScriptResult_Reissue
- func (m *InvokeScriptResult) GetTransfers() []*InvokeScriptResult_Payment
- func (*InvokeScriptResult) ProtoMessage()
- func (m *InvokeScriptResult) Reset()
- func (m *InvokeScriptResult) String() string
- func (m *InvokeScriptResult) XXX_DiscardUnknown()
- func (m *InvokeScriptResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult) XXX_Size() int
- func (m *InvokeScriptResult) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult_Burn
- func (*InvokeScriptResult_Burn) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult_Burn) GetAmount() int64
- func (m *InvokeScriptResult_Burn) GetAssetId() []byte
- func (*InvokeScriptResult_Burn) ProtoMessage()
- func (m *InvokeScriptResult_Burn) Reset()
- func (m *InvokeScriptResult_Burn) String() string
- func (m *InvokeScriptResult_Burn) XXX_DiscardUnknown()
- func (m *InvokeScriptResult_Burn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult_Burn) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult_Burn) XXX_Size() int
- func (m *InvokeScriptResult_Burn) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult_ErrorMessage
- func (*InvokeScriptResult_ErrorMessage) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult_ErrorMessage) GetCode() int32
- func (m *InvokeScriptResult_ErrorMessage) GetText() string
- func (*InvokeScriptResult_ErrorMessage) ProtoMessage()
- func (m *InvokeScriptResult_ErrorMessage) Reset()
- func (m *InvokeScriptResult_ErrorMessage) String() string
- func (m *InvokeScriptResult_ErrorMessage) XXX_DiscardUnknown()
- func (m *InvokeScriptResult_ErrorMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult_ErrorMessage) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult_ErrorMessage) XXX_Size() int
- func (m *InvokeScriptResult_ErrorMessage) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult_Issue
- func (*InvokeScriptResult_Issue) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult_Issue) GetAmount() int64
- func (m *InvokeScriptResult_Issue) GetAssetId() []byte
- func (m *InvokeScriptResult_Issue) GetDecimals() int32
- func (m *InvokeScriptResult_Issue) GetDescription() string
- func (m *InvokeScriptResult_Issue) GetName() string
- func (m *InvokeScriptResult_Issue) GetNonce() int64
- func (m *InvokeScriptResult_Issue) GetReissuable() bool
- func (m *InvokeScriptResult_Issue) GetScript() []byte
- func (*InvokeScriptResult_Issue) ProtoMessage()
- func (m *InvokeScriptResult_Issue) Reset()
- func (m *InvokeScriptResult_Issue) String() string
- func (m *InvokeScriptResult_Issue) XXX_DiscardUnknown()
- func (m *InvokeScriptResult_Issue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult_Issue) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult_Issue) XXX_Size() int
- func (m *InvokeScriptResult_Issue) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult_Payment
- func (*InvokeScriptResult_Payment) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult_Payment) GetAddress() []byte
- func (m *InvokeScriptResult_Payment) GetAmount() *Amount
- func (*InvokeScriptResult_Payment) ProtoMessage()
- func (m *InvokeScriptResult_Payment) Reset()
- func (m *InvokeScriptResult_Payment) String() string
- func (m *InvokeScriptResult_Payment) XXX_DiscardUnknown()
- func (m *InvokeScriptResult_Payment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult_Payment) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult_Payment) XXX_Size() int
- func (m *InvokeScriptResult_Payment) XXX_Unmarshal(b []byte) error
- type InvokeScriptResult_Reissue
- func (*InvokeScriptResult_Reissue) Descriptor() ([]byte, []int)
- func (m *InvokeScriptResult_Reissue) GetAmount() int64
- func (m *InvokeScriptResult_Reissue) GetAssetId() []byte
- func (m *InvokeScriptResult_Reissue) GetIsReissuable() bool
- func (*InvokeScriptResult_Reissue) ProtoMessage()
- func (m *InvokeScriptResult_Reissue) Reset()
- func (m *InvokeScriptResult_Reissue) String() string
- func (m *InvokeScriptResult_Reissue) XXX_DiscardUnknown()
- func (m *InvokeScriptResult_Reissue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptResult_Reissue) XXX_Merge(src proto.Message)
- func (m *InvokeScriptResult_Reissue) XXX_Size() int
- func (m *InvokeScriptResult_Reissue) XXX_Unmarshal(b []byte) error
- type InvokeScriptTransactionData
- func (*InvokeScriptTransactionData) Descriptor() ([]byte, []int)
- func (m *InvokeScriptTransactionData) GetDApp() *Recipient
- func (m *InvokeScriptTransactionData) GetFunctionCall() []byte
- func (m *InvokeScriptTransactionData) GetPayments() []*Amount
- func (*InvokeScriptTransactionData) ProtoMessage()
- func (m *InvokeScriptTransactionData) Reset()
- func (m *InvokeScriptTransactionData) String() string
- func (m *InvokeScriptTransactionData) XXX_DiscardUnknown()
- func (m *InvokeScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *InvokeScriptTransactionData) XXX_Merge(src proto.Message)
- func (m *InvokeScriptTransactionData) XXX_Size() int
- func (m *InvokeScriptTransactionData) XXX_Unmarshal(b []byte) error
- type IssueTransactionData
- func (*IssueTransactionData) Descriptor() ([]byte, []int)
- func (m *IssueTransactionData) GetAmount() int64
- func (m *IssueTransactionData) GetDecimals() int32
- func (m *IssueTransactionData) GetDescription() string
- func (m *IssueTransactionData) GetName() string
- func (m *IssueTransactionData) GetReissuable() bool
- func (m *IssueTransactionData) GetScript() []byte
- func (*IssueTransactionData) ProtoMessage()
- func (m *IssueTransactionData) Reset()
- func (m *IssueTransactionData) String() string
- func (m *IssueTransactionData) XXX_DiscardUnknown()
- func (m *IssueTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *IssueTransactionData) XXX_Merge(src proto.Message)
- func (m *IssueTransactionData) XXX_Size() int
- func (m *IssueTransactionData) XXX_Unmarshal(b []byte) error
- type LeaseCancelTransactionData
- func (*LeaseCancelTransactionData) Descriptor() ([]byte, []int)
- func (m *LeaseCancelTransactionData) GetLeaseId() []byte
- func (*LeaseCancelTransactionData) ProtoMessage()
- func (m *LeaseCancelTransactionData) Reset()
- func (m *LeaseCancelTransactionData) String() string
- func (m *LeaseCancelTransactionData) XXX_DiscardUnknown()
- func (m *LeaseCancelTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeaseCancelTransactionData) XXX_Merge(src proto.Message)
- func (m *LeaseCancelTransactionData) XXX_Size() int
- func (m *LeaseCancelTransactionData) XXX_Unmarshal(b []byte) error
- type LeaseTransactionData
- func (*LeaseTransactionData) Descriptor() ([]byte, []int)
- func (m *LeaseTransactionData) GetAmount() int64
- func (m *LeaseTransactionData) GetRecipient() *Recipient
- func (*LeaseTransactionData) ProtoMessage()
- func (m *LeaseTransactionData) Reset()
- func (m *LeaseTransactionData) String() string
- func (m *LeaseTransactionData) XXX_DiscardUnknown()
- func (m *LeaseTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *LeaseTransactionData) XXX_Merge(src proto.Message)
- func (m *LeaseTransactionData) XXX_Size() int
- func (m *LeaseTransactionData) XXX_Unmarshal(b []byte) error
- type MassTransferTransactionData
- func (*MassTransferTransactionData) Descriptor() ([]byte, []int)
- func (m *MassTransferTransactionData) GetAssetId() []byte
- func (m *MassTransferTransactionData) GetAttachment() *Attachment
- func (m *MassTransferTransactionData) GetTransfers() []*MassTransferTransactionData_Transfer
- func (*MassTransferTransactionData) ProtoMessage()
- func (m *MassTransferTransactionData) Reset()
- func (m *MassTransferTransactionData) String() string
- func (m *MassTransferTransactionData) XXX_DiscardUnknown()
- func (m *MassTransferTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MassTransferTransactionData) XXX_Merge(src proto.Message)
- func (m *MassTransferTransactionData) XXX_Size() int
- func (m *MassTransferTransactionData) XXX_Unmarshal(b []byte) error
- type MassTransferTransactionData_Transfer
- func (*MassTransferTransactionData_Transfer) Descriptor() ([]byte, []int)
- func (m *MassTransferTransactionData_Transfer) GetAmount() int64
- func (m *MassTransferTransactionData_Transfer) GetRecipient() *Recipient
- func (*MassTransferTransactionData_Transfer) ProtoMessage()
- func (m *MassTransferTransactionData_Transfer) Reset()
- func (m *MassTransferTransactionData_Transfer) String() string
- func (m *MassTransferTransactionData_Transfer) XXX_DiscardUnknown()
- func (m *MassTransferTransactionData_Transfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MassTransferTransactionData_Transfer) XXX_Merge(src proto.Message)
- func (m *MassTransferTransactionData_Transfer) XXX_Size() int
- func (m *MassTransferTransactionData_Transfer) XXX_Unmarshal(b []byte) error
- type MicroBlock
- func (*MicroBlock) Descriptor() ([]byte, []int)
- func (m *MicroBlock) GetReference() []byte
- func (m *MicroBlock) GetSenderPublicKey() []byte
- func (m *MicroBlock) GetTransactions() []*SignedTransaction
- func (m *MicroBlock) GetUpdatedBlockSignature() []byte
- func (m *MicroBlock) GetVersion() int32
- func (*MicroBlock) ProtoMessage()
- func (m *MicroBlock) Reset()
- func (m *MicroBlock) String() string
- func (m *MicroBlock) XXX_DiscardUnknown()
- func (m *MicroBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MicroBlock) XXX_Merge(src proto.Message)
- func (m *MicroBlock) XXX_Size() int
- func (m *MicroBlock) XXX_Unmarshal(b []byte) error
- type Order
- func (*Order) Descriptor() ([]byte, []int)
- func (m *Order) GetAmount() int64
- func (m *Order) GetAssetPair() *AssetPair
- func (m *Order) GetChainId() int32
- func (m *Order) GetExpiration() int64
- func (m *Order) GetMatcherFee() *Amount
- func (m *Order) GetMatcherPublicKey() []byte
- func (m *Order) GetOrderSide() Order_Side
- func (m *Order) GetPrice() int64
- func (m *Order) GetProofs() [][]byte
- func (m *Order) GetSenderPublicKey() []byte
- func (m *Order) GetTimestamp() int64
- func (m *Order) GetVersion() int32
- func (*Order) ProtoMessage()
- func (m *Order) Reset()
- func (m *Order) String() string
- func (m *Order) XXX_DiscardUnknown()
- func (m *Order) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Order) XXX_Merge(src proto.Message)
- func (m *Order) XXX_Size() int
- func (m *Order) XXX_Unmarshal(b []byte) error
- type Order_Side
- type PaymentTransactionData
- func (*PaymentTransactionData) Descriptor() ([]byte, []int)
- func (m *PaymentTransactionData) GetAmount() int64
- func (m *PaymentTransactionData) GetRecipientAddress() []byte
- func (*PaymentTransactionData) ProtoMessage()
- func (m *PaymentTransactionData) Reset()
- func (m *PaymentTransactionData) String() string
- func (m *PaymentTransactionData) XXX_DiscardUnknown()
- func (m *PaymentTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *PaymentTransactionData) XXX_Merge(src proto.Message)
- func (m *PaymentTransactionData) XXX_Size() int
- func (m *PaymentTransactionData) XXX_Unmarshal(b []byte) error
- type Recipient
- func (*Recipient) Descriptor() ([]byte, []int)
- func (m *Recipient) GetAlias() string
- func (m *Recipient) GetPublicKeyHash() []byte
- func (m *Recipient) GetRecipient() isRecipient_Recipient
- func (*Recipient) ProtoMessage()
- func (m *Recipient) Reset()
- func (m *Recipient) String() string
- func (m *Recipient) XXX_DiscardUnknown()
- func (m *Recipient) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Recipient) XXX_Merge(src proto.Message)
- func (*Recipient) XXX_OneofWrappers() []interface{}
- func (m *Recipient) XXX_Size() int
- func (m *Recipient) XXX_Unmarshal(b []byte) error
- type Recipient_Alias
- type Recipient_PublicKeyHash
- type ReissueTransactionData
- func (*ReissueTransactionData) Descriptor() ([]byte, []int)
- func (m *ReissueTransactionData) GetAssetAmount() *Amount
- func (m *ReissueTransactionData) GetReissuable() bool
- func (*ReissueTransactionData) ProtoMessage()
- func (m *ReissueTransactionData) Reset()
- func (m *ReissueTransactionData) String() string
- func (m *ReissueTransactionData) XXX_DiscardUnknown()
- func (m *ReissueTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ReissueTransactionData) XXX_Merge(src proto.Message)
- func (m *ReissueTransactionData) XXX_Size() int
- func (m *ReissueTransactionData) XXX_Unmarshal(b []byte) error
- type SetAssetScriptTransactionData
- func (*SetAssetScriptTransactionData) Descriptor() ([]byte, []int)
- func (m *SetAssetScriptTransactionData) GetAssetId() []byte
- func (m *SetAssetScriptTransactionData) GetScript() []byte
- func (*SetAssetScriptTransactionData) ProtoMessage()
- func (m *SetAssetScriptTransactionData) Reset()
- func (m *SetAssetScriptTransactionData) String() string
- func (m *SetAssetScriptTransactionData) XXX_DiscardUnknown()
- func (m *SetAssetScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetAssetScriptTransactionData) XXX_Merge(src proto.Message)
- func (m *SetAssetScriptTransactionData) XXX_Size() int
- func (m *SetAssetScriptTransactionData) XXX_Unmarshal(b []byte) error
- type SetScriptTransactionData
- func (*SetScriptTransactionData) Descriptor() ([]byte, []int)
- func (m *SetScriptTransactionData) GetScript() []byte
- func (*SetScriptTransactionData) ProtoMessage()
- func (m *SetScriptTransactionData) Reset()
- func (m *SetScriptTransactionData) String() string
- func (m *SetScriptTransactionData) XXX_DiscardUnknown()
- func (m *SetScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SetScriptTransactionData) XXX_Merge(src proto.Message)
- func (m *SetScriptTransactionData) XXX_Size() int
- func (m *SetScriptTransactionData) XXX_Unmarshal(b []byte) error
- type SignedMicroBlock
- func (*SignedMicroBlock) Descriptor() ([]byte, []int)
- func (m *SignedMicroBlock) GetMicroBlock() *MicroBlock
- func (m *SignedMicroBlock) GetSignature() []byte
- func (m *SignedMicroBlock) GetTotalBlockId() []byte
- func (*SignedMicroBlock) ProtoMessage()
- func (m *SignedMicroBlock) Reset()
- func (m *SignedMicroBlock) String() string
- func (m *SignedMicroBlock) XXX_DiscardUnknown()
- func (m *SignedMicroBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignedMicroBlock) XXX_Merge(src proto.Message)
- func (m *SignedMicroBlock) XXX_Size() int
- func (m *SignedMicroBlock) XXX_Unmarshal(b []byte) error
- type SignedTransaction
- func (*SignedTransaction) Descriptor() ([]byte, []int)
- func (m *SignedTransaction) GetProofs() [][]byte
- func (m *SignedTransaction) GetTransaction() *Transaction
- func (*SignedTransaction) ProtoMessage()
- func (m *SignedTransaction) Reset()
- func (m *SignedTransaction) String() string
- func (m *SignedTransaction) XXX_DiscardUnknown()
- func (m *SignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SignedTransaction) XXX_Merge(src proto.Message)
- func (m *SignedTransaction) XXX_Size() int
- func (m *SignedTransaction) XXX_Unmarshal(b []byte) error
- type SponsorFeeTransactionData
- func (*SponsorFeeTransactionData) Descriptor() ([]byte, []int)
- func (m *SponsorFeeTransactionData) GetMinFee() *Amount
- func (*SponsorFeeTransactionData) ProtoMessage()
- func (m *SponsorFeeTransactionData) Reset()
- func (m *SponsorFeeTransactionData) String() string
- func (m *SponsorFeeTransactionData) XXX_DiscardUnknown()
- func (m *SponsorFeeTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *SponsorFeeTransactionData) XXX_Merge(src proto.Message)
- func (m *SponsorFeeTransactionData) XXX_Size() int
- func (m *SponsorFeeTransactionData) XXX_Unmarshal(b []byte) error
- type Transaction
- func (*Transaction) Descriptor() ([]byte, []int)
- func (m *Transaction) GetBurn() *BurnTransactionData
- func (m *Transaction) GetChainId() int32
- func (m *Transaction) GetCreateAlias() *CreateAliasTransactionData
- func (m *Transaction) GetData() isTransaction_Data
- func (m *Transaction) GetDataTransaction() *DataTransactionData
- func (m *Transaction) GetExchange() *ExchangeTransactionData
- func (m *Transaction) GetFee() *Amount
- func (m *Transaction) GetGenesis() *GenesisTransactionData
- func (m *Transaction) GetInvokeScript() *InvokeScriptTransactionData
- func (m *Transaction) GetIssue() *IssueTransactionData
- func (m *Transaction) GetLease() *LeaseTransactionData
- func (m *Transaction) GetLeaseCancel() *LeaseCancelTransactionData
- func (m *Transaction) GetMassTransfer() *MassTransferTransactionData
- func (m *Transaction) GetPayment() *PaymentTransactionData
- func (m *Transaction) GetReissue() *ReissueTransactionData
- func (m *Transaction) GetSenderPublicKey() []byte
- func (m *Transaction) GetSetAssetScript() *SetAssetScriptTransactionData
- func (m *Transaction) GetSetScript() *SetScriptTransactionData
- func (m *Transaction) GetSponsorFee() *SponsorFeeTransactionData
- func (m *Transaction) GetTimestamp() int64
- func (m *Transaction) GetTransfer() *TransferTransactionData
- func (m *Transaction) GetUpdateAssetInfo() *UpdateAssetInfoTransactionData
- func (m *Transaction) GetVersion() int32
- func (*Transaction) ProtoMessage()
- func (m *Transaction) Reset()
- func (m *Transaction) String() string
- func (m *Transaction) XXX_DiscardUnknown()
- func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Transaction) XXX_Merge(src proto.Message)
- func (*Transaction) XXX_OneofWrappers() []interface{}
- func (m *Transaction) XXX_Size() int
- func (m *Transaction) XXX_Unmarshal(b []byte) error
- 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)
- func (m *TransferTransactionData) GetAmount() *Amount
- func (m *TransferTransactionData) GetAttachment() *Attachment
- func (m *TransferTransactionData) GetRecipient() *Recipient
- func (*TransferTransactionData) ProtoMessage()
- func (m *TransferTransactionData) Reset()
- func (m *TransferTransactionData) String() string
- func (m *TransferTransactionData) XXX_DiscardUnknown()
- func (m *TransferTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *TransferTransactionData) XXX_Merge(src proto.Message)
- func (m *TransferTransactionData) XXX_Size() int
- func (m *TransferTransactionData) XXX_Unmarshal(b []byte) error
- type UpdateAssetInfoTransactionData
- func (*UpdateAssetInfoTransactionData) Descriptor() ([]byte, []int)
- func (m *UpdateAssetInfoTransactionData) GetAssetId() []byte
- func (m *UpdateAssetInfoTransactionData) GetDescription() string
- func (m *UpdateAssetInfoTransactionData) GetName() string
- func (*UpdateAssetInfoTransactionData) ProtoMessage()
- func (m *UpdateAssetInfoTransactionData) Reset()
- func (m *UpdateAssetInfoTransactionData) String() string
- func (m *UpdateAssetInfoTransactionData) XXX_DiscardUnknown()
- func (m *UpdateAssetInfoTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpdateAssetInfoTransactionData) XXX_Merge(src proto.Message)
- func (m *UpdateAssetInfoTransactionData) XXX_Size() int
- func (m *UpdateAssetInfoTransactionData) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var Order_Side_name = map[int32]string{
0: "BUY",
1: "SELL",
}
View Source
var Order_Side_value = map[string]int32{
"BUY": 0,
"SELL": 1,
}
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Amount) Descriptor ¶
func (*Amount) GetAssetId ¶
func (*Amount) ProtoMessage ¶
func (*Amount) ProtoMessage()
func (*Amount) XXX_DiscardUnknown ¶
func (m *Amount) XXX_DiscardUnknown()
func (*Amount) XXX_Marshal ¶
func (*Amount) XXX_Unmarshal ¶
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*AssetPair) Descriptor ¶
func (*AssetPair) GetAmountAssetId ¶
func (*AssetPair) GetPriceAssetId ¶
func (*AssetPair) ProtoMessage ¶
func (*AssetPair) ProtoMessage()
func (*AssetPair) XXX_DiscardUnknown ¶
func (m *AssetPair) XXX_DiscardUnknown()
func (*AssetPair) XXX_Marshal ¶
func (*AssetPair) XXX_Unmarshal ¶
type Attachment ¶
type Attachment struct { // Types that are valid to be assigned to Attachment: // *Attachment_IntValue // *Attachment_BoolValue // *Attachment_BinaryValue // *Attachment_StringValue Attachment isAttachment_Attachment `protobuf_oneof:"attachment"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Attachment) Descriptor ¶
func (*Attachment) Descriptor() ([]byte, []int)
func (*Attachment) GetAttachment ¶
func (m *Attachment) GetAttachment() isAttachment_Attachment
func (*Attachment) GetBinaryValue ¶
func (m *Attachment) GetBinaryValue() []byte
func (*Attachment) GetBoolValue ¶
func (m *Attachment) GetBoolValue() bool
func (*Attachment) GetIntValue ¶
func (m *Attachment) GetIntValue() int64
func (*Attachment) GetStringValue ¶
func (m *Attachment) GetStringValue() string
func (*Attachment) ProtoMessage ¶
func (*Attachment) ProtoMessage()
func (*Attachment) Reset ¶
func (m *Attachment) Reset()
func (*Attachment) String ¶
func (m *Attachment) String() string
func (*Attachment) XXX_DiscardUnknown ¶
func (m *Attachment) XXX_DiscardUnknown()
func (*Attachment) XXX_Marshal ¶
func (m *Attachment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Attachment) XXX_Merge ¶
func (m *Attachment) XXX_Merge(src proto.Message)
func (*Attachment) XXX_OneofWrappers ¶
func (*Attachment) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Attachment) XXX_Size ¶
func (m *Attachment) XXX_Size() int
func (*Attachment) XXX_Unmarshal ¶
func (m *Attachment) XXX_Unmarshal(b []byte) error
type Attachment_BinaryValue ¶
type Attachment_BinaryValue struct {
BinaryValue []byte `protobuf:"bytes,3,opt,name=binary_value,json=binaryValue,proto3,oneof"`
}
type Attachment_BoolValue ¶
type Attachment_BoolValue struct {
BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
}
type Attachment_IntValue ¶
type Attachment_IntValue struct {
IntValue int64 `protobuf:"varint,1,opt,name=int_value,json=intValue,proto3,oneof"`
}
type Attachment_StringValue ¶
type Attachment_StringValue struct {
StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Block) Descriptor ¶
func (*Block) GetHeader ¶
func (m *Block) GetHeader() *Block_Header
func (*Block) GetSignature ¶
func (*Block) GetTransactions ¶
func (m *Block) GetTransactions() []*SignedTransaction
func (*Block) ProtoMessage ¶
func (*Block) ProtoMessage()
func (*Block) XXX_DiscardUnknown ¶
func (m *Block) XXX_DiscardUnknown()
func (*Block) XXX_Marshal ¶
func (*Block) XXX_Unmarshal ¶
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Block_Header) Descriptor ¶
func (*Block_Header) Descriptor() ([]byte, []int)
func (*Block_Header) GetBaseTarget ¶
func (m *Block_Header) GetBaseTarget() int64
func (*Block_Header) GetChainId ¶
func (m *Block_Header) GetChainId() int32
func (*Block_Header) GetFeatureVotes ¶
func (m *Block_Header) GetFeatureVotes() []uint32
func (*Block_Header) GetGenerationSignature ¶
func (m *Block_Header) GetGenerationSignature() []byte
func (*Block_Header) GetGenerator ¶
func (m *Block_Header) GetGenerator() []byte
func (*Block_Header) GetReference ¶
func (m *Block_Header) GetReference() []byte
func (*Block_Header) GetRewardVote ¶
func (m *Block_Header) GetRewardVote() int64
func (*Block_Header) GetTimestamp ¶
func (m *Block_Header) GetTimestamp() int64
func (*Block_Header) GetTransactionsRoot ¶
func (m *Block_Header) GetTransactionsRoot() []byte
func (*Block_Header) GetVersion ¶
func (m *Block_Header) GetVersion() int32
func (*Block_Header) ProtoMessage ¶
func (*Block_Header) ProtoMessage()
func (*Block_Header) Reset ¶
func (m *Block_Header) Reset()
func (*Block_Header) String ¶
func (m *Block_Header) String() string
func (*Block_Header) XXX_DiscardUnknown ¶
func (m *Block_Header) XXX_DiscardUnknown()
func (*Block_Header) XXX_Marshal ¶
func (m *Block_Header) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Block_Header) XXX_Merge ¶
func (m *Block_Header) XXX_Merge(src proto.Message)
func (*Block_Header) XXX_Size ¶
func (m *Block_Header) XXX_Size() int
func (*Block_Header) XXX_Unmarshal ¶
func (m *Block_Header) XXX_Unmarshal(b []byte) error
type BurnTransactionData ¶
type BurnTransactionData struct { AssetAmount *Amount `protobuf:"bytes,1,opt,name=asset_amount,json=assetAmount,proto3" json:"asset_amount,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*BurnTransactionData) Descriptor ¶
func (*BurnTransactionData) Descriptor() ([]byte, []int)
func (*BurnTransactionData) GetAssetAmount ¶
func (m *BurnTransactionData) GetAssetAmount() *Amount
func (*BurnTransactionData) ProtoMessage ¶
func (*BurnTransactionData) ProtoMessage()
func (*BurnTransactionData) Reset ¶
func (m *BurnTransactionData) Reset()
func (*BurnTransactionData) String ¶
func (m *BurnTransactionData) String() string
func (*BurnTransactionData) XXX_DiscardUnknown ¶
func (m *BurnTransactionData) XXX_DiscardUnknown()
func (*BurnTransactionData) XXX_Marshal ¶
func (m *BurnTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*BurnTransactionData) XXX_Merge ¶
func (m *BurnTransactionData) XXX_Merge(src proto.Message)
func (*BurnTransactionData) XXX_Size ¶
func (m *BurnTransactionData) XXX_Size() int
func (*BurnTransactionData) XXX_Unmarshal ¶
func (m *BurnTransactionData) XXX_Unmarshal(b []byte) error
type CreateAliasTransactionData ¶
type CreateAliasTransactionData struct { Alias string `protobuf:"bytes,1,opt,name=alias,proto3" json:"alias,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CreateAliasTransactionData) Descriptor ¶
func (*CreateAliasTransactionData) Descriptor() ([]byte, []int)
func (*CreateAliasTransactionData) GetAlias ¶
func (m *CreateAliasTransactionData) GetAlias() string
func (*CreateAliasTransactionData) ProtoMessage ¶
func (*CreateAliasTransactionData) ProtoMessage()
func (*CreateAliasTransactionData) Reset ¶
func (m *CreateAliasTransactionData) Reset()
func (*CreateAliasTransactionData) String ¶
func (m *CreateAliasTransactionData) String() string
func (*CreateAliasTransactionData) XXX_DiscardUnknown ¶
func (m *CreateAliasTransactionData) XXX_DiscardUnknown()
func (*CreateAliasTransactionData) XXX_Marshal ¶
func (m *CreateAliasTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*CreateAliasTransactionData) XXX_Merge ¶
func (m *CreateAliasTransactionData) XXX_Merge(src proto.Message)
func (*CreateAliasTransactionData) XXX_Size ¶
func (m *CreateAliasTransactionData) XXX_Size() int
func (*CreateAliasTransactionData) XXX_Unmarshal ¶
func (m *CreateAliasTransactionData) XXX_Unmarshal(b []byte) error
type DataTransactionData ¶
type DataTransactionData struct { Data []*DataTransactionData_DataEntry `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DataTransactionData) Descriptor ¶
func (*DataTransactionData) Descriptor() ([]byte, []int)
func (*DataTransactionData) GetData ¶
func (m *DataTransactionData) GetData() []*DataTransactionData_DataEntry
func (*DataTransactionData) ProtoMessage ¶
func (*DataTransactionData) ProtoMessage()
func (*DataTransactionData) Reset ¶
func (m *DataTransactionData) Reset()
func (*DataTransactionData) String ¶
func (m *DataTransactionData) String() string
func (*DataTransactionData) XXX_DiscardUnknown ¶
func (m *DataTransactionData) XXX_DiscardUnknown()
func (*DataTransactionData) XXX_Marshal ¶
func (m *DataTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DataTransactionData) XXX_Merge ¶
func (m *DataTransactionData) XXX_Merge(src proto.Message)
func (*DataTransactionData) XXX_Size ¶
func (m *DataTransactionData) XXX_Size() int
func (*DataTransactionData) XXX_Unmarshal ¶
func (m *DataTransactionData) XXX_Unmarshal(b []byte) error
type DataTransactionData_DataEntry ¶
type DataTransactionData_DataEntry struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Types that are valid to be assigned to Value: // *DataTransactionData_DataEntry_IntValue // *DataTransactionData_DataEntry_BoolValue // *DataTransactionData_DataEntry_BinaryValue // *DataTransactionData_DataEntry_StringValue Value isDataTransactionData_DataEntry_Value `protobuf_oneof:"value"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*DataTransactionData_DataEntry) Descriptor ¶
func (*DataTransactionData_DataEntry) Descriptor() ([]byte, []int)
func (*DataTransactionData_DataEntry) GetBinaryValue ¶
func (m *DataTransactionData_DataEntry) GetBinaryValue() []byte
func (*DataTransactionData_DataEntry) GetBoolValue ¶
func (m *DataTransactionData_DataEntry) GetBoolValue() bool
func (*DataTransactionData_DataEntry) GetIntValue ¶
func (m *DataTransactionData_DataEntry) GetIntValue() int64
func (*DataTransactionData_DataEntry) GetKey ¶
func (m *DataTransactionData_DataEntry) GetKey() string
func (*DataTransactionData_DataEntry) GetStringValue ¶
func (m *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) Reset ¶
func (m *DataTransactionData_DataEntry) Reset()
func (*DataTransactionData_DataEntry) String ¶
func (m *DataTransactionData_DataEntry) String() string
func (*DataTransactionData_DataEntry) XXX_DiscardUnknown ¶
func (m *DataTransactionData_DataEntry) XXX_DiscardUnknown()
func (*DataTransactionData_DataEntry) XXX_Marshal ¶
func (m *DataTransactionData_DataEntry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*DataTransactionData_DataEntry) XXX_Merge ¶
func (m *DataTransactionData_DataEntry) XXX_Merge(src proto.Message)
func (*DataTransactionData_DataEntry) XXX_OneofWrappers ¶
func (*DataTransactionData_DataEntry) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*DataTransactionData_DataEntry) XXX_Size ¶
func (m *DataTransactionData_DataEntry) XXX_Size() int
func (*DataTransactionData_DataEntry) XXX_Unmarshal ¶
func (m *DataTransactionData_DataEntry) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ExchangeTransactionData) Descriptor ¶
func (*ExchangeTransactionData) Descriptor() ([]byte, []int)
func (*ExchangeTransactionData) GetAmount ¶
func (m *ExchangeTransactionData) GetAmount() int64
func (*ExchangeTransactionData) GetBuyMatcherFee ¶
func (m *ExchangeTransactionData) GetBuyMatcherFee() int64
func (*ExchangeTransactionData) GetOrders ¶
func (m *ExchangeTransactionData) GetOrders() []*Order
func (*ExchangeTransactionData) GetPrice ¶
func (m *ExchangeTransactionData) GetPrice() int64
func (*ExchangeTransactionData) GetSellMatcherFee ¶
func (m *ExchangeTransactionData) GetSellMatcherFee() int64
func (*ExchangeTransactionData) ProtoMessage ¶
func (*ExchangeTransactionData) ProtoMessage()
func (*ExchangeTransactionData) Reset ¶
func (m *ExchangeTransactionData) Reset()
func (*ExchangeTransactionData) String ¶
func (m *ExchangeTransactionData) String() string
func (*ExchangeTransactionData) XXX_DiscardUnknown ¶
func (m *ExchangeTransactionData) XXX_DiscardUnknown()
func (*ExchangeTransactionData) XXX_Marshal ¶
func (m *ExchangeTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ExchangeTransactionData) XXX_Merge ¶
func (m *ExchangeTransactionData) XXX_Merge(src proto.Message)
func (*ExchangeTransactionData) XXX_Size ¶
func (m *ExchangeTransactionData) XXX_Size() int
func (*ExchangeTransactionData) XXX_Unmarshal ¶
func (m *ExchangeTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GenesisTransactionData) Descriptor ¶
func (*GenesisTransactionData) Descriptor() ([]byte, []int)
func (*GenesisTransactionData) GetAmount ¶
func (m *GenesisTransactionData) GetAmount() int64
func (*GenesisTransactionData) GetRecipientAddress ¶
func (m *GenesisTransactionData) GetRecipientAddress() []byte
func (*GenesisTransactionData) ProtoMessage ¶
func (*GenesisTransactionData) ProtoMessage()
func (*GenesisTransactionData) Reset ¶
func (m *GenesisTransactionData) Reset()
func (*GenesisTransactionData) String ¶
func (m *GenesisTransactionData) String() string
func (*GenesisTransactionData) XXX_DiscardUnknown ¶
func (m *GenesisTransactionData) XXX_DiscardUnknown()
func (*GenesisTransactionData) XXX_Marshal ¶
func (m *GenesisTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*GenesisTransactionData) XXX_Merge ¶
func (m *GenesisTransactionData) XXX_Merge(src proto.Message)
func (*GenesisTransactionData) XXX_Size ¶
func (m *GenesisTransactionData) XXX_Size() int
func (*GenesisTransactionData) XXX_Unmarshal ¶
func (m *GenesisTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult) Descriptor ¶
func (*InvokeScriptResult) Descriptor() ([]byte, []int)
func (*InvokeScriptResult) GetBurns ¶
func (m *InvokeScriptResult) GetBurns() []*InvokeScriptResult_Burn
func (*InvokeScriptResult) GetData ¶
func (m *InvokeScriptResult) GetData() []*DataTransactionData_DataEntry
func (*InvokeScriptResult) GetErrorMessage ¶
func (m *InvokeScriptResult) GetErrorMessage() *InvokeScriptResult_ErrorMessage
func (*InvokeScriptResult) GetIssues ¶
func (m *InvokeScriptResult) GetIssues() []*InvokeScriptResult_Issue
func (*InvokeScriptResult) GetReissues ¶
func (m *InvokeScriptResult) GetReissues() []*InvokeScriptResult_Reissue
func (*InvokeScriptResult) GetTransfers ¶
func (m *InvokeScriptResult) GetTransfers() []*InvokeScriptResult_Payment
func (*InvokeScriptResult) ProtoMessage ¶
func (*InvokeScriptResult) ProtoMessage()
func (*InvokeScriptResult) Reset ¶
func (m *InvokeScriptResult) Reset()
func (*InvokeScriptResult) String ¶
func (m *InvokeScriptResult) String() string
func (*InvokeScriptResult) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult) XXX_DiscardUnknown()
func (*InvokeScriptResult) XXX_Marshal ¶
func (m *InvokeScriptResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult) XXX_Merge ¶
func (m *InvokeScriptResult) XXX_Merge(src proto.Message)
func (*InvokeScriptResult) XXX_Size ¶
func (m *InvokeScriptResult) XXX_Size() int
func (*InvokeScriptResult) XXX_Unmarshal ¶
func (m *InvokeScriptResult) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult_Burn) Descriptor ¶
func (*InvokeScriptResult_Burn) Descriptor() ([]byte, []int)
func (*InvokeScriptResult_Burn) GetAmount ¶
func (m *InvokeScriptResult_Burn) GetAmount() int64
func (*InvokeScriptResult_Burn) GetAssetId ¶
func (m *InvokeScriptResult_Burn) GetAssetId() []byte
func (*InvokeScriptResult_Burn) ProtoMessage ¶
func (*InvokeScriptResult_Burn) ProtoMessage()
func (*InvokeScriptResult_Burn) Reset ¶
func (m *InvokeScriptResult_Burn) Reset()
func (*InvokeScriptResult_Burn) String ¶
func (m *InvokeScriptResult_Burn) String() string
func (*InvokeScriptResult_Burn) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult_Burn) XXX_DiscardUnknown()
func (*InvokeScriptResult_Burn) XXX_Marshal ¶
func (m *InvokeScriptResult_Burn) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult_Burn) XXX_Merge ¶
func (m *InvokeScriptResult_Burn) XXX_Merge(src proto.Message)
func (*InvokeScriptResult_Burn) XXX_Size ¶
func (m *InvokeScriptResult_Burn) XXX_Size() int
func (*InvokeScriptResult_Burn) XXX_Unmarshal ¶
func (m *InvokeScriptResult_Burn) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult_ErrorMessage) Descriptor ¶
func (*InvokeScriptResult_ErrorMessage) Descriptor() ([]byte, []int)
func (*InvokeScriptResult_ErrorMessage) GetCode ¶
func (m *InvokeScriptResult_ErrorMessage) GetCode() int32
func (*InvokeScriptResult_ErrorMessage) GetText ¶
func (m *InvokeScriptResult_ErrorMessage) GetText() string
func (*InvokeScriptResult_ErrorMessage) ProtoMessage ¶
func (*InvokeScriptResult_ErrorMessage) ProtoMessage()
func (*InvokeScriptResult_ErrorMessage) Reset ¶
func (m *InvokeScriptResult_ErrorMessage) Reset()
func (*InvokeScriptResult_ErrorMessage) String ¶
func (m *InvokeScriptResult_ErrorMessage) String() string
func (*InvokeScriptResult_ErrorMessage) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult_ErrorMessage) XXX_DiscardUnknown()
func (*InvokeScriptResult_ErrorMessage) XXX_Marshal ¶
func (m *InvokeScriptResult_ErrorMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult_ErrorMessage) XXX_Merge ¶
func (m *InvokeScriptResult_ErrorMessage) XXX_Merge(src proto.Message)
func (*InvokeScriptResult_ErrorMessage) XXX_Size ¶
func (m *InvokeScriptResult_ErrorMessage) XXX_Size() int
func (*InvokeScriptResult_ErrorMessage) XXX_Unmarshal ¶
func (m *InvokeScriptResult_ErrorMessage) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult_Issue) Descriptor ¶
func (*InvokeScriptResult_Issue) Descriptor() ([]byte, []int)
func (*InvokeScriptResult_Issue) GetAmount ¶
func (m *InvokeScriptResult_Issue) GetAmount() int64
func (*InvokeScriptResult_Issue) GetAssetId ¶
func (m *InvokeScriptResult_Issue) GetAssetId() []byte
func (*InvokeScriptResult_Issue) GetDecimals ¶
func (m *InvokeScriptResult_Issue) GetDecimals() int32
func (*InvokeScriptResult_Issue) GetDescription ¶
func (m *InvokeScriptResult_Issue) GetDescription() string
func (*InvokeScriptResult_Issue) GetName ¶
func (m *InvokeScriptResult_Issue) GetName() string
func (*InvokeScriptResult_Issue) GetNonce ¶
func (m *InvokeScriptResult_Issue) GetNonce() int64
func (*InvokeScriptResult_Issue) GetReissuable ¶
func (m *InvokeScriptResult_Issue) GetReissuable() bool
func (*InvokeScriptResult_Issue) GetScript ¶
func (m *InvokeScriptResult_Issue) GetScript() []byte
func (*InvokeScriptResult_Issue) ProtoMessage ¶
func (*InvokeScriptResult_Issue) ProtoMessage()
func (*InvokeScriptResult_Issue) Reset ¶
func (m *InvokeScriptResult_Issue) Reset()
func (*InvokeScriptResult_Issue) String ¶
func (m *InvokeScriptResult_Issue) String() string
func (*InvokeScriptResult_Issue) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult_Issue) XXX_DiscardUnknown()
func (*InvokeScriptResult_Issue) XXX_Marshal ¶
func (m *InvokeScriptResult_Issue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult_Issue) XXX_Merge ¶
func (m *InvokeScriptResult_Issue) XXX_Merge(src proto.Message)
func (*InvokeScriptResult_Issue) XXX_Size ¶
func (m *InvokeScriptResult_Issue) XXX_Size() int
func (*InvokeScriptResult_Issue) XXX_Unmarshal ¶
func (m *InvokeScriptResult_Issue) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult_Payment) Descriptor ¶
func (*InvokeScriptResult_Payment) Descriptor() ([]byte, []int)
func (*InvokeScriptResult_Payment) GetAddress ¶
func (m *InvokeScriptResult_Payment) GetAddress() []byte
func (*InvokeScriptResult_Payment) GetAmount ¶
func (m *InvokeScriptResult_Payment) GetAmount() *Amount
func (*InvokeScriptResult_Payment) ProtoMessage ¶
func (*InvokeScriptResult_Payment) ProtoMessage()
func (*InvokeScriptResult_Payment) Reset ¶
func (m *InvokeScriptResult_Payment) Reset()
func (*InvokeScriptResult_Payment) String ¶
func (m *InvokeScriptResult_Payment) String() string
func (*InvokeScriptResult_Payment) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult_Payment) XXX_DiscardUnknown()
func (*InvokeScriptResult_Payment) XXX_Marshal ¶
func (m *InvokeScriptResult_Payment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult_Payment) XXX_Merge ¶
func (m *InvokeScriptResult_Payment) XXX_Merge(src proto.Message)
func (*InvokeScriptResult_Payment) XXX_Size ¶
func (m *InvokeScriptResult_Payment) XXX_Size() int
func (*InvokeScriptResult_Payment) XXX_Unmarshal ¶
func (m *InvokeScriptResult_Payment) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptResult_Reissue) Descriptor ¶
func (*InvokeScriptResult_Reissue) Descriptor() ([]byte, []int)
func (*InvokeScriptResult_Reissue) GetAmount ¶
func (m *InvokeScriptResult_Reissue) GetAmount() int64
func (*InvokeScriptResult_Reissue) GetAssetId ¶
func (m *InvokeScriptResult_Reissue) GetAssetId() []byte
func (*InvokeScriptResult_Reissue) GetIsReissuable ¶
func (m *InvokeScriptResult_Reissue) GetIsReissuable() bool
func (*InvokeScriptResult_Reissue) ProtoMessage ¶
func (*InvokeScriptResult_Reissue) ProtoMessage()
func (*InvokeScriptResult_Reissue) Reset ¶
func (m *InvokeScriptResult_Reissue) Reset()
func (*InvokeScriptResult_Reissue) String ¶
func (m *InvokeScriptResult_Reissue) String() string
func (*InvokeScriptResult_Reissue) XXX_DiscardUnknown ¶
func (m *InvokeScriptResult_Reissue) XXX_DiscardUnknown()
func (*InvokeScriptResult_Reissue) XXX_Marshal ¶
func (m *InvokeScriptResult_Reissue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptResult_Reissue) XXX_Merge ¶
func (m *InvokeScriptResult_Reissue) XXX_Merge(src proto.Message)
func (*InvokeScriptResult_Reissue) XXX_Size ¶
func (m *InvokeScriptResult_Reissue) XXX_Size() int
func (*InvokeScriptResult_Reissue) XXX_Unmarshal ¶
func (m *InvokeScriptResult_Reissue) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*InvokeScriptTransactionData) Descriptor ¶
func (*InvokeScriptTransactionData) Descriptor() ([]byte, []int)
func (*InvokeScriptTransactionData) GetDApp ¶
func (m *InvokeScriptTransactionData) GetDApp() *Recipient
func (*InvokeScriptTransactionData) GetFunctionCall ¶
func (m *InvokeScriptTransactionData) GetFunctionCall() []byte
func (*InvokeScriptTransactionData) GetPayments ¶
func (m *InvokeScriptTransactionData) GetPayments() []*Amount
func (*InvokeScriptTransactionData) ProtoMessage ¶
func (*InvokeScriptTransactionData) ProtoMessage()
func (*InvokeScriptTransactionData) Reset ¶
func (m *InvokeScriptTransactionData) Reset()
func (*InvokeScriptTransactionData) String ¶
func (m *InvokeScriptTransactionData) String() string
func (*InvokeScriptTransactionData) XXX_DiscardUnknown ¶
func (m *InvokeScriptTransactionData) XXX_DiscardUnknown()
func (*InvokeScriptTransactionData) XXX_Marshal ¶
func (m *InvokeScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*InvokeScriptTransactionData) XXX_Merge ¶
func (m *InvokeScriptTransactionData) XXX_Merge(src proto.Message)
func (*InvokeScriptTransactionData) XXX_Size ¶
func (m *InvokeScriptTransactionData) XXX_Size() int
func (*InvokeScriptTransactionData) XXX_Unmarshal ¶
func (m *InvokeScriptTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*IssueTransactionData) Descriptor ¶
func (*IssueTransactionData) Descriptor() ([]byte, []int)
func (*IssueTransactionData) GetAmount ¶
func (m *IssueTransactionData) GetAmount() int64
func (*IssueTransactionData) GetDecimals ¶
func (m *IssueTransactionData) GetDecimals() int32
func (*IssueTransactionData) GetDescription ¶
func (m *IssueTransactionData) GetDescription() string
func (*IssueTransactionData) GetName ¶
func (m *IssueTransactionData) GetName() string
func (*IssueTransactionData) GetReissuable ¶
func (m *IssueTransactionData) GetReissuable() bool
func (*IssueTransactionData) GetScript ¶
func (m *IssueTransactionData) GetScript() []byte
func (*IssueTransactionData) ProtoMessage ¶
func (*IssueTransactionData) ProtoMessage()
func (*IssueTransactionData) Reset ¶
func (m *IssueTransactionData) Reset()
func (*IssueTransactionData) String ¶
func (m *IssueTransactionData) String() string
func (*IssueTransactionData) XXX_DiscardUnknown ¶
func (m *IssueTransactionData) XXX_DiscardUnknown()
func (*IssueTransactionData) XXX_Marshal ¶
func (m *IssueTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*IssueTransactionData) XXX_Merge ¶
func (m *IssueTransactionData) XXX_Merge(src proto.Message)
func (*IssueTransactionData) XXX_Size ¶
func (m *IssueTransactionData) XXX_Size() int
func (*IssueTransactionData) XXX_Unmarshal ¶
func (m *IssueTransactionData) XXX_Unmarshal(b []byte) error
type LeaseCancelTransactionData ¶
type LeaseCancelTransactionData struct { LeaseId []byte `protobuf:"bytes,1,opt,name=lease_id,json=leaseId,proto3" json:"lease_id,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeaseCancelTransactionData) Descriptor ¶
func (*LeaseCancelTransactionData) Descriptor() ([]byte, []int)
func (*LeaseCancelTransactionData) GetLeaseId ¶
func (m *LeaseCancelTransactionData) GetLeaseId() []byte
func (*LeaseCancelTransactionData) ProtoMessage ¶
func (*LeaseCancelTransactionData) ProtoMessage()
func (*LeaseCancelTransactionData) Reset ¶
func (m *LeaseCancelTransactionData) Reset()
func (*LeaseCancelTransactionData) String ¶
func (m *LeaseCancelTransactionData) String() string
func (*LeaseCancelTransactionData) XXX_DiscardUnknown ¶
func (m *LeaseCancelTransactionData) XXX_DiscardUnknown()
func (*LeaseCancelTransactionData) XXX_Marshal ¶
func (m *LeaseCancelTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LeaseCancelTransactionData) XXX_Merge ¶
func (m *LeaseCancelTransactionData) XXX_Merge(src proto.Message)
func (*LeaseCancelTransactionData) XXX_Size ¶
func (m *LeaseCancelTransactionData) XXX_Size() int
func (*LeaseCancelTransactionData) XXX_Unmarshal ¶
func (m *LeaseCancelTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*LeaseTransactionData) Descriptor ¶
func (*LeaseTransactionData) Descriptor() ([]byte, []int)
func (*LeaseTransactionData) GetAmount ¶
func (m *LeaseTransactionData) GetAmount() int64
func (*LeaseTransactionData) GetRecipient ¶
func (m *LeaseTransactionData) GetRecipient() *Recipient
func (*LeaseTransactionData) ProtoMessage ¶
func (*LeaseTransactionData) ProtoMessage()
func (*LeaseTransactionData) Reset ¶
func (m *LeaseTransactionData) Reset()
func (*LeaseTransactionData) String ¶
func (m *LeaseTransactionData) String() string
func (*LeaseTransactionData) XXX_DiscardUnknown ¶
func (m *LeaseTransactionData) XXX_DiscardUnknown()
func (*LeaseTransactionData) XXX_Marshal ¶
func (m *LeaseTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*LeaseTransactionData) XXX_Merge ¶
func (m *LeaseTransactionData) XXX_Merge(src proto.Message)
func (*LeaseTransactionData) XXX_Size ¶
func (m *LeaseTransactionData) XXX_Size() int
func (*LeaseTransactionData) XXX_Unmarshal ¶
func (m *LeaseTransactionData) XXX_Unmarshal(b []byte) error
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 *Attachment `protobuf:"bytes,3,opt,name=attachment,proto3" json:"attachment,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MassTransferTransactionData) Descriptor ¶
func (*MassTransferTransactionData) Descriptor() ([]byte, []int)
func (*MassTransferTransactionData) GetAssetId ¶
func (m *MassTransferTransactionData) GetAssetId() []byte
func (*MassTransferTransactionData) GetAttachment ¶
func (m *MassTransferTransactionData) GetAttachment() *Attachment
func (*MassTransferTransactionData) GetTransfers ¶
func (m *MassTransferTransactionData) GetTransfers() []*MassTransferTransactionData_Transfer
func (*MassTransferTransactionData) ProtoMessage ¶
func (*MassTransferTransactionData) ProtoMessage()
func (*MassTransferTransactionData) Reset ¶
func (m *MassTransferTransactionData) Reset()
func (*MassTransferTransactionData) String ¶
func (m *MassTransferTransactionData) String() string
func (*MassTransferTransactionData) XXX_DiscardUnknown ¶
func (m *MassTransferTransactionData) XXX_DiscardUnknown()
func (*MassTransferTransactionData) XXX_Marshal ¶
func (m *MassTransferTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MassTransferTransactionData) XXX_Merge ¶
func (m *MassTransferTransactionData) XXX_Merge(src proto.Message)
func (*MassTransferTransactionData) XXX_Size ¶
func (m *MassTransferTransactionData) XXX_Size() int
func (*MassTransferTransactionData) XXX_Unmarshal ¶
func (m *MassTransferTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MassTransferTransactionData_Transfer) Descriptor ¶
func (*MassTransferTransactionData_Transfer) Descriptor() ([]byte, []int)
func (*MassTransferTransactionData_Transfer) GetAmount ¶
func (m *MassTransferTransactionData_Transfer) GetAmount() int64
func (*MassTransferTransactionData_Transfer) GetRecipient ¶
func (m *MassTransferTransactionData_Transfer) GetRecipient() *Recipient
func (*MassTransferTransactionData_Transfer) ProtoMessage ¶
func (*MassTransferTransactionData_Transfer) ProtoMessage()
func (*MassTransferTransactionData_Transfer) Reset ¶
func (m *MassTransferTransactionData_Transfer) Reset()
func (*MassTransferTransactionData_Transfer) String ¶
func (m *MassTransferTransactionData_Transfer) String() string
func (*MassTransferTransactionData_Transfer) XXX_DiscardUnknown ¶
func (m *MassTransferTransactionData_Transfer) XXX_DiscardUnknown()
func (*MassTransferTransactionData_Transfer) XXX_Marshal ¶
func (m *MassTransferTransactionData_Transfer) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MassTransferTransactionData_Transfer) XXX_Merge ¶
func (m *MassTransferTransactionData_Transfer) XXX_Merge(src proto.Message)
func (*MassTransferTransactionData_Transfer) XXX_Size ¶
func (m *MassTransferTransactionData_Transfer) XXX_Size() int
func (*MassTransferTransactionData_Transfer) XXX_Unmarshal ¶
func (m *MassTransferTransactionData_Transfer) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MicroBlock) Descriptor ¶
func (*MicroBlock) Descriptor() ([]byte, []int)
func (*MicroBlock) GetReference ¶
func (m *MicroBlock) GetReference() []byte
func (*MicroBlock) GetSenderPublicKey ¶
func (m *MicroBlock) GetSenderPublicKey() []byte
func (*MicroBlock) GetTransactions ¶
func (m *MicroBlock) GetTransactions() []*SignedTransaction
func (*MicroBlock) GetUpdatedBlockSignature ¶
func (m *MicroBlock) GetUpdatedBlockSignature() []byte
func (*MicroBlock) GetVersion ¶
func (m *MicroBlock) GetVersion() int32
func (*MicroBlock) ProtoMessage ¶
func (*MicroBlock) ProtoMessage()
func (*MicroBlock) Reset ¶
func (m *MicroBlock) Reset()
func (*MicroBlock) String ¶
func (m *MicroBlock) String() string
func (*MicroBlock) XXX_DiscardUnknown ¶
func (m *MicroBlock) XXX_DiscardUnknown()
func (*MicroBlock) XXX_Marshal ¶
func (m *MicroBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MicroBlock) XXX_Merge ¶
func (m *MicroBlock) XXX_Merge(src proto.Message)
func (*MicroBlock) XXX_Size ¶
func (m *MicroBlock) XXX_Size() int
func (*MicroBlock) XXX_Unmarshal ¶
func (m *MicroBlock) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Order) Descriptor ¶
func (*Order) GetAssetPair ¶
func (*Order) GetChainId ¶
func (*Order) GetExpiration ¶
func (*Order) GetMatcherFee ¶
func (*Order) GetMatcherPublicKey ¶
func (*Order) GetOrderSide ¶
func (m *Order) GetOrderSide() Order_Side
func (*Order) GetSenderPublicKey ¶
func (*Order) GetTimestamp ¶
func (*Order) GetVersion ¶
func (*Order) ProtoMessage ¶
func (*Order) ProtoMessage()
func (*Order) XXX_DiscardUnknown ¶
func (m *Order) XXX_DiscardUnknown()
func (*Order) XXX_Marshal ¶
func (*Order) XXX_Unmarshal ¶
type Order_Side ¶
type Order_Side int32
const ( Order_BUY Order_Side = 0 Order_SELL Order_Side = 1 )
func (Order_Side) EnumDescriptor ¶
func (Order_Side) EnumDescriptor() ([]byte, []int)
func (Order_Side) String ¶
func (x Order_Side) String() string
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*PaymentTransactionData) Descriptor ¶
func (*PaymentTransactionData) Descriptor() ([]byte, []int)
func (*PaymentTransactionData) GetAmount ¶
func (m *PaymentTransactionData) GetAmount() int64
func (*PaymentTransactionData) GetRecipientAddress ¶
func (m *PaymentTransactionData) GetRecipientAddress() []byte
func (*PaymentTransactionData) ProtoMessage ¶
func (*PaymentTransactionData) ProtoMessage()
func (*PaymentTransactionData) Reset ¶
func (m *PaymentTransactionData) Reset()
func (*PaymentTransactionData) String ¶
func (m *PaymentTransactionData) String() string
func (*PaymentTransactionData) XXX_DiscardUnknown ¶
func (m *PaymentTransactionData) XXX_DiscardUnknown()
func (*PaymentTransactionData) XXX_Marshal ¶
func (m *PaymentTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*PaymentTransactionData) XXX_Merge ¶
func (m *PaymentTransactionData) XXX_Merge(src proto.Message)
func (*PaymentTransactionData) XXX_Size ¶
func (m *PaymentTransactionData) XXX_Size() int
func (*PaymentTransactionData) XXX_Unmarshal ¶
func (m *PaymentTransactionData) XXX_Unmarshal(b []byte) error
type Recipient ¶
type Recipient struct { // Types that are valid to be assigned to Recipient: // *Recipient_PublicKeyHash // *Recipient_Alias Recipient isRecipient_Recipient `protobuf_oneof:"recipient"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Recipient) Descriptor ¶
func (*Recipient) GetPublicKeyHash ¶
func (*Recipient) GetRecipient ¶
func (m *Recipient) GetRecipient() isRecipient_Recipient
func (*Recipient) ProtoMessage ¶
func (*Recipient) ProtoMessage()
func (*Recipient) XXX_DiscardUnknown ¶
func (m *Recipient) XXX_DiscardUnknown()
func (*Recipient) XXX_Marshal ¶
func (*Recipient) XXX_OneofWrappers ¶
func (*Recipient) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Recipient) XXX_Unmarshal ¶
type Recipient_Alias ¶
type Recipient_Alias struct {
Alias string `protobuf:"bytes,2,opt,name=alias,proto3,oneof"`
}
type Recipient_PublicKeyHash ¶
type Recipient_PublicKeyHash struct {
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ReissueTransactionData) Descriptor ¶
func (*ReissueTransactionData) Descriptor() ([]byte, []int)
func (*ReissueTransactionData) GetAssetAmount ¶
func (m *ReissueTransactionData) GetAssetAmount() *Amount
func (*ReissueTransactionData) GetReissuable ¶
func (m *ReissueTransactionData) GetReissuable() bool
func (*ReissueTransactionData) ProtoMessage ¶
func (*ReissueTransactionData) ProtoMessage()
func (*ReissueTransactionData) Reset ¶
func (m *ReissueTransactionData) Reset()
func (*ReissueTransactionData) String ¶
func (m *ReissueTransactionData) String() string
func (*ReissueTransactionData) XXX_DiscardUnknown ¶
func (m *ReissueTransactionData) XXX_DiscardUnknown()
func (*ReissueTransactionData) XXX_Marshal ¶
func (m *ReissueTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*ReissueTransactionData) XXX_Merge ¶
func (m *ReissueTransactionData) XXX_Merge(src proto.Message)
func (*ReissueTransactionData) XXX_Size ¶
func (m *ReissueTransactionData) XXX_Size() int
func (*ReissueTransactionData) XXX_Unmarshal ¶
func (m *ReissueTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetAssetScriptTransactionData) Descriptor ¶
func (*SetAssetScriptTransactionData) Descriptor() ([]byte, []int)
func (*SetAssetScriptTransactionData) GetAssetId ¶
func (m *SetAssetScriptTransactionData) GetAssetId() []byte
func (*SetAssetScriptTransactionData) GetScript ¶
func (m *SetAssetScriptTransactionData) GetScript() []byte
func (*SetAssetScriptTransactionData) ProtoMessage ¶
func (*SetAssetScriptTransactionData) ProtoMessage()
func (*SetAssetScriptTransactionData) Reset ¶
func (m *SetAssetScriptTransactionData) Reset()
func (*SetAssetScriptTransactionData) String ¶
func (m *SetAssetScriptTransactionData) String() string
func (*SetAssetScriptTransactionData) XXX_DiscardUnknown ¶
func (m *SetAssetScriptTransactionData) XXX_DiscardUnknown()
func (*SetAssetScriptTransactionData) XXX_Marshal ¶
func (m *SetAssetScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetAssetScriptTransactionData) XXX_Merge ¶
func (m *SetAssetScriptTransactionData) XXX_Merge(src proto.Message)
func (*SetAssetScriptTransactionData) XXX_Size ¶
func (m *SetAssetScriptTransactionData) XXX_Size() int
func (*SetAssetScriptTransactionData) XXX_Unmarshal ¶
func (m *SetAssetScriptTransactionData) XXX_Unmarshal(b []byte) error
type SetScriptTransactionData ¶
type SetScriptTransactionData struct { Script []byte `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SetScriptTransactionData) Descriptor ¶
func (*SetScriptTransactionData) Descriptor() ([]byte, []int)
func (*SetScriptTransactionData) GetScript ¶
func (m *SetScriptTransactionData) GetScript() []byte
func (*SetScriptTransactionData) ProtoMessage ¶
func (*SetScriptTransactionData) ProtoMessage()
func (*SetScriptTransactionData) Reset ¶
func (m *SetScriptTransactionData) Reset()
func (*SetScriptTransactionData) String ¶
func (m *SetScriptTransactionData) String() string
func (*SetScriptTransactionData) XXX_DiscardUnknown ¶
func (m *SetScriptTransactionData) XXX_DiscardUnknown()
func (*SetScriptTransactionData) XXX_Marshal ¶
func (m *SetScriptTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SetScriptTransactionData) XXX_Merge ¶
func (m *SetScriptTransactionData) XXX_Merge(src proto.Message)
func (*SetScriptTransactionData) XXX_Size ¶
func (m *SetScriptTransactionData) XXX_Size() int
func (*SetScriptTransactionData) XXX_Unmarshal ¶
func (m *SetScriptTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignedMicroBlock) Descriptor ¶
func (*SignedMicroBlock) Descriptor() ([]byte, []int)
func (*SignedMicroBlock) GetMicroBlock ¶
func (m *SignedMicroBlock) GetMicroBlock() *MicroBlock
func (*SignedMicroBlock) GetSignature ¶
func (m *SignedMicroBlock) GetSignature() []byte
func (*SignedMicroBlock) GetTotalBlockId ¶
func (m *SignedMicroBlock) GetTotalBlockId() []byte
func (*SignedMicroBlock) ProtoMessage ¶
func (*SignedMicroBlock) ProtoMessage()
func (*SignedMicroBlock) Reset ¶
func (m *SignedMicroBlock) Reset()
func (*SignedMicroBlock) String ¶
func (m *SignedMicroBlock) String() string
func (*SignedMicroBlock) XXX_DiscardUnknown ¶
func (m *SignedMicroBlock) XXX_DiscardUnknown()
func (*SignedMicroBlock) XXX_Marshal ¶
func (m *SignedMicroBlock) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignedMicroBlock) XXX_Merge ¶
func (m *SignedMicroBlock) XXX_Merge(src proto.Message)
func (*SignedMicroBlock) XXX_Size ¶
func (m *SignedMicroBlock) XXX_Size() int
func (*SignedMicroBlock) XXX_Unmarshal ¶
func (m *SignedMicroBlock) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SignedTransaction) Descriptor ¶
func (*SignedTransaction) Descriptor() ([]byte, []int)
func (*SignedTransaction) GetProofs ¶
func (m *SignedTransaction) GetProofs() [][]byte
func (*SignedTransaction) GetTransaction ¶
func (m *SignedTransaction) GetTransaction() *Transaction
func (*SignedTransaction) ProtoMessage ¶
func (*SignedTransaction) ProtoMessage()
func (*SignedTransaction) Reset ¶
func (m *SignedTransaction) Reset()
func (*SignedTransaction) String ¶
func (m *SignedTransaction) String() string
func (*SignedTransaction) XXX_DiscardUnknown ¶
func (m *SignedTransaction) XXX_DiscardUnknown()
func (*SignedTransaction) XXX_Marshal ¶
func (m *SignedTransaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SignedTransaction) XXX_Merge ¶
func (m *SignedTransaction) XXX_Merge(src proto.Message)
func (*SignedTransaction) XXX_Size ¶
func (m *SignedTransaction) XXX_Size() int
func (*SignedTransaction) XXX_Unmarshal ¶
func (m *SignedTransaction) XXX_Unmarshal(b []byte) error
type SponsorFeeTransactionData ¶
type SponsorFeeTransactionData struct { MinFee *Amount `protobuf:"bytes,1,opt,name=min_fee,json=minFee,proto3" json:"min_fee,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*SponsorFeeTransactionData) Descriptor ¶
func (*SponsorFeeTransactionData) Descriptor() ([]byte, []int)
func (*SponsorFeeTransactionData) GetMinFee ¶
func (m *SponsorFeeTransactionData) GetMinFee() *Amount
func (*SponsorFeeTransactionData) ProtoMessage ¶
func (*SponsorFeeTransactionData) ProtoMessage()
func (*SponsorFeeTransactionData) Reset ¶
func (m *SponsorFeeTransactionData) Reset()
func (*SponsorFeeTransactionData) String ¶
func (m *SponsorFeeTransactionData) String() string
func (*SponsorFeeTransactionData) XXX_DiscardUnknown ¶
func (m *SponsorFeeTransactionData) XXX_DiscardUnknown()
func (*SponsorFeeTransactionData) XXX_Marshal ¶
func (m *SponsorFeeTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*SponsorFeeTransactionData) XXX_Merge ¶
func (m *SponsorFeeTransactionData) XXX_Merge(src proto.Message)
func (*SponsorFeeTransactionData) XXX_Size ¶
func (m *SponsorFeeTransactionData) XXX_Size() int
func (*SponsorFeeTransactionData) XXX_Unmarshal ¶
func (m *SponsorFeeTransactionData) XXX_Unmarshal(b []byte) error
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 valid to be assigned 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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Transaction) Descriptor ¶
func (*Transaction) Descriptor() ([]byte, []int)
func (*Transaction) GetBurn ¶
func (m *Transaction) GetBurn() *BurnTransactionData
func (*Transaction) GetChainId ¶
func (m *Transaction) GetChainId() int32
func (*Transaction) GetCreateAlias ¶
func (m *Transaction) GetCreateAlias() *CreateAliasTransactionData
func (*Transaction) GetData ¶
func (m *Transaction) GetData() isTransaction_Data
func (*Transaction) GetDataTransaction ¶
func (m *Transaction) GetDataTransaction() *DataTransactionData
func (*Transaction) GetExchange ¶
func (m *Transaction) GetExchange() *ExchangeTransactionData
func (*Transaction) GetFee ¶
func (m *Transaction) GetFee() *Amount
func (*Transaction) GetGenesis ¶
func (m *Transaction) GetGenesis() *GenesisTransactionData
func (*Transaction) GetInvokeScript ¶
func (m *Transaction) GetInvokeScript() *InvokeScriptTransactionData
func (*Transaction) GetIssue ¶
func (m *Transaction) GetIssue() *IssueTransactionData
func (*Transaction) GetLease ¶
func (m *Transaction) GetLease() *LeaseTransactionData
func (*Transaction) GetLeaseCancel ¶
func (m *Transaction) GetLeaseCancel() *LeaseCancelTransactionData
func (*Transaction) GetMassTransfer ¶
func (m *Transaction) GetMassTransfer() *MassTransferTransactionData
func (*Transaction) GetPayment ¶
func (m *Transaction) GetPayment() *PaymentTransactionData
func (*Transaction) GetReissue ¶
func (m *Transaction) GetReissue() *ReissueTransactionData
func (*Transaction) GetSenderPublicKey ¶
func (m *Transaction) GetSenderPublicKey() []byte
func (*Transaction) GetSetAssetScript ¶
func (m *Transaction) GetSetAssetScript() *SetAssetScriptTransactionData
func (*Transaction) GetSetScript ¶
func (m *Transaction) GetSetScript() *SetScriptTransactionData
func (*Transaction) GetSponsorFee ¶
func (m *Transaction) GetSponsorFee() *SponsorFeeTransactionData
func (*Transaction) GetTimestamp ¶
func (m *Transaction) GetTimestamp() int64
func (*Transaction) GetTransfer ¶
func (m *Transaction) GetTransfer() *TransferTransactionData
func (*Transaction) GetUpdateAssetInfo ¶
func (m *Transaction) GetUpdateAssetInfo() *UpdateAssetInfoTransactionData
func (*Transaction) GetVersion ¶
func (m *Transaction) GetVersion() int32
func (*Transaction) ProtoMessage ¶
func (*Transaction) ProtoMessage()
func (*Transaction) Reset ¶
func (m *Transaction) Reset()
func (*Transaction) String ¶
func (m *Transaction) String() string
func (*Transaction) XXX_DiscardUnknown ¶
func (m *Transaction) XXX_DiscardUnknown()
func (*Transaction) XXX_Marshal ¶
func (m *Transaction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*Transaction) XXX_Merge ¶
func (m *Transaction) XXX_Merge(src proto.Message)
func (*Transaction) XXX_OneofWrappers ¶
func (*Transaction) XXX_OneofWrappers() []interface{}
XXX_OneofWrappers is for the internal use of the proto package.
func (*Transaction) XXX_Size ¶
func (m *Transaction) XXX_Size() int
func (*Transaction) XXX_Unmarshal ¶
func (m *Transaction) XXX_Unmarshal(b []byte) error
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 *Attachment `protobuf:"bytes,3,opt,name=attachment,proto3" json:"attachment,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*TransferTransactionData) Descriptor ¶
func (*TransferTransactionData) Descriptor() ([]byte, []int)
func (*TransferTransactionData) GetAmount ¶
func (m *TransferTransactionData) GetAmount() *Amount
func (*TransferTransactionData) GetAttachment ¶
func (m *TransferTransactionData) GetAttachment() *Attachment
func (*TransferTransactionData) GetRecipient ¶
func (m *TransferTransactionData) GetRecipient() *Recipient
func (*TransferTransactionData) ProtoMessage ¶
func (*TransferTransactionData) ProtoMessage()
func (*TransferTransactionData) Reset ¶
func (m *TransferTransactionData) Reset()
func (*TransferTransactionData) String ¶
func (m *TransferTransactionData) String() string
func (*TransferTransactionData) XXX_DiscardUnknown ¶
func (m *TransferTransactionData) XXX_DiscardUnknown()
func (*TransferTransactionData) XXX_Marshal ¶
func (m *TransferTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*TransferTransactionData) XXX_Merge ¶
func (m *TransferTransactionData) XXX_Merge(src proto.Message)
func (*TransferTransactionData) XXX_Size ¶
func (m *TransferTransactionData) XXX_Size() int
func (*TransferTransactionData) XXX_Unmarshal ¶
func (m *TransferTransactionData) XXX_Unmarshal(b []byte) error
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"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpdateAssetInfoTransactionData) Descriptor ¶
func (*UpdateAssetInfoTransactionData) Descriptor() ([]byte, []int)
func (*UpdateAssetInfoTransactionData) GetAssetId ¶
func (m *UpdateAssetInfoTransactionData) GetAssetId() []byte
func (*UpdateAssetInfoTransactionData) GetDescription ¶
func (m *UpdateAssetInfoTransactionData) GetDescription() string
func (*UpdateAssetInfoTransactionData) GetName ¶
func (m *UpdateAssetInfoTransactionData) GetName() string
func (*UpdateAssetInfoTransactionData) ProtoMessage ¶
func (*UpdateAssetInfoTransactionData) ProtoMessage()
func (*UpdateAssetInfoTransactionData) Reset ¶
func (m *UpdateAssetInfoTransactionData) Reset()
func (*UpdateAssetInfoTransactionData) String ¶
func (m *UpdateAssetInfoTransactionData) String() string
func (*UpdateAssetInfoTransactionData) XXX_DiscardUnknown ¶
func (m *UpdateAssetInfoTransactionData) XXX_DiscardUnknown()
func (*UpdateAssetInfoTransactionData) XXX_Marshal ¶
func (m *UpdateAssetInfoTransactionData) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpdateAssetInfoTransactionData) XXX_Merge ¶
func (m *UpdateAssetInfoTransactionData) XXX_Merge(src proto.Message)
func (*UpdateAssetInfoTransactionData) XXX_Size ¶
func (m *UpdateAssetInfoTransactionData) XXX_Size() int
func (*UpdateAssetInfoTransactionData) XXX_Unmarshal ¶
func (m *UpdateAssetInfoTransactionData) XXX_Unmarshal(b []byte) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.