Versions in this module Expand all Collapse all v2 v2.0.1 May 26, 2021 Changes in this version + var AccountType_name = map[int32]string + var AccountType_value = map[string]int32 + var BlockInventory_Type_name = map[int32]string + var BlockInventory_Type_value = map[string]int32 + var Inventory_InventoryType_name = map[int32]string + var Inventory_InventoryType_value = map[string]int32 + var Items_ItemType_name = map[int32]string + var Items_ItemType_value = map[string]int32 + var ReasonCode_name = map[int32]string + var ReasonCode_value = map[string]int32 + var Transaction_Contract_ContractType_name = map[int32]string + var Transaction_Contract_ContractType_value = map[string]int32 + var Transaction_ResultCode_name = map[int32]string + var Transaction_ResultCode_value = map[string]int32 + type Account struct + AccountName []byte + Address []byte + Allowance int64 + Asset map[string]int64 + AssetIssuedName []byte + Balance int64 + Code []byte + CreateTime int64 + FreeAssetNetUsage map[string]int64 + FreeNetUsage int64 + Frozen []*Account_Frozen + FrozenSupply []*Account_Frozen + IsCommittee bool + IsWitness bool + LatestAssetOperationTime map[string]int64 + LatestConsumeFreeTime int64 + LatestConsumeTime int64 + LatestOprationTime int64 + LatestWithdrawTime int64 + NetUsage int64 + Type AccountType + Votes []*Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (dst *Account) XXX_Merge(src proto.Message) + func (m *Account) GetAccountName() []byte + func (m *Account) GetAddress() []byte + func (m *Account) GetAllowance() int64 + func (m *Account) GetAsset() map[string]int64 + func (m *Account) GetAssetIssuedName() []byte + func (m *Account) GetBalance() int64 + func (m *Account) GetCode() []byte + func (m *Account) GetCreateTime() int64 + func (m *Account) GetFreeAssetNetUsage() map[string]int64 + func (m *Account) GetFreeNetUsage() int64 + func (m *Account) GetFrozen() []*Account_Frozen + func (m *Account) GetFrozenSupply() []*Account_Frozen + func (m *Account) GetIsCommittee() bool + func (m *Account) GetIsWitness() bool + func (m *Account) GetLatestAssetOperationTime() map[string]int64 + func (m *Account) GetLatestConsumeFreeTime() int64 + func (m *Account) GetLatestConsumeTime() int64 + func (m *Account) GetLatestOprationTime() int64 + func (m *Account) GetLatestWithdrawTime() int64 + func (m *Account) GetNetUsage() int64 + func (m *Account) GetType() AccountType + func (m *Account) GetVotes() []*Vote + func (m *Account) Reset() + func (m *Account) String() string + func (m *Account) XXX_DiscardUnknown() + func (m *Account) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Account) XXX_Size() int + func (m *Account) XXX_Unmarshal(b []byte) error + type AccountCreateContract struct + AccountAddress []byte + OwnerAddress []byte + Type AccountType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountCreateContract) Descriptor() ([]byte, []int) + func (*AccountCreateContract) ProtoMessage() + func (dst *AccountCreateContract) XXX_Merge(src proto.Message) + func (m *AccountCreateContract) GetAccountAddress() []byte + func (m *AccountCreateContract) GetOwnerAddress() []byte + func (m *AccountCreateContract) GetType() AccountType + func (m *AccountCreateContract) Reset() + func (m *AccountCreateContract) String() string + func (m *AccountCreateContract) XXX_DiscardUnknown() + func (m *AccountCreateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountCreateContract) XXX_Size() int + func (m *AccountCreateContract) XXX_Unmarshal(b []byte) error + type AccountId struct + Address []byte + Name []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountId) Descriptor() ([]byte, []int) + func (*AccountId) ProtoMessage() + func (dst *AccountId) XXX_Merge(src proto.Message) + func (m *AccountId) GetAddress() []byte + func (m *AccountId) GetName() []byte + func (m *AccountId) Reset() + func (m *AccountId) String() string + func (m *AccountId) XXX_DiscardUnknown() + func (m *AccountId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountId) XXX_Size() int + func (m *AccountId) XXX_Unmarshal(b []byte) error + type AccountType int32 + const AccountType_AssetIssue + const AccountType_Contract + const AccountType_Normal + func (AccountType) EnumDescriptor() ([]byte, []int) + func (x AccountType) String() string + type AccountUpdateContract struct + AccountName []byte + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountUpdateContract) Descriptor() ([]byte, []int) + func (*AccountUpdateContract) ProtoMessage() + func (dst *AccountUpdateContract) XXX_Merge(src proto.Message) + func (m *AccountUpdateContract) GetAccountName() []byte + func (m *AccountUpdateContract) GetOwnerAddress() []byte + func (m *AccountUpdateContract) Reset() + func (m *AccountUpdateContract) String() string + func (m *AccountUpdateContract) XXX_DiscardUnknown() + func (m *AccountUpdateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountUpdateContract) XXX_Size() int + func (m *AccountUpdateContract) XXX_Unmarshal(b []byte) error + type Account_Frozen struct + ExpireTime int64 + FrozenBalance int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Account_Frozen) Descriptor() ([]byte, []int) + func (*Account_Frozen) ProtoMessage() + func (dst *Account_Frozen) XXX_Merge(src proto.Message) + func (m *Account_Frozen) GetExpireTime() int64 + func (m *Account_Frozen) GetFrozenBalance() int64 + func (m *Account_Frozen) Reset() + func (m *Account_Frozen) String() string + func (m *Account_Frozen) XXX_DiscardUnknown() + func (m *Account_Frozen) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Account_Frozen) XXX_Size() int + func (m *Account_Frozen) XXX_Unmarshal(b []byte) error + type Acuthrity struct + Account *AccountId + PermissionName []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Acuthrity) Descriptor() ([]byte, []int) + func (*Acuthrity) ProtoMessage() + func (dst *Acuthrity) XXX_Merge(src proto.Message) + func (m *Acuthrity) GetAccount() *AccountId + func (m *Acuthrity) GetPermissionName() []byte + func (m *Acuthrity) Reset() + func (m *Acuthrity) String() string + func (m *Acuthrity) XXX_DiscardUnknown() + func (m *Acuthrity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Acuthrity) XXX_Size() int + func (m *Acuthrity) XXX_Unmarshal(b []byte) error + type AssetIssueContract struct + Abbr []byte + Description []byte + EndTime int64 + FreeAssetNetLimit int64 + FrozenSupply []*AssetIssueContract_FrozenSupply + Name []byte + Num int32 + OwnerAddress []byte + PublicFreeAssetNetLimit int64 + PublicFreeAssetNetUsage int64 + PublicLatestFreeNetTime int64 + StartTime int64 + TotalSupply int64 + TrxNum int32 + Url []byte + VoteScore int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AssetIssueContract) Descriptor() ([]byte, []int) + func (*AssetIssueContract) ProtoMessage() + func (dst *AssetIssueContract) XXX_Merge(src proto.Message) + func (m *AssetIssueContract) GetAbbr() []byte + func (m *AssetIssueContract) GetDescription() []byte + func (m *AssetIssueContract) GetEndTime() int64 + func (m *AssetIssueContract) GetFreeAssetNetLimit() int64 + func (m *AssetIssueContract) GetFrozenSupply() []*AssetIssueContract_FrozenSupply + func (m *AssetIssueContract) GetName() []byte + func (m *AssetIssueContract) GetNum() int32 + func (m *AssetIssueContract) GetOwnerAddress() []byte + func (m *AssetIssueContract) GetPublicFreeAssetNetLimit() int64 + func (m *AssetIssueContract) GetPublicFreeAssetNetUsage() int64 + func (m *AssetIssueContract) GetPublicLatestFreeNetTime() int64 + func (m *AssetIssueContract) GetStartTime() int64 + func (m *AssetIssueContract) GetTotalSupply() int64 + func (m *AssetIssueContract) GetTrxNum() int32 + func (m *AssetIssueContract) GetUrl() []byte + func (m *AssetIssueContract) GetVoteScore() int32 + func (m *AssetIssueContract) Reset() + func (m *AssetIssueContract) String() string + func (m *AssetIssueContract) XXX_DiscardUnknown() + func (m *AssetIssueContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AssetIssueContract) XXX_Size() int + func (m *AssetIssueContract) XXX_Unmarshal(b []byte) error + type AssetIssueContract_FrozenSupply struct + FrozenAmount int64 + FrozenDays int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AssetIssueContract_FrozenSupply) Descriptor() ([]byte, []int) + func (*AssetIssueContract_FrozenSupply) ProtoMessage() + func (dst *AssetIssueContract_FrozenSupply) XXX_Merge(src proto.Message) + func (m *AssetIssueContract_FrozenSupply) GetFrozenAmount() int64 + func (m *AssetIssueContract_FrozenSupply) GetFrozenDays() int64 + func (m *AssetIssueContract_FrozenSupply) Reset() + func (m *AssetIssueContract_FrozenSupply) String() string + func (m *AssetIssueContract_FrozenSupply) XXX_DiscardUnknown() + func (m *AssetIssueContract_FrozenSupply) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AssetIssueContract_FrozenSupply) XXX_Size() int + func (m *AssetIssueContract_FrozenSupply) XXX_Unmarshal(b []byte) error + type BackupMessage struct + Flag bool + Priority int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BackupMessage) Descriptor() ([]byte, []int) + func (*BackupMessage) ProtoMessage() + func (dst *BackupMessage) XXX_Merge(src proto.Message) + func (m *BackupMessage) GetFlag() bool + func (m *BackupMessage) GetPriority() int32 + func (m *BackupMessage) Reset() + func (m *BackupMessage) String() string + func (m *BackupMessage) XXX_DiscardUnknown() + func (m *BackupMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BackupMessage) XXX_Size() int + func (m *BackupMessage) XXX_Unmarshal(b []byte) error + type Block struct + BlockHeader *BlockHeader + Transactions []*Transaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (dst *Block) XXX_Merge(src proto.Message) + func (m *Block) GetBlockHeader() *BlockHeader + func (m *Block) GetTransactions() []*Transaction + 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_Size() int + func (m *Block) XXX_Unmarshal(b []byte) error + type BlockHeader struct + RawData *BlockHeaderRaw + WitnessSignature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockHeader) Descriptor() ([]byte, []int) + func (*BlockHeader) ProtoMessage() + func (dst *BlockHeader) XXX_Merge(src proto.Message) + func (m *BlockHeader) GetRawData() *BlockHeaderRaw + func (m *BlockHeader) GetWitnessSignature() []byte + func (m *BlockHeader) Reset() + func (m *BlockHeader) String() string + func (m *BlockHeader) XXX_DiscardUnknown() + func (m *BlockHeader) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockHeader) XXX_Size() int + func (m *BlockHeader) XXX_Unmarshal(b []byte) error + type BlockHeaderRaw struct + Number int64 + ParentHash []byte + Timestamp int64 + TxTrieRoot []byte + WitnessAddress []byte + WitnessId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockHeaderRaw) Descriptor() ([]byte, []int) + func (*BlockHeaderRaw) ProtoMessage() + func (dst *BlockHeaderRaw) XXX_Merge(src proto.Message) + func (m *BlockHeaderRaw) GetNumber() int64 + func (m *BlockHeaderRaw) GetParentHash() []byte + func (m *BlockHeaderRaw) GetTimestamp() int64 + func (m *BlockHeaderRaw) GetTxTrieRoot() []byte + func (m *BlockHeaderRaw) GetWitnessAddress() []byte + func (m *BlockHeaderRaw) GetWitnessId() int64 + func (m *BlockHeaderRaw) Reset() + func (m *BlockHeaderRaw) String() string + func (m *BlockHeaderRaw) XXX_DiscardUnknown() + func (m *BlockHeaderRaw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockHeaderRaw) XXX_Size() int + func (m *BlockHeaderRaw) XXX_Unmarshal(b []byte) error + type BlockInventory struct + Ids []*BlockInventory_BlockId + Type BlockInventory_Type + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockInventory) Descriptor() ([]byte, []int) + func (*BlockInventory) ProtoMessage() + func (dst *BlockInventory) XXX_Merge(src proto.Message) + func (m *BlockInventory) GetIds() []*BlockInventory_BlockId + func (m *BlockInventory) GetType() BlockInventory_Type + func (m *BlockInventory) Reset() + func (m *BlockInventory) String() string + func (m *BlockInventory) XXX_DiscardUnknown() + func (m *BlockInventory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockInventory) XXX_Size() int + func (m *BlockInventory) XXX_Unmarshal(b []byte) error + type BlockInventory_BlockId struct + Hash []byte + Number int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BlockInventory_BlockId) Descriptor() ([]byte, []int) + func (*BlockInventory_BlockId) ProtoMessage() + func (dst *BlockInventory_BlockId) XXX_Merge(src proto.Message) + func (m *BlockInventory_BlockId) GetHash() []byte + func (m *BlockInventory_BlockId) GetNumber() int64 + func (m *BlockInventory_BlockId) Reset() + func (m *BlockInventory_BlockId) String() string + func (m *BlockInventory_BlockId) XXX_DiscardUnknown() + func (m *BlockInventory_BlockId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BlockInventory_BlockId) XXX_Size() int + func (m *BlockInventory_BlockId) XXX_Unmarshal(b []byte) error + type BlockInventory_Type int32 + const BlockInventory_ADVTISE + const BlockInventory_FETCH + const BlockInventory_SYNC + func (BlockInventory_Type) EnumDescriptor() ([]byte, []int) + func (x BlockInventory_Type) String() string + type ChainInventory struct + Ids []*ChainInventory_BlockId + RemainNum int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChainInventory) Descriptor() ([]byte, []int) + func (*ChainInventory) ProtoMessage() + func (dst *ChainInventory) XXX_Merge(src proto.Message) + func (m *ChainInventory) GetIds() []*ChainInventory_BlockId + func (m *ChainInventory) GetRemainNum() int64 + func (m *ChainInventory) Reset() + func (m *ChainInventory) String() string + func (m *ChainInventory) XXX_DiscardUnknown() + func (m *ChainInventory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainInventory) XXX_Size() int + func (m *ChainInventory) XXX_Unmarshal(b []byte) error + type ChainInventory_BlockId struct + Hash []byte + Number int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChainInventory_BlockId) Descriptor() ([]byte, []int) + func (*ChainInventory_BlockId) ProtoMessage() + func (dst *ChainInventory_BlockId) XXX_Merge(src proto.Message) + func (m *ChainInventory_BlockId) GetHash() []byte + func (m *ChainInventory_BlockId) GetNumber() int64 + func (m *ChainInventory_BlockId) Reset() + func (m *ChainInventory_BlockId) String() string + func (m *ChainInventory_BlockId) XXX_DiscardUnknown() + func (m *ChainInventory_BlockId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChainInventory_BlockId) XXX_Size() int + func (m *ChainInventory_BlockId) XXX_Unmarshal(b []byte) error + type DeployContract struct + OwnerAddress []byte + Script []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DeployContract) Descriptor() ([]byte, []int) + func (*DeployContract) ProtoMessage() + func (dst *DeployContract) XXX_Merge(src proto.Message) + func (m *DeployContract) GetOwnerAddress() []byte + func (m *DeployContract) GetScript() []byte + func (m *DeployContract) Reset() + func (m *DeployContract) String() string + func (m *DeployContract) XXX_DiscardUnknown() + func (m *DeployContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DeployContract) XXX_Size() int + func (m *DeployContract) XXX_Unmarshal(b []byte) error + type DisconnectMessage struct + Reason ReasonCode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DisconnectMessage) Descriptor() ([]byte, []int) + func (*DisconnectMessage) ProtoMessage() + func (dst *DisconnectMessage) XXX_Merge(src proto.Message) + func (m *DisconnectMessage) GetReason() ReasonCode + func (m *DisconnectMessage) Reset() + func (m *DisconnectMessage) String() string + func (m *DisconnectMessage) XXX_DiscardUnknown() + func (m *DisconnectMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DisconnectMessage) XXX_Size() int + func (m *DisconnectMessage) XXX_Unmarshal(b []byte) error + type DynamicProperties struct + LastSolidityBlockNum int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*DynamicProperties) Descriptor() ([]byte, []int) + func (*DynamicProperties) ProtoMessage() + func (dst *DynamicProperties) XXX_Merge(src proto.Message) + func (m *DynamicProperties) GetLastSolidityBlockNum() int64 + func (m *DynamicProperties) Reset() + func (m *DynamicProperties) String() string + func (m *DynamicProperties) XXX_DiscardUnknown() + func (m *DynamicProperties) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *DynamicProperties) XXX_Size() int + func (m *DynamicProperties) XXX_Unmarshal(b []byte) error + type Endpoint struct + Address []byte + NodeId []byte + Port int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Endpoint) Descriptor() ([]byte, []int) + func (*Endpoint) ProtoMessage() + func (dst *Endpoint) XXX_Merge(src proto.Message) + func (m *Endpoint) GetAddress() []byte + func (m *Endpoint) GetNodeId() []byte + func (m *Endpoint) GetPort() int32 + func (m *Endpoint) Reset() + func (m *Endpoint) String() string + func (m *Endpoint) XXX_DiscardUnknown() + func (m *Endpoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Endpoint) XXX_Size() int + func (m *Endpoint) XXX_Unmarshal(b []byte) error + type FindNeighbours struct + From *Endpoint + TargetId []byte + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FindNeighbours) Descriptor() ([]byte, []int) + func (*FindNeighbours) ProtoMessage() + func (dst *FindNeighbours) XXX_Merge(src proto.Message) + func (m *FindNeighbours) GetFrom() *Endpoint + func (m *FindNeighbours) GetTargetId() []byte + func (m *FindNeighbours) GetTimestamp() int64 + func (m *FindNeighbours) Reset() + func (m *FindNeighbours) String() string + func (m *FindNeighbours) XXX_DiscardUnknown() + func (m *FindNeighbours) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FindNeighbours) XXX_Size() int + func (m *FindNeighbours) XXX_Unmarshal(b []byte) error + type FreezeBalanceContract struct + FrozenBalance int64 + FrozenDuration int64 + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FreezeBalanceContract) Descriptor() ([]byte, []int) + func (*FreezeBalanceContract) ProtoMessage() + func (dst *FreezeBalanceContract) XXX_Merge(src proto.Message) + func (m *FreezeBalanceContract) GetFrozenBalance() int64 + func (m *FreezeBalanceContract) GetFrozenDuration() int64 + func (m *FreezeBalanceContract) GetOwnerAddress() []byte + func (m *FreezeBalanceContract) Reset() + func (m *FreezeBalanceContract) String() string + func (m *FreezeBalanceContract) XXX_DiscardUnknown() + func (m *FreezeBalanceContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *FreezeBalanceContract) XXX_Size() int + func (m *FreezeBalanceContract) XXX_Unmarshal(b []byte) error + type HelloMessage struct + From *Endpoint + GenesisBlockId *HelloMessage_BlockId + HeadBlockId *HelloMessage_BlockId + SolidBlockId *HelloMessage_BlockId + Timestamp int64 + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HelloMessage) Descriptor() ([]byte, []int) + func (*HelloMessage) ProtoMessage() + func (dst *HelloMessage) XXX_Merge(src proto.Message) + func (m *HelloMessage) GetFrom() *Endpoint + func (m *HelloMessage) GetGenesisBlockId() *HelloMessage_BlockId + func (m *HelloMessage) GetHeadBlockId() *HelloMessage_BlockId + func (m *HelloMessage) GetSolidBlockId() *HelloMessage_BlockId + func (m *HelloMessage) GetTimestamp() int64 + func (m *HelloMessage) GetVersion() int32 + func (m *HelloMessage) Reset() + func (m *HelloMessage) String() string + func (m *HelloMessage) XXX_DiscardUnknown() + func (m *HelloMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HelloMessage) XXX_Size() int + func (m *HelloMessage) XXX_Unmarshal(b []byte) error + type HelloMessage_BlockId struct + Hash []byte + Number int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HelloMessage_BlockId) Descriptor() ([]byte, []int) + func (*HelloMessage_BlockId) ProtoMessage() + func (dst *HelloMessage_BlockId) XXX_Merge(src proto.Message) + func (m *HelloMessage_BlockId) GetHash() []byte + func (m *HelloMessage_BlockId) GetNumber() int64 + func (m *HelloMessage_BlockId) Reset() + func (m *HelloMessage_BlockId) String() string + func (m *HelloMessage_BlockId) XXX_DiscardUnknown() + func (m *HelloMessage_BlockId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HelloMessage_BlockId) XXX_Size() int + func (m *HelloMessage_BlockId) XXX_Unmarshal(b []byte) error + type Inventory struct + Ids [][]byte + Type Inventory_InventoryType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Inventory) Descriptor() ([]byte, []int) + func (*Inventory) ProtoMessage() + func (dst *Inventory) XXX_Merge(src proto.Message) + func (m *Inventory) GetIds() [][]byte + func (m *Inventory) GetType() Inventory_InventoryType + func (m *Inventory) Reset() + func (m *Inventory) String() string + func (m *Inventory) XXX_DiscardUnknown() + func (m *Inventory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Inventory) XXX_Size() int + func (m *Inventory) XXX_Unmarshal(b []byte) error + type InventoryItems struct + Items [][]byte + Type int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*InventoryItems) Descriptor() ([]byte, []int) + func (*InventoryItems) ProtoMessage() + func (dst *InventoryItems) XXX_Merge(src proto.Message) + func (m *InventoryItems) GetItems() [][]byte + func (m *InventoryItems) GetType() int32 + func (m *InventoryItems) Reset() + func (m *InventoryItems) String() string + func (m *InventoryItems) XXX_DiscardUnknown() + func (m *InventoryItems) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *InventoryItems) XXX_Size() int + func (m *InventoryItems) XXX_Unmarshal(b []byte) error + type Inventory_InventoryType int32 + const Inventory_BLOCK + const Inventory_TRX + func (Inventory_InventoryType) EnumDescriptor() ([]byte, []int) + func (x Inventory_InventoryType) String() string + type Items struct + BlockHeaders []*BlockHeader + Blocks []*Block + Transactions []*Transaction + Type Items_ItemType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Items) Descriptor() ([]byte, []int) + func (*Items) ProtoMessage() + func (dst *Items) XXX_Merge(src proto.Message) + func (m *Items) GetBlockHeaders() []*BlockHeader + func (m *Items) GetBlocks() []*Block + func (m *Items) GetTransactions() []*Transaction + func (m *Items) GetType() Items_ItemType + func (m *Items) Reset() + func (m *Items) String() string + func (m *Items) XXX_DiscardUnknown() + func (m *Items) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Items) XXX_Size() int + func (m *Items) XXX_Unmarshal(b []byte) error + type Items_ItemType int32 + const Items_BLOCK + const Items_BLOCKHEADER + const Items_ERR + const Items_TRX + func (Items_ItemType) EnumDescriptor() ([]byte, []int) + func (x Items_ItemType) String() string + type Neighbours struct + From *Endpoint + Neighbours []*Endpoint + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Neighbours) Descriptor() ([]byte, []int) + func (*Neighbours) ProtoMessage() + func (dst *Neighbours) XXX_Merge(src proto.Message) + func (m *Neighbours) GetFrom() *Endpoint + func (m *Neighbours) GetNeighbours() []*Endpoint + func (m *Neighbours) GetTimestamp() int64 + func (m *Neighbours) Reset() + func (m *Neighbours) String() string + func (m *Neighbours) XXX_DiscardUnknown() + func (m *Neighbours) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Neighbours) XXX_Size() int + func (m *Neighbours) XXX_Unmarshal(b []byte) error + type ParticipateAssetIssueContract struct + Amount int64 + AssetName []byte + OwnerAddress []byte + ToAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ParticipateAssetIssueContract) Descriptor() ([]byte, []int) + func (*ParticipateAssetIssueContract) ProtoMessage() + func (dst *ParticipateAssetIssueContract) XXX_Merge(src proto.Message) + func (m *ParticipateAssetIssueContract) GetAmount() int64 + func (m *ParticipateAssetIssueContract) GetAssetName() []byte + func (m *ParticipateAssetIssueContract) GetOwnerAddress() []byte + func (m *ParticipateAssetIssueContract) GetToAddress() []byte + func (m *ParticipateAssetIssueContract) Reset() + func (m *ParticipateAssetIssueContract) String() string + func (m *ParticipateAssetIssueContract) XXX_DiscardUnknown() + func (m *ParticipateAssetIssueContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ParticipateAssetIssueContract) XXX_Size() int + func (m *ParticipateAssetIssueContract) XXX_Unmarshal(b []byte) error + type Permision struct + Account *AccountId + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Permision) Descriptor() ([]byte, []int) + func (*Permision) ProtoMessage() + func (dst *Permision) XXX_Merge(src proto.Message) + func (m *Permision) GetAccount() *AccountId + func (m *Permision) Reset() + func (m *Permision) String() string + func (m *Permision) XXX_DiscardUnknown() + func (m *Permision) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Permision) XXX_Size() int + func (m *Permision) XXX_Unmarshal(b []byte) error + type PingMessage struct + From *Endpoint + Timestamp int64 + To *Endpoint + Version int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PingMessage) Descriptor() ([]byte, []int) + func (*PingMessage) ProtoMessage() + func (dst *PingMessage) XXX_Merge(src proto.Message) + func (m *PingMessage) GetFrom() *Endpoint + func (m *PingMessage) GetTimestamp() int64 + func (m *PingMessage) GetTo() *Endpoint + func (m *PingMessage) GetVersion() int32 + func (m *PingMessage) Reset() + func (m *PingMessage) String() string + func (m *PingMessage) XXX_DiscardUnknown() + func (m *PingMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PingMessage) XXX_Size() int + func (m *PingMessage) XXX_Unmarshal(b []byte) error + type PongMessage struct + Echo int32 + From *Endpoint + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PongMessage) Descriptor() ([]byte, []int) + func (*PongMessage) ProtoMessage() + func (dst *PongMessage) XXX_Merge(src proto.Message) + func (m *PongMessage) GetEcho() int32 + func (m *PongMessage) GetFrom() *Endpoint + func (m *PongMessage) GetTimestamp() int64 + func (m *PongMessage) Reset() + func (m *PongMessage) String() string + func (m *PongMessage) XXX_DiscardUnknown() + func (m *PongMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PongMessage) XXX_Size() int + func (m *PongMessage) XXX_Unmarshal(b []byte) error + type ReasonCode int32 + const ReasonCode_BAD_BLOCK + const ReasonCode_BAD_PROTOCOL + const ReasonCode_BAD_TX + const ReasonCode_CONNECT_FAIL + const ReasonCode_DUPLICATE_PEER + const ReasonCode_FETCH_FAIL + const ReasonCode_FORKED + const ReasonCode_INCOMPATIBLE_CHAIN + const ReasonCode_INCOMPATIBLE_PROTOCOL + const ReasonCode_INCOMPATIBLE_VERSION + const ReasonCode_LOCAL_IDENTITY + const ReasonCode_NULL_IDENTITY + const ReasonCode_PEER_QUITING + const ReasonCode_PING_TIMEOUT + const ReasonCode_REQUESTED + const ReasonCode_RESET + const ReasonCode_SYNC_FAIL + const ReasonCode_TIME_OUT + const ReasonCode_TOO_MANY_PEERS + const ReasonCode_TOO_MANY_PEERS_WITH_SAME_IP + const ReasonCode_UNEXPECTED_IDENTITY + const ReasonCode_UNKNOWN + const ReasonCode_UNLINKABLE + const ReasonCode_USER_REASON + func (ReasonCode) EnumDescriptor() ([]byte, []int) + func (x ReasonCode) String() string + type TXInput struct + RawData *TXInputRaw + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TXInput) Descriptor() ([]byte, []int) + func (*TXInput) ProtoMessage() + func (dst *TXInput) XXX_Merge(src proto.Message) + func (m *TXInput) GetRawData() *TXInputRaw + func (m *TXInput) GetSignature() []byte + func (m *TXInput) Reset() + func (m *TXInput) String() string + func (m *TXInput) XXX_DiscardUnknown() + func (m *TXInput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TXInput) XXX_Size() int + func (m *TXInput) XXX_Unmarshal(b []byte) error + type TXInputRaw struct + PubKey []byte + TxID []byte + Vout int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TXInputRaw) Descriptor() ([]byte, []int) + func (*TXInputRaw) ProtoMessage() + func (dst *TXInputRaw) XXX_Merge(src proto.Message) + func (m *TXInputRaw) GetPubKey() []byte + func (m *TXInputRaw) GetTxID() []byte + func (m *TXInputRaw) GetVout() int64 + func (m *TXInputRaw) Reset() + func (m *TXInputRaw) String() string + func (m *TXInputRaw) XXX_DiscardUnknown() + func (m *TXInputRaw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TXInputRaw) XXX_Size() int + func (m *TXInputRaw) XXX_Unmarshal(b []byte) error + type TXOutput struct + PubKeyHash []byte + Value int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TXOutput) Descriptor() ([]byte, []int) + func (*TXOutput) ProtoMessage() + func (dst *TXOutput) XXX_Merge(src proto.Message) + func (m *TXOutput) GetPubKeyHash() []byte + func (m *TXOutput) GetValue() int64 + func (m *TXOutput) Reset() + func (m *TXOutput) String() string + func (m *TXOutput) XXX_DiscardUnknown() + func (m *TXOutput) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TXOutput) XXX_Size() int + func (m *TXOutput) XXX_Unmarshal(b []byte) error + type TXOutputs struct + Outputs []*TXOutput + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TXOutputs) Descriptor() ([]byte, []int) + func (*TXOutputs) ProtoMessage() + func (dst *TXOutputs) XXX_Merge(src proto.Message) + func (m *TXOutputs) GetOutputs() []*TXOutput + func (m *TXOutputs) Reset() + func (m *TXOutputs) String() string + func (m *TXOutputs) XXX_DiscardUnknown() + func (m *TXOutputs) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TXOutputs) XXX_Size() int + func (m *TXOutputs) XXX_Unmarshal(b []byte) error + type Transaction struct + RawData *TransactionRaw + Ret []*Transaction_Result + Signature [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transaction) Descriptor() ([]byte, []int) + func (*Transaction) ProtoMessage() + func (dst *Transaction) XXX_Merge(src proto.Message) + func (m *Transaction) GetRawData() *TransactionRaw + func (m *Transaction) GetRet() []*Transaction_Result + func (m *Transaction) GetSignature() [][]byte + 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_Size() int + func (m *Transaction) XXX_Unmarshal(b []byte) error + type TransactionInfo struct + BlockNumber int64 + BlockTimeStamp int64 + Fee int64 + Id []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransactionInfo) Descriptor() ([]byte, []int) + func (*TransactionInfo) ProtoMessage() + func (dst *TransactionInfo) XXX_Merge(src proto.Message) + func (m *TransactionInfo) GetBlockNumber() int64 + func (m *TransactionInfo) GetBlockTimeStamp() int64 + func (m *TransactionInfo) GetFee() int64 + func (m *TransactionInfo) GetId() []byte + func (m *TransactionInfo) Reset() + func (m *TransactionInfo) String() string + func (m *TransactionInfo) XXX_DiscardUnknown() + func (m *TransactionInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionInfo) XXX_Size() int + func (m *TransactionInfo) XXX_Unmarshal(b []byte) error + type TransactionRaw struct + Auths []*Acuthrity + Contract []*Transaction_Contract + Data []byte + Expiration int64 + RefBlockBytes []byte + RefBlockHash []byte + RefBlockNum int64 + Scripts []byte + Timestamp int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransactionRaw) Descriptor() ([]byte, []int) + func (*TransactionRaw) ProtoMessage() + func (dst *TransactionRaw) XXX_Merge(src proto.Message) + func (m *TransactionRaw) GetAuths() []*Acuthrity + func (m *TransactionRaw) GetContract() []*Transaction_Contract + func (m *TransactionRaw) GetData() []byte + func (m *TransactionRaw) GetExpiration() int64 + func (m *TransactionRaw) GetRefBlockBytes() []byte + func (m *TransactionRaw) GetRefBlockHash() []byte + func (m *TransactionRaw) GetRefBlockNum() int64 + func (m *TransactionRaw) GetScripts() []byte + func (m *TransactionRaw) GetTimestamp() int64 + func (m *TransactionRaw) Reset() + func (m *TransactionRaw) String() string + func (m *TransactionRaw) XXX_DiscardUnknown() + func (m *TransactionRaw) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionRaw) XXX_Size() int + func (m *TransactionRaw) XXX_Unmarshal(b []byte) error + type TransactionSign struct + PrivateKey []byte + Transaction *Transaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransactionSign) Descriptor() ([]byte, []int) + func (*TransactionSign) ProtoMessage() + func (dst *TransactionSign) XXX_Merge(src proto.Message) + func (m *TransactionSign) GetPrivateKey() []byte + func (m *TransactionSign) GetTransaction() *Transaction + func (m *TransactionSign) Reset() + func (m *TransactionSign) String() string + func (m *TransactionSign) XXX_DiscardUnknown() + func (m *TransactionSign) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransactionSign) XXX_Size() int + func (m *TransactionSign) XXX_Unmarshal(b []byte) error + type Transaction_Contract struct + ContractName []byte + Parameter *any.Any + Provider []byte + Type Transaction_Contract_ContractType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transaction_Contract) Descriptor() ([]byte, []int) + func (*Transaction_Contract) ProtoMessage() + func (dst *Transaction_Contract) XXX_Merge(src proto.Message) + func (m *Transaction_Contract) GetContractName() []byte + func (m *Transaction_Contract) GetParameter() *any.Any + func (m *Transaction_Contract) GetProvider() []byte + func (m *Transaction_Contract) GetType() Transaction_Contract_ContractType + func (m *Transaction_Contract) Reset() + func (m *Transaction_Contract) String() string + func (m *Transaction_Contract) XXX_DiscardUnknown() + func (m *Transaction_Contract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transaction_Contract) XXX_Size() int + func (m *Transaction_Contract) XXX_Unmarshal(b []byte) error + type Transaction_Contract_ContractType int32 + const Transaction_Contract_AccountCreateContract + const Transaction_Contract_AccountUpdateContract + const Transaction_Contract_AssetIssueContract + const Transaction_Contract_CustomContract + const Transaction_Contract_DeployContract + const Transaction_Contract_FreezeBalanceContract + const Transaction_Contract_ParticipateAssetIssueContract + const Transaction_Contract_TransferAssetContract + const Transaction_Contract_TransferContract + const Transaction_Contract_UnfreezeAssetContract + const Transaction_Contract_UnfreezeBalanceContract + const Transaction_Contract_UpdateAssetContract + const Transaction_Contract_VoteAssetContract + const Transaction_Contract_VoteWitnessContract + const Transaction_Contract_WithdrawBalanceContract + const Transaction_Contract_WitnessCreateContract + const Transaction_Contract_WitnessUpdateContract + func (Transaction_Contract_ContractType) EnumDescriptor() ([]byte, []int) + func (x Transaction_Contract_ContractType) String() string + type Transaction_Result struct + Fee int64 + Ret Transaction_ResultCode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transaction_Result) Descriptor() ([]byte, []int) + func (*Transaction_Result) ProtoMessage() + func (dst *Transaction_Result) XXX_Merge(src proto.Message) + func (m *Transaction_Result) GetFee() int64 + func (m *Transaction_Result) GetRet() Transaction_ResultCode + func (m *Transaction_Result) Reset() + func (m *Transaction_Result) String() string + func (m *Transaction_Result) XXX_DiscardUnknown() + func (m *Transaction_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transaction_Result) XXX_Size() int + func (m *Transaction_Result) XXX_Unmarshal(b []byte) error + type Transaction_ResultCode int32 + const Transaction_Result_FAILED + const Transaction_Result_SUCESS + func (Transaction_ResultCode) EnumDescriptor() ([]byte, []int) + func (x Transaction_ResultCode) String() string + type Transactions struct + Transactions []*Transaction + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Transactions) Descriptor() ([]byte, []int) + func (*Transactions) ProtoMessage() + func (dst *Transactions) XXX_Merge(src proto.Message) + func (m *Transactions) GetTransactions() []*Transaction + func (m *Transactions) Reset() + func (m *Transactions) String() string + func (m *Transactions) XXX_DiscardUnknown() + func (m *Transactions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Transactions) XXX_Size() int + func (m *Transactions) XXX_Unmarshal(b []byte) error + type TransferAssetContract struct + Amount int64 + AssetName []byte + OwnerAddress []byte + ToAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransferAssetContract) Descriptor() ([]byte, []int) + func (*TransferAssetContract) ProtoMessage() + func (dst *TransferAssetContract) XXX_Merge(src proto.Message) + func (m *TransferAssetContract) GetAmount() int64 + func (m *TransferAssetContract) GetAssetName() []byte + func (m *TransferAssetContract) GetOwnerAddress() []byte + func (m *TransferAssetContract) GetToAddress() []byte + func (m *TransferAssetContract) Reset() + func (m *TransferAssetContract) String() string + func (m *TransferAssetContract) XXX_DiscardUnknown() + func (m *TransferAssetContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransferAssetContract) XXX_Size() int + func (m *TransferAssetContract) XXX_Unmarshal(b []byte) error + type TransferContract struct + Amount int64 + OwnerAddress []byte + ToAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TransferContract) Descriptor() ([]byte, []int) + func (*TransferContract) ProtoMessage() + func (dst *TransferContract) XXX_Merge(src proto.Message) + func (m *TransferContract) GetAmount() int64 + func (m *TransferContract) GetOwnerAddress() []byte + func (m *TransferContract) GetToAddress() []byte + func (m *TransferContract) Reset() + func (m *TransferContract) String() string + func (m *TransferContract) XXX_DiscardUnknown() + func (m *TransferContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TransferContract) XXX_Size() int + func (m *TransferContract) XXX_Unmarshal(b []byte) error + type UnfreezeAssetContract struct + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnfreezeAssetContract) Descriptor() ([]byte, []int) + func (*UnfreezeAssetContract) ProtoMessage() + func (dst *UnfreezeAssetContract) XXX_Merge(src proto.Message) + func (m *UnfreezeAssetContract) GetOwnerAddress() []byte + func (m *UnfreezeAssetContract) Reset() + func (m *UnfreezeAssetContract) String() string + func (m *UnfreezeAssetContract) XXX_DiscardUnknown() + func (m *UnfreezeAssetContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnfreezeAssetContract) XXX_Size() int + func (m *UnfreezeAssetContract) XXX_Unmarshal(b []byte) error + type UnfreezeBalanceContract struct + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnfreezeBalanceContract) Descriptor() ([]byte, []int) + func (*UnfreezeBalanceContract) ProtoMessage() + func (dst *UnfreezeBalanceContract) XXX_Merge(src proto.Message) + func (m *UnfreezeBalanceContract) GetOwnerAddress() []byte + func (m *UnfreezeBalanceContract) Reset() + func (m *UnfreezeBalanceContract) String() string + func (m *UnfreezeBalanceContract) XXX_DiscardUnknown() + func (m *UnfreezeBalanceContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UnfreezeBalanceContract) XXX_Size() int + func (m *UnfreezeBalanceContract) XXX_Unmarshal(b []byte) error + type UpdateAssetContract struct + Description []byte + NewLimit int64 + NewPublicLimit int64 + OwnerAddress []byte + Url []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateAssetContract) Descriptor() ([]byte, []int) + func (*UpdateAssetContract) ProtoMessage() + func (dst *UpdateAssetContract) XXX_Merge(src proto.Message) + func (m *UpdateAssetContract) GetDescription() []byte + func (m *UpdateAssetContract) GetNewLimit() int64 + func (m *UpdateAssetContract) GetNewPublicLimit() int64 + func (m *UpdateAssetContract) GetOwnerAddress() []byte + func (m *UpdateAssetContract) GetUrl() []byte + func (m *UpdateAssetContract) Reset() + func (m *UpdateAssetContract) String() string + func (m *UpdateAssetContract) XXX_DiscardUnknown() + func (m *UpdateAssetContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateAssetContract) XXX_Size() int + func (m *UpdateAssetContract) XXX_Unmarshal(b []byte) error + type Vote struct + VoteAddress []byte + VoteCount int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Vote) Descriptor() ([]byte, []int) + func (*Vote) ProtoMessage() + func (dst *Vote) XXX_Merge(src proto.Message) + func (m *Vote) GetVoteAddress() []byte + func (m *Vote) GetVoteCount() int64 + func (m *Vote) Reset() + func (m *Vote) String() string + func (m *Vote) XXX_DiscardUnknown() + func (m *Vote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Vote) XXX_Size() int + func (m *Vote) XXX_Unmarshal(b []byte) error + type VoteAssetContract struct + Count int32 + OwnerAddress []byte + Support bool + VoteAddress [][]byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VoteAssetContract) Descriptor() ([]byte, []int) + func (*VoteAssetContract) ProtoMessage() + func (dst *VoteAssetContract) XXX_Merge(src proto.Message) + func (m *VoteAssetContract) GetCount() int32 + func (m *VoteAssetContract) GetOwnerAddress() []byte + func (m *VoteAssetContract) GetSupport() bool + func (m *VoteAssetContract) GetVoteAddress() [][]byte + func (m *VoteAssetContract) Reset() + func (m *VoteAssetContract) String() string + func (m *VoteAssetContract) XXX_DiscardUnknown() + func (m *VoteAssetContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VoteAssetContract) XXX_Size() int + func (m *VoteAssetContract) XXX_Unmarshal(b []byte) error + type VoteWitnessContract struct + OwnerAddress []byte + Support bool + Votes []*VoteWitnessContract_Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VoteWitnessContract) Descriptor() ([]byte, []int) + func (*VoteWitnessContract) ProtoMessage() + func (dst *VoteWitnessContract) XXX_Merge(src proto.Message) + func (m *VoteWitnessContract) GetOwnerAddress() []byte + func (m *VoteWitnessContract) GetSupport() bool + func (m *VoteWitnessContract) GetVotes() []*VoteWitnessContract_Vote + func (m *VoteWitnessContract) Reset() + func (m *VoteWitnessContract) String() string + func (m *VoteWitnessContract) XXX_DiscardUnknown() + func (m *VoteWitnessContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VoteWitnessContract) XXX_Size() int + func (m *VoteWitnessContract) XXX_Unmarshal(b []byte) error + type VoteWitnessContract_Vote struct + VoteAddress []byte + VoteCount int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*VoteWitnessContract_Vote) Descriptor() ([]byte, []int) + func (*VoteWitnessContract_Vote) ProtoMessage() + func (dst *VoteWitnessContract_Vote) XXX_Merge(src proto.Message) + func (m *VoteWitnessContract_Vote) GetVoteAddress() []byte + func (m *VoteWitnessContract_Vote) GetVoteCount() int64 + func (m *VoteWitnessContract_Vote) Reset() + func (m *VoteWitnessContract_Vote) String() string + func (m *VoteWitnessContract_Vote) XXX_DiscardUnknown() + func (m *VoteWitnessContract_Vote) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *VoteWitnessContract_Vote) XXX_Size() int + func (m *VoteWitnessContract_Vote) XXX_Unmarshal(b []byte) error + type Votes struct + Address []byte + NewVotes []*Vote + OldVotes []*Vote + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Votes) Descriptor() ([]byte, []int) + func (*Votes) ProtoMessage() + func (dst *Votes) XXX_Merge(src proto.Message) + func (m *Votes) GetAddress() []byte + func (m *Votes) GetNewVotes() []*Vote + func (m *Votes) GetOldVotes() []*Vote + func (m *Votes) Reset() + func (m *Votes) String() string + func (m *Votes) XXX_DiscardUnknown() + func (m *Votes) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Votes) XXX_Size() int + func (m *Votes) XXX_Unmarshal(b []byte) error + type WithdrawBalanceContract struct + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WithdrawBalanceContract) Descriptor() ([]byte, []int) + func (*WithdrawBalanceContract) ProtoMessage() + func (dst *WithdrawBalanceContract) XXX_Merge(src proto.Message) + func (m *WithdrawBalanceContract) GetOwnerAddress() []byte + func (m *WithdrawBalanceContract) Reset() + func (m *WithdrawBalanceContract) String() string + func (m *WithdrawBalanceContract) XXX_DiscardUnknown() + func (m *WithdrawBalanceContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WithdrawBalanceContract) XXX_Size() int + func (m *WithdrawBalanceContract) XXX_Unmarshal(b []byte) error + type Witness struct + Address []byte + IsJobs bool + LatestBlockNum int64 + LatestSlotNum int64 + PubKey []byte + TotalMissed int64 + TotalProduced int64 + Url string + VoteCount int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Witness) Descriptor() ([]byte, []int) + func (*Witness) ProtoMessage() + func (dst *Witness) XXX_Merge(src proto.Message) + func (m *Witness) GetAddress() []byte + func (m *Witness) GetIsJobs() bool + func (m *Witness) GetLatestBlockNum() int64 + func (m *Witness) GetLatestSlotNum() int64 + func (m *Witness) GetPubKey() []byte + func (m *Witness) GetTotalMissed() int64 + func (m *Witness) GetTotalProduced() int64 + func (m *Witness) GetUrl() string + func (m *Witness) GetVoteCount() int64 + func (m *Witness) Reset() + func (m *Witness) String() string + func (m *Witness) XXX_DiscardUnknown() + func (m *Witness) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Witness) XXX_Size() int + func (m *Witness) XXX_Unmarshal(b []byte) error + type WitnessCreateContract struct + OwnerAddress []byte + Url []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WitnessCreateContract) Descriptor() ([]byte, []int) + func (*WitnessCreateContract) ProtoMessage() + func (dst *WitnessCreateContract) XXX_Merge(src proto.Message) + func (m *WitnessCreateContract) GetOwnerAddress() []byte + func (m *WitnessCreateContract) GetUrl() []byte + func (m *WitnessCreateContract) Reset() + func (m *WitnessCreateContract) String() string + func (m *WitnessCreateContract) XXX_DiscardUnknown() + func (m *WitnessCreateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WitnessCreateContract) XXX_Size() int + func (m *WitnessCreateContract) XXX_Unmarshal(b []byte) error + type WitnessUpdateContract struct + OwnerAddress []byte + UpdateUrl []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WitnessUpdateContract) Descriptor() ([]byte, []int) + func (*WitnessUpdateContract) ProtoMessage() + func (dst *WitnessUpdateContract) XXX_Merge(src proto.Message) + func (m *WitnessUpdateContract) GetOwnerAddress() []byte + func (m *WitnessUpdateContract) GetUpdateUrl() []byte + func (m *WitnessUpdateContract) Reset() + func (m *WitnessUpdateContract) String() string + func (m *WitnessUpdateContract) XXX_DiscardUnknown() + func (m *WitnessUpdateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WitnessUpdateContract) XXX_Size() int + func (m *WitnessUpdateContract) XXX_Unmarshal(b []byte) error