Versions in this module Expand all Collapse all v1 v1.0.1 Jun 15, 2022 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 File_core_Discover_proto protoreflect.FileDescriptor + var File_core_TronInventoryItems_proto protoreflect.FileDescriptor + var File_core_Tron_proto protoreflect.FileDescriptor + 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 Permission_PermissionType_name = map[int32]string + var Permission_PermissionType_value = map[string]int32 + var Proposal_State_name = map[int32]string + var Proposal_State_value = map[string]int32 + var ReasonCode_name = map[int32]string + var ReasonCode_value = map[string]int32 + var ResourceCode_name = map[int32]string + var ResourceCode_value = map[string]int32 + var SmartContract_ABI_Entry_EntryType_name = map[int32]string + var SmartContract_ABI_Entry_EntryType_value = map[string]int32 + var SmartContract_ABI_Entry_StateMutabilityType_name = map[int32]string + var SmartContract_ABI_Entry_StateMutabilityType_value = map[string]int32 + var TransactionInfoCode_name = map[int32]string + var TransactionInfoCode_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 + var Transaction_ResultContractResult_name = map[int32]string + var Transaction_ResultContractResult_value = map[string]int32 + type Account struct + AccountId []byte + AccountName []byte + AccountResource *Account_AccountResource + AcquiredDelegatedFrozenBalanceForBandwidth int64 + ActivePermission []*Permission + Address []byte + Allowance int64 + Asset map[string]int64 + AssetIssuedName []byte + AssetIssued_ID []byte + AssetV2 map[string]int64 + Balance int64 + Code []byte + CodeHash []byte + CreateTime int64 + DelegatedFrozenBalanceForBandwidth int64 + FreeAssetNetUsage map[string]int64 + FreeAssetNetUsageV2 map[string]int64 + FreeNetUsage int64 + Frozen []*Account_Frozen + FrozenSupply []*Account_Frozen + IsCommittee bool + IsWitness bool + LatestAssetOperationTime map[string]int64 + LatestAssetOperationTimeV2 map[string]int64 + LatestConsumeFreeTime int64 + LatestConsumeTime int64 + LatestOprationTime int64 + LatestWithdrawTime int64 + NetUsage int64 + OwnerPermission *Permission + Type AccountType + Votes []*Vote + WitnessPermission *Permission + func (*Account) Descriptor() ([]byte, []int) + func (*Account) ProtoMessage() + func (x *Account) GetAccountId() []byte + func (x *Account) GetAccountName() []byte + func (x *Account) GetAccountResource() *Account_AccountResource + func (x *Account) GetAcquiredDelegatedFrozenBalanceForBandwidth() int64 + func (x *Account) GetActivePermission() []*Permission + func (x *Account) GetAddress() []byte + func (x *Account) GetAllowance() int64 + func (x *Account) GetAsset() map[string]int64 + func (x *Account) GetAssetIssuedName() []byte + func (x *Account) GetAssetIssued_ID() []byte + func (x *Account) GetAssetV2() map[string]int64 + func (x *Account) GetBalance() int64 + func (x *Account) GetCode() []byte + func (x *Account) GetCodeHash() []byte + func (x *Account) GetCreateTime() int64 + func (x *Account) GetDelegatedFrozenBalanceForBandwidth() int64 + func (x *Account) GetFreeAssetNetUsage() map[string]int64 + func (x *Account) GetFreeAssetNetUsageV2() map[string]int64 + func (x *Account) GetFreeNetUsage() int64 + func (x *Account) GetFrozen() []*Account_Frozen + func (x *Account) GetFrozenSupply() []*Account_Frozen + func (x *Account) GetIsCommittee() bool + func (x *Account) GetIsWitness() bool + func (x *Account) GetLatestAssetOperationTime() map[string]int64 + func (x *Account) GetLatestAssetOperationTimeV2() map[string]int64 + func (x *Account) GetLatestConsumeFreeTime() int64 + func (x *Account) GetLatestConsumeTime() int64 + func (x *Account) GetLatestOprationTime() int64 + func (x *Account) GetLatestWithdrawTime() int64 + func (x *Account) GetNetUsage() int64 + func (x *Account) GetOwnerPermission() *Permission + func (x *Account) GetType() AccountType + func (x *Account) GetVotes() []*Vote + func (x *Account) GetWitnessPermission() *Permission + func (x *Account) ProtoReflect() protoreflect.Message + func (x *Account) Reset() + func (x *Account) String() string + 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 (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_Merge(src proto.Message) + func (m *AccountCreateContract) XXX_Size() int + func (m *AccountCreateContract) XXX_Unmarshal(b []byte) error + type AccountId struct + Address []byte + Name []byte + func (*AccountId) Descriptor() ([]byte, []int) + func (*AccountId) ProtoMessage() + func (x *AccountId) GetAddress() []byte + func (x *AccountId) GetName() []byte + func (x *AccountId) ProtoReflect() protoreflect.Message + func (x *AccountId) Reset() + func (x *AccountId) String() string + type AccountPermissionUpdateContract struct + Actives []*Permission + Owner *Permission + OwnerAddress []byte + Witness *Permission + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AccountPermissionUpdateContract) Descriptor() ([]byte, []int) + func (*AccountPermissionUpdateContract) ProtoMessage() + func (m *AccountPermissionUpdateContract) GetActives() []*Permission + func (m *AccountPermissionUpdateContract) GetOwner() *Permission + func (m *AccountPermissionUpdateContract) GetOwnerAddress() []byte + func (m *AccountPermissionUpdateContract) GetWitness() *Permission + func (m *AccountPermissionUpdateContract) Reset() + func (m *AccountPermissionUpdateContract) String() string + func (m *AccountPermissionUpdateContract) XXX_DiscardUnknown() + func (m *AccountPermissionUpdateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AccountPermissionUpdateContract) XXX_Merge(src proto.Message) + func (m *AccountPermissionUpdateContract) XXX_Size() int + func (m *AccountPermissionUpdateContract) XXX_Unmarshal(b []byte) error + type AccountType int32 + const AccountType_AssetIssue + const AccountType_Contract + const AccountType_Normal + func (AccountType) Descriptor() protoreflect.EnumDescriptor + func (AccountType) EnumDescriptor() ([]byte, []int) + func (AccountType) Type() protoreflect.EnumType + func (x AccountType) Enum() *AccountType + func (x AccountType) Number() protoreflect.EnumNumber + 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 (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_Merge(src proto.Message) + func (m *AccountUpdateContract) XXX_Size() int + func (m *AccountUpdateContract) XXX_Unmarshal(b []byte) error + type Account_AccountResource struct + AcquiredDelegatedFrozenBalanceForEnergy int64 + DelegatedFrozenBalanceForEnergy int64 + EnergyUsage int64 + FrozenBalanceForEnergy *Account_Frozen + LatestConsumeTimeForEnergy int64 + LatestExchangeStorageTime int64 + StorageLimit int64 + StorageUsage int64 + func (*Account_AccountResource) Descriptor() ([]byte, []int) + func (*Account_AccountResource) ProtoMessage() + func (x *Account_AccountResource) GetAcquiredDelegatedFrozenBalanceForEnergy() int64 + func (x *Account_AccountResource) GetDelegatedFrozenBalanceForEnergy() int64 + func (x *Account_AccountResource) GetEnergyUsage() int64 + func (x *Account_AccountResource) GetFrozenBalanceForEnergy() *Account_Frozen + func (x *Account_AccountResource) GetLatestConsumeTimeForEnergy() int64 + func (x *Account_AccountResource) GetLatestExchangeStorageTime() int64 + func (x *Account_AccountResource) GetStorageLimit() int64 + func (x *Account_AccountResource) GetStorageUsage() int64 + func (x *Account_AccountResource) ProtoReflect() protoreflect.Message + func (x *Account_AccountResource) Reset() + func (x *Account_AccountResource) String() string + type Account_Frozen struct + ExpireTime int64 + FrozenBalance int64 + func (*Account_Frozen) Descriptor() ([]byte, []int) + func (*Account_Frozen) ProtoMessage() + func (x *Account_Frozen) GetExpireTime() int64 + func (x *Account_Frozen) GetFrozenBalance() int64 + func (x *Account_Frozen) ProtoReflect() protoreflect.Message + func (x *Account_Frozen) Reset() + func (x *Account_Frozen) String() string + type AssetIssueContract struct + Abbr []byte + Description []byte + EndTime int64 + FreeAssetNetLimit int64 + FrozenSupply []*AssetIssueContract_FrozenSupply + Id string + Name []byte + Num int32 + Order int64 + OwnerAddress []byte + Precision int32 + 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 (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) GetId() string + func (m *AssetIssueContract) GetName() []byte + func (m *AssetIssueContract) GetNum() int32 + func (m *AssetIssueContract) GetOrder() int64 + func (m *AssetIssueContract) GetOwnerAddress() []byte + func (m *AssetIssueContract) GetPrecision() int32 + 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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + func (m *AssetIssueContract_FrozenSupply) XXX_Size() int + func (m *AssetIssueContract_FrozenSupply) XXX_Unmarshal(b []byte) error + type AuthenticationPath struct + Value []bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*AuthenticationPath) Descriptor() ([]byte, []int) + func (*AuthenticationPath) ProtoMessage() + func (m *AuthenticationPath) GetValue() []bool + func (m *AuthenticationPath) Reset() + func (m *AuthenticationPath) String() string + func (m *AuthenticationPath) XXX_DiscardUnknown() + func (m *AuthenticationPath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *AuthenticationPath) XXX_Merge(src proto.Message) + func (m *AuthenticationPath) XXX_Size() int + func (m *AuthenticationPath) XXX_Unmarshal(b []byte) error + type Authority struct + Account *AccountId + PermissionName []byte + func (*Authority) Descriptor() ([]byte, []int) + func (*Authority) ProtoMessage() + func (x *Authority) GetAccount() *AccountId + func (x *Authority) GetPermissionName() []byte + func (x *Authority) ProtoReflect() protoreflect.Message + func (x *Authority) Reset() + func (x *Authority) String() string + type BackupMessage struct + Flag bool + Priority int32 + func (*BackupMessage) Descriptor() ([]byte, []int) + func (*BackupMessage) ProtoMessage() + func (x *BackupMessage) GetFlag() bool + func (x *BackupMessage) GetPriority() int32 + func (x *BackupMessage) ProtoReflect() protoreflect.Message + func (x *BackupMessage) Reset() + func (x *BackupMessage) String() string + type Block struct + BlockHeader *BlockHeader + Transactions []*Transaction + func (*Block) Descriptor() ([]byte, []int) + func (*Block) ProtoMessage() + func (x *Block) GetBlockHeader() *BlockHeader + func (x *Block) GetTransactions() []*Transaction + func (x *Block) ProtoReflect() protoreflect.Message + func (x *Block) Reset() + func (x *Block) String() string + type BlockHeader struct + RawData *BlockHeaderRaw + WitnessSignature []byte + func (*BlockHeader) Descriptor() ([]byte, []int) + func (*BlockHeader) ProtoMessage() + func (x *BlockHeader) GetRawData() *BlockHeaderRaw + func (x *BlockHeader) GetWitnessSignature() []byte + func (x *BlockHeader) ProtoReflect() protoreflect.Message + func (x *BlockHeader) Reset() + func (x *BlockHeader) String() string + type BlockHeaderRaw struct + AccountStateRoot []byte + Number int64 + ParentHash []byte + Timestamp int64 + TxTrieRoot []byte + Version int32 + WitnessAddress []byte + WitnessId int64 + func (*BlockHeaderRaw) Descriptor() ([]byte, []int) + func (*BlockHeaderRaw) ProtoMessage() + func (x *BlockHeaderRaw) GetAccountStateRoot() []byte + func (x *BlockHeaderRaw) GetNumber() int64 + func (x *BlockHeaderRaw) GetParentHash() []byte + func (x *BlockHeaderRaw) GetTimestamp() int64 + func (x *BlockHeaderRaw) GetTxTrieRoot() []byte + func (x *BlockHeaderRaw) GetVersion() int32 + func (x *BlockHeaderRaw) GetWitnessAddress() []byte + func (x *BlockHeaderRaw) GetWitnessId() int64 + func (x *BlockHeaderRaw) ProtoReflect() protoreflect.Message + func (x *BlockHeaderRaw) Reset() + func (x *BlockHeaderRaw) String() string + type BlockInventory struct + Ids []*BlockInventory_BlockId + Type BlockInventory_Type + func (*BlockInventory) Descriptor() ([]byte, []int) + func (*BlockInventory) ProtoMessage() + func (x *BlockInventory) GetIds() []*BlockInventory_BlockId + func (x *BlockInventory) GetType() BlockInventory_Type + func (x *BlockInventory) ProtoReflect() protoreflect.Message + func (x *BlockInventory) Reset() + func (x *BlockInventory) String() string + type BlockInventory_BlockId struct + Hash []byte + Number int64 + func (*BlockInventory_BlockId) Descriptor() ([]byte, []int) + func (*BlockInventory_BlockId) ProtoMessage() + func (x *BlockInventory_BlockId) GetHash() []byte + func (x *BlockInventory_BlockId) GetNumber() int64 + func (x *BlockInventory_BlockId) ProtoReflect() protoreflect.Message + func (x *BlockInventory_BlockId) Reset() + func (x *BlockInventory_BlockId) String() string + type BlockInventory_Type int32 + const BlockInventory_ADVTISE + const BlockInventory_FETCH + const BlockInventory_SYNC + func (BlockInventory_Type) Descriptor() protoreflect.EnumDescriptor + func (BlockInventory_Type) EnumDescriptor() ([]byte, []int) + func (BlockInventory_Type) Type() protoreflect.EnumType + func (x BlockInventory_Type) Enum() *BlockInventory_Type + func (x BlockInventory_Type) Number() protoreflect.EnumNumber + func (x BlockInventory_Type) String() string + type BuyStorageBytesContract struct + Bytes int64 + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BuyStorageBytesContract) Descriptor() ([]byte, []int) + func (*BuyStorageBytesContract) ProtoMessage() + func (m *BuyStorageBytesContract) GetBytes() int64 + func (m *BuyStorageBytesContract) GetOwnerAddress() []byte + func (m *BuyStorageBytesContract) Reset() + func (m *BuyStorageBytesContract) String() string + func (m *BuyStorageBytesContract) XXX_DiscardUnknown() + func (m *BuyStorageBytesContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BuyStorageBytesContract) XXX_Merge(src proto.Message) + func (m *BuyStorageBytesContract) XXX_Size() int + func (m *BuyStorageBytesContract) XXX_Unmarshal(b []byte) error + type BuyStorageContract struct + OwnerAddress []byte + Quant int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BuyStorageContract) Descriptor() ([]byte, []int) + func (*BuyStorageContract) ProtoMessage() + func (m *BuyStorageContract) GetOwnerAddress() []byte + func (m *BuyStorageContract) GetQuant() int64 + func (m *BuyStorageContract) Reset() + func (m *BuyStorageContract) String() string + func (m *BuyStorageContract) XXX_DiscardUnknown() + func (m *BuyStorageContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BuyStorageContract) XXX_Merge(src proto.Message) + func (m *BuyStorageContract) XXX_Size() int + func (m *BuyStorageContract) XXX_Unmarshal(b []byte) error + type ChainInventory struct + Ids []*ChainInventory_BlockId + RemainNum int64 + func (*ChainInventory) Descriptor() ([]byte, []int) + func (*ChainInventory) ProtoMessage() + func (x *ChainInventory) GetIds() []*ChainInventory_BlockId + func (x *ChainInventory) GetRemainNum() int64 + func (x *ChainInventory) ProtoReflect() protoreflect.Message + func (x *ChainInventory) Reset() + func (x *ChainInventory) String() string + type ChainInventory_BlockId struct + Hash []byte + Number int64 + func (*ChainInventory_BlockId) Descriptor() ([]byte, []int) + func (*ChainInventory_BlockId) ProtoMessage() + func (x *ChainInventory_BlockId) GetHash() []byte + func (x *ChainInventory_BlockId) GetNumber() int64 + func (x *ChainInventory_BlockId) ProtoReflect() protoreflect.Message + func (x *ChainInventory_BlockId) Reset() + func (x *ChainInventory_BlockId) String() string + type ChainParameters struct + ChainParameter []*ChainParameters_ChainParameter + func (*ChainParameters) Descriptor() ([]byte, []int) + func (*ChainParameters) ProtoMessage() + func (x *ChainParameters) GetChainParameter() []*ChainParameters_ChainParameter + func (x *ChainParameters) ProtoReflect() protoreflect.Message + func (x *ChainParameters) Reset() + func (x *ChainParameters) String() string + type ChainParameters_ChainParameter struct + Key string + Value int64 + func (*ChainParameters_ChainParameter) Descriptor() ([]byte, []int) + func (*ChainParameters_ChainParameter) ProtoMessage() + func (x *ChainParameters_ChainParameter) GetKey() string + func (x *ChainParameters_ChainParameter) GetValue() int64 + func (x *ChainParameters_ChainParameter) ProtoReflect() protoreflect.Message + func (x *ChainParameters_ChainParameter) Reset() + func (x *ChainParameters_ChainParameter) String() string + type ClearABIContract struct + ContractAddress []byte + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClearABIContract) Descriptor() ([]byte, []int) + func (*ClearABIContract) ProtoMessage() + func (m *ClearABIContract) GetContractAddress() []byte + func (m *ClearABIContract) GetOwnerAddress() []byte + func (m *ClearABIContract) Reset() + func (m *ClearABIContract) String() string + func (m *ClearABIContract) XXX_DiscardUnknown() + func (m *ClearABIContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClearABIContract) XXX_Merge(src proto.Message) + func (m *ClearABIContract) XXX_Size() int + func (m *ClearABIContract) XXX_Unmarshal(b []byte) error + type CreateSmartContract struct + CallTokenValue int64 + NewContract *SmartContract + OwnerAddress []byte + TokenId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*CreateSmartContract) Descriptor() ([]byte, []int) + func (*CreateSmartContract) ProtoMessage() + func (m *CreateSmartContract) GetCallTokenValue() int64 + func (m *CreateSmartContract) GetNewContract() *SmartContract + func (m *CreateSmartContract) GetOwnerAddress() []byte + func (m *CreateSmartContract) GetTokenId() int64 + func (m *CreateSmartContract) Reset() + func (m *CreateSmartContract) String() string + func (m *CreateSmartContract) XXX_DiscardUnknown() + func (m *CreateSmartContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *CreateSmartContract) XXX_Merge(src proto.Message) + func (m *CreateSmartContract) XXX_Size() int + func (m *CreateSmartContract) XXX_Unmarshal(b []byte) error + type DelegatedResource struct + ExpireTimeForBandwidth int64 + ExpireTimeForEnergy int64 + From []byte + FrozenBalanceForBandwidth int64 + FrozenBalanceForEnergy int64 + To []byte + func (*DelegatedResource) Descriptor() ([]byte, []int) + func (*DelegatedResource) ProtoMessage() + func (x *DelegatedResource) GetExpireTimeForBandwidth() int64 + func (x *DelegatedResource) GetExpireTimeForEnergy() int64 + func (x *DelegatedResource) GetFrom() []byte + func (x *DelegatedResource) GetFrozenBalanceForBandwidth() int64 + func (x *DelegatedResource) GetFrozenBalanceForEnergy() int64 + func (x *DelegatedResource) GetTo() []byte + func (x *DelegatedResource) ProtoReflect() protoreflect.Message + func (x *DelegatedResource) Reset() + func (x *DelegatedResource) String() string + type DelegatedResourceAccountIndex struct + Account []byte + FromAccounts [][]byte + ToAccounts [][]byte + func (*DelegatedResourceAccountIndex) Descriptor() ([]byte, []int) + func (*DelegatedResourceAccountIndex) ProtoMessage() + func (x *DelegatedResourceAccountIndex) GetAccount() []byte + func (x *DelegatedResourceAccountIndex) GetFromAccounts() [][]byte + func (x *DelegatedResourceAccountIndex) GetToAccounts() [][]byte + func (x *DelegatedResourceAccountIndex) ProtoReflect() protoreflect.Message + func (x *DelegatedResourceAccountIndex) Reset() + func (x *DelegatedResourceAccountIndex) String() string + type DisconnectMessage struct + Reason ReasonCode + func (*DisconnectMessage) Descriptor() ([]byte, []int) + func (*DisconnectMessage) ProtoMessage() + func (x *DisconnectMessage) GetReason() ReasonCode + func (x *DisconnectMessage) ProtoReflect() protoreflect.Message + func (x *DisconnectMessage) Reset() + func (x *DisconnectMessage) String() string + type DynamicProperties struct + LastSolidityBlockNum int64 + func (*DynamicProperties) Descriptor() ([]byte, []int) + func (*DynamicProperties) ProtoMessage() + func (x *DynamicProperties) GetLastSolidityBlockNum() int64 + func (x *DynamicProperties) ProtoReflect() protoreflect.Message + func (x *DynamicProperties) Reset() + func (x *DynamicProperties) String() string + type Endpoint struct + Address []byte + NodeId []byte + Port int32 + func (*Endpoint) Descriptor() ([]byte, []int) + func (*Endpoint) ProtoMessage() + func (x *Endpoint) GetAddress() []byte + func (x *Endpoint) GetNodeId() []byte + func (x *Endpoint) GetPort() int32 + func (x *Endpoint) ProtoReflect() protoreflect.Message + func (x *Endpoint) Reset() + func (x *Endpoint) String() string + type Exchange struct + CreateTime int64 + CreatorAddress []byte + ExchangeId int64 + FirstTokenBalance int64 + FirstTokenId []byte + SecondTokenBalance int64 + SecondTokenId []byte + func (*Exchange) Descriptor() ([]byte, []int) + func (*Exchange) ProtoMessage() + func (x *Exchange) GetCreateTime() int64 + func (x *Exchange) GetCreatorAddress() []byte + func (x *Exchange) GetExchangeId() int64 + func (x *Exchange) GetFirstTokenBalance() int64 + func (x *Exchange) GetFirstTokenId() []byte + func (x *Exchange) GetSecondTokenBalance() int64 + func (x *Exchange) GetSecondTokenId() []byte + func (x *Exchange) ProtoReflect() protoreflect.Message + func (x *Exchange) Reset() + func (x *Exchange) String() string + type ExchangeCreateContract struct + FirstTokenBalance int64 + FirstTokenId []byte + OwnerAddress []byte + SecondTokenBalance int64 + SecondTokenId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExchangeCreateContract) Descriptor() ([]byte, []int) + func (*ExchangeCreateContract) ProtoMessage() + func (m *ExchangeCreateContract) GetFirstTokenBalance() int64 + func (m *ExchangeCreateContract) GetFirstTokenId() []byte + func (m *ExchangeCreateContract) GetOwnerAddress() []byte + func (m *ExchangeCreateContract) GetSecondTokenBalance() int64 + func (m *ExchangeCreateContract) GetSecondTokenId() []byte + func (m *ExchangeCreateContract) Reset() + func (m *ExchangeCreateContract) String() string + func (m *ExchangeCreateContract) XXX_DiscardUnknown() + func (m *ExchangeCreateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExchangeCreateContract) XXX_Merge(src proto.Message) + func (m *ExchangeCreateContract) XXX_Size() int + func (m *ExchangeCreateContract) XXX_Unmarshal(b []byte) error + type ExchangeInjectContract struct + ExchangeId int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExchangeInjectContract) Descriptor() ([]byte, []int) + func (*ExchangeInjectContract) ProtoMessage() + func (m *ExchangeInjectContract) GetExchangeId() int64 + func (m *ExchangeInjectContract) GetOwnerAddress() []byte + func (m *ExchangeInjectContract) GetQuant() int64 + func (m *ExchangeInjectContract) GetTokenId() []byte + func (m *ExchangeInjectContract) Reset() + func (m *ExchangeInjectContract) String() string + func (m *ExchangeInjectContract) XXX_DiscardUnknown() + func (m *ExchangeInjectContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExchangeInjectContract) XXX_Merge(src proto.Message) + func (m *ExchangeInjectContract) XXX_Size() int + func (m *ExchangeInjectContract) XXX_Unmarshal(b []byte) error + type ExchangeTransactionContract struct + ExchangeId int64 + Expected int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExchangeTransactionContract) Descriptor() ([]byte, []int) + func (*ExchangeTransactionContract) ProtoMessage() + func (m *ExchangeTransactionContract) GetExchangeId() int64 + func (m *ExchangeTransactionContract) GetExpected() int64 + func (m *ExchangeTransactionContract) GetOwnerAddress() []byte + func (m *ExchangeTransactionContract) GetQuant() int64 + func (m *ExchangeTransactionContract) GetTokenId() []byte + func (m *ExchangeTransactionContract) Reset() + func (m *ExchangeTransactionContract) String() string + func (m *ExchangeTransactionContract) XXX_DiscardUnknown() + func (m *ExchangeTransactionContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExchangeTransactionContract) XXX_Merge(src proto.Message) + func (m *ExchangeTransactionContract) XXX_Size() int + func (m *ExchangeTransactionContract) XXX_Unmarshal(b []byte) error + type ExchangeWithdrawContract struct + ExchangeId int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ExchangeWithdrawContract) Descriptor() ([]byte, []int) + func (*ExchangeWithdrawContract) ProtoMessage() + func (m *ExchangeWithdrawContract) GetExchangeId() int64 + func (m *ExchangeWithdrawContract) GetOwnerAddress() []byte + func (m *ExchangeWithdrawContract) GetQuant() int64 + func (m *ExchangeWithdrawContract) GetTokenId() []byte + func (m *ExchangeWithdrawContract) Reset() + func (m *ExchangeWithdrawContract) String() string + func (m *ExchangeWithdrawContract) XXX_DiscardUnknown() + func (m *ExchangeWithdrawContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ExchangeWithdrawContract) XXX_Merge(src proto.Message) + func (m *ExchangeWithdrawContract) XXX_Size() int + func (m *ExchangeWithdrawContract) XXX_Unmarshal(b []byte) error + type FindNeighbours struct + From *Endpoint + TargetId []byte + Timestamp int64 + func (*FindNeighbours) Descriptor() ([]byte, []int) + func (*FindNeighbours) ProtoMessage() + func (x *FindNeighbours) GetFrom() *Endpoint + func (x *FindNeighbours) GetTargetId() []byte + func (x *FindNeighbours) GetTimestamp() int64 + func (x *FindNeighbours) ProtoReflect() protoreflect.Message + func (x *FindNeighbours) Reset() + func (x *FindNeighbours) String() string + type FreezeBalanceContract struct + FrozenBalance int64 + FrozenDuration int64 + OwnerAddress []byte + ReceiverAddress []byte + Resource ResourceCode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*FreezeBalanceContract) Descriptor() ([]byte, []int) + func (*FreezeBalanceContract) ProtoMessage() + func (m *FreezeBalanceContract) GetFrozenBalance() int64 + func (m *FreezeBalanceContract) GetFrozenDuration() int64 + func (m *FreezeBalanceContract) GetOwnerAddress() []byte + func (m *FreezeBalanceContract) GetReceiverAddress() []byte + func (m *FreezeBalanceContract) GetResource() ResourceCode + 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_Merge(src proto.Message) + 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 + func (*HelloMessage) Descriptor() ([]byte, []int) + func (*HelloMessage) ProtoMessage() + func (x *HelloMessage) GetFrom() *Endpoint + func (x *HelloMessage) GetGenesisBlockId() *HelloMessage_BlockId + func (x *HelloMessage) GetHeadBlockId() *HelloMessage_BlockId + func (x *HelloMessage) GetSolidBlockId() *HelloMessage_BlockId + func (x *HelloMessage) GetTimestamp() int64 + func (x *HelloMessage) GetVersion() int32 + func (x *HelloMessage) ProtoReflect() protoreflect.Message + func (x *HelloMessage) Reset() + func (x *HelloMessage) String() string + type HelloMessage_BlockId struct + Hash []byte + Number int64 + func (*HelloMessage_BlockId) Descriptor() ([]byte, []int) + func (*HelloMessage_BlockId) ProtoMessage() + func (x *HelloMessage_BlockId) GetHash() []byte + func (x *HelloMessage_BlockId) GetNumber() int64 + func (x *HelloMessage_BlockId) ProtoReflect() protoreflect.Message + func (x *HelloMessage_BlockId) Reset() + func (x *HelloMessage_BlockId) String() string + type IncrementalMerkleTree struct + Left *PedersenHash + Parents []*PedersenHash + Right *PedersenHash + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*IncrementalMerkleTree) Descriptor() ([]byte, []int) + func (*IncrementalMerkleTree) ProtoMessage() + func (m *IncrementalMerkleTree) GetLeft() *PedersenHash + func (m *IncrementalMerkleTree) GetParents() []*PedersenHash + func (m *IncrementalMerkleTree) GetRight() *PedersenHash + func (m *IncrementalMerkleTree) Reset() + func (m *IncrementalMerkleTree) String() string + func (m *IncrementalMerkleTree) XXX_DiscardUnknown() + func (m *IncrementalMerkleTree) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IncrementalMerkleTree) XXX_Merge(src proto.Message) + func (m *IncrementalMerkleTree) XXX_Size() int + func (m *IncrementalMerkleTree) XXX_Unmarshal(b []byte) error + type IncrementalMerkleVoucher struct + Cursor *IncrementalMerkleTree + CursorDepth int64 + Filled []*PedersenHash + OutputPoint *OutputPoint + Rt []byte + Tree *IncrementalMerkleTree + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*IncrementalMerkleVoucher) Descriptor() ([]byte, []int) + func (*IncrementalMerkleVoucher) ProtoMessage() + func (m *IncrementalMerkleVoucher) GetCursor() *IncrementalMerkleTree + func (m *IncrementalMerkleVoucher) GetCursorDepth() int64 + func (m *IncrementalMerkleVoucher) GetFilled() []*PedersenHash + func (m *IncrementalMerkleVoucher) GetOutputPoint() *OutputPoint + func (m *IncrementalMerkleVoucher) GetRt() []byte + func (m *IncrementalMerkleVoucher) GetTree() *IncrementalMerkleTree + func (m *IncrementalMerkleVoucher) Reset() + func (m *IncrementalMerkleVoucher) String() string + func (m *IncrementalMerkleVoucher) XXX_DiscardUnknown() + func (m *IncrementalMerkleVoucher) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IncrementalMerkleVoucher) XXX_Merge(src proto.Message) + func (m *IncrementalMerkleVoucher) XXX_Size() int + func (m *IncrementalMerkleVoucher) XXX_Unmarshal(b []byte) error + type IncrementalMerkleVoucherInfo struct + Paths [][]byte + Vouchers []*IncrementalMerkleVoucher + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*IncrementalMerkleVoucherInfo) Descriptor() ([]byte, []int) + func (*IncrementalMerkleVoucherInfo) ProtoMessage() + func (m *IncrementalMerkleVoucherInfo) GetPaths() [][]byte + func (m *IncrementalMerkleVoucherInfo) GetVouchers() []*IncrementalMerkleVoucher + func (m *IncrementalMerkleVoucherInfo) Reset() + func (m *IncrementalMerkleVoucherInfo) String() string + func (m *IncrementalMerkleVoucherInfo) XXX_DiscardUnknown() + func (m *IncrementalMerkleVoucherInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *IncrementalMerkleVoucherInfo) XXX_Merge(src proto.Message) + func (m *IncrementalMerkleVoucherInfo) XXX_Size() int + func (m *IncrementalMerkleVoucherInfo) XXX_Unmarshal(b []byte) error + type InternalTransaction struct + CallValueInfo []*InternalTransaction_CallValueInfo + CallerAddress []byte + Hash []byte + Note []byte + Rejected bool + TransferToAddress []byte + func (*InternalTransaction) Descriptor() ([]byte, []int) + func (*InternalTransaction) ProtoMessage() + func (x *InternalTransaction) GetCallValueInfo() []*InternalTransaction_CallValueInfo + func (x *InternalTransaction) GetCallerAddress() []byte + func (x *InternalTransaction) GetHash() []byte + func (x *InternalTransaction) GetNote() []byte + func (x *InternalTransaction) GetRejected() bool + func (x *InternalTransaction) GetTransferToAddress() []byte + func (x *InternalTransaction) ProtoReflect() protoreflect.Message + func (x *InternalTransaction) Reset() + func (x *InternalTransaction) String() string + type InternalTransaction_CallValueInfo struct + CallValue int64 + TokenId string + func (*InternalTransaction_CallValueInfo) Descriptor() ([]byte, []int) + func (*InternalTransaction_CallValueInfo) ProtoMessage() + func (x *InternalTransaction_CallValueInfo) GetCallValue() int64 + func (x *InternalTransaction_CallValueInfo) GetTokenId() string + func (x *InternalTransaction_CallValueInfo) ProtoReflect() protoreflect.Message + func (x *InternalTransaction_CallValueInfo) Reset() + func (x *InternalTransaction_CallValueInfo) String() string + type Inventory struct + Ids [][]byte + Type Inventory_InventoryType + func (*Inventory) Descriptor() ([]byte, []int) + func (*Inventory) ProtoMessage() + func (x *Inventory) GetIds() [][]byte + func (x *Inventory) GetType() Inventory_InventoryType + func (x *Inventory) ProtoReflect() protoreflect.Message + func (x *Inventory) Reset() + func (x *Inventory) String() string + type InventoryItems struct + Items [][]byte + Type int32 + func (*InventoryItems) Descriptor() ([]byte, []int) + func (*InventoryItems) ProtoMessage() + func (x *InventoryItems) GetItems() [][]byte + func (x *InventoryItems) GetType() int32 + func (x *InventoryItems) ProtoReflect() protoreflect.Message + func (x *InventoryItems) Reset() + func (x *InventoryItems) String() string + type Inventory_InventoryType int32 + const Inventory_BLOCK + const Inventory_TRX + func (Inventory_InventoryType) Descriptor() protoreflect.EnumDescriptor + func (Inventory_InventoryType) EnumDescriptor() ([]byte, []int) + func (Inventory_InventoryType) Type() protoreflect.EnumType + func (x Inventory_InventoryType) Enum() *Inventory_InventoryType + func (x Inventory_InventoryType) Number() protoreflect.EnumNumber + func (x Inventory_InventoryType) String() string + type Items struct + BlockHeaders []*BlockHeader + Blocks []*Block + Transactions []*Transaction + Type Items_ItemType + func (*Items) Descriptor() ([]byte, []int) + func (*Items) ProtoMessage() + func (x *Items) GetBlockHeaders() []*BlockHeader + func (x *Items) GetBlocks() []*Block + func (x *Items) GetTransactions() []*Transaction + func (x *Items) GetType() Items_ItemType + func (x *Items) ProtoReflect() protoreflect.Message + func (x *Items) Reset() + func (x *Items) String() string + type Items_ItemType int32 + const Items_BLOCK + const Items_BLOCKHEADER + const Items_ERR + const Items_TRX + func (Items_ItemType) Descriptor() protoreflect.EnumDescriptor + func (Items_ItemType) EnumDescriptor() ([]byte, []int) + func (Items_ItemType) Type() protoreflect.EnumType + func (x Items_ItemType) Enum() *Items_ItemType + func (x Items_ItemType) Number() protoreflect.EnumNumber + func (x Items_ItemType) String() string + type Key struct + Address []byte + Weight int64 + func (*Key) Descriptor() ([]byte, []int) + func (*Key) ProtoMessage() + func (x *Key) GetAddress() []byte + func (x *Key) GetWeight() int64 + func (x *Key) ProtoReflect() protoreflect.Message + func (x *Key) Reset() + func (x *Key) String() string + type MerklePath struct + AuthenticationPaths []*AuthenticationPath + Index []bool + Rt []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MerklePath) Descriptor() ([]byte, []int) + func (*MerklePath) ProtoMessage() + func (m *MerklePath) GetAuthenticationPaths() []*AuthenticationPath + func (m *MerklePath) GetIndex() []bool + func (m *MerklePath) GetRt() []byte + func (m *MerklePath) Reset() + func (m *MerklePath) String() string + func (m *MerklePath) XXX_DiscardUnknown() + func (m *MerklePath) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MerklePath) XXX_Merge(src proto.Message) + func (m *MerklePath) XXX_Size() int + func (m *MerklePath) XXX_Unmarshal(b []byte) error + type Neighbours struct + From *Endpoint + Neighbours []*Endpoint + Timestamp int64 + func (*Neighbours) Descriptor() ([]byte, []int) + func (*Neighbours) ProtoMessage() + func (x *Neighbours) GetFrom() *Endpoint + func (x *Neighbours) GetNeighbours() []*Endpoint + func (x *Neighbours) GetTimestamp() int64 + func (x *Neighbours) ProtoReflect() protoreflect.Message + func (x *Neighbours) Reset() + func (x *Neighbours) String() string + type NodeInfo struct + ActiveConnectCount int32 + BeginSyncNum int64 + Block string + CheatWitnessInfoMap map[string]string + ConfigNodeInfo *NodeInfo_ConfigNodeInfo + CurrentConnectCount int32 + MachineInfo *NodeInfo_MachineInfo + PassiveConnectCount int32 + PeerInfoList []*NodeInfo_PeerInfo + SolidityBlock string + TotalFlow int64 + func (*NodeInfo) Descriptor() ([]byte, []int) + func (*NodeInfo) ProtoMessage() + func (x *NodeInfo) GetActiveConnectCount() int32 + func (x *NodeInfo) GetBeginSyncNum() int64 + func (x *NodeInfo) GetBlock() string + func (x *NodeInfo) GetCheatWitnessInfoMap() map[string]string + func (x *NodeInfo) GetConfigNodeInfo() *NodeInfo_ConfigNodeInfo + func (x *NodeInfo) GetCurrentConnectCount() int32 + func (x *NodeInfo) GetMachineInfo() *NodeInfo_MachineInfo + func (x *NodeInfo) GetPassiveConnectCount() int32 + func (x *NodeInfo) GetPeerInfoList() []*NodeInfo_PeerInfo + func (x *NodeInfo) GetSolidityBlock() string + func (x *NodeInfo) GetTotalFlow() int64 + func (x *NodeInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo) Reset() + func (x *NodeInfo) String() string + type NodeInfo_ConfigNodeInfo struct + ActiveNodeSize int32 + AllowAdaptiveEnergy int64 + AllowCreationOfContracts int64 + BackupListenPort int32 + BackupMemberSize int32 + BackupPriority int32 + CodeVersion string + DbVersion int32 + DiscoverEnable bool + ListenPort int32 + MaxConnectCount int32 + MaxTimeRatio float64 + MinParticipationRate int32 + MinTimeRatio float64 + P2PVersion string + PassiveNodeSize int32 + SameIpMaxConnectCount int32 + SendNodeSize int32 + SupportConstant bool + func (*NodeInfo_ConfigNodeInfo) Descriptor() ([]byte, []int) + func (*NodeInfo_ConfigNodeInfo) ProtoMessage() + func (x *NodeInfo_ConfigNodeInfo) GetActiveNodeSize() int32 + func (x *NodeInfo_ConfigNodeInfo) GetAllowAdaptiveEnergy() int64 + func (x *NodeInfo_ConfigNodeInfo) GetAllowCreationOfContracts() int64 + func (x *NodeInfo_ConfigNodeInfo) GetBackupListenPort() int32 + func (x *NodeInfo_ConfigNodeInfo) GetBackupMemberSize() int32 + func (x *NodeInfo_ConfigNodeInfo) GetBackupPriority() int32 + func (x *NodeInfo_ConfigNodeInfo) GetCodeVersion() string + func (x *NodeInfo_ConfigNodeInfo) GetDbVersion() int32 + func (x *NodeInfo_ConfigNodeInfo) GetDiscoverEnable() bool + func (x *NodeInfo_ConfigNodeInfo) GetListenPort() int32 + func (x *NodeInfo_ConfigNodeInfo) GetMaxConnectCount() int32 + func (x *NodeInfo_ConfigNodeInfo) GetMaxTimeRatio() float64 + func (x *NodeInfo_ConfigNodeInfo) GetMinParticipationRate() int32 + func (x *NodeInfo_ConfigNodeInfo) GetMinTimeRatio() float64 + func (x *NodeInfo_ConfigNodeInfo) GetP2PVersion() string + func (x *NodeInfo_ConfigNodeInfo) GetPassiveNodeSize() int32 + func (x *NodeInfo_ConfigNodeInfo) GetSameIpMaxConnectCount() int32 + func (x *NodeInfo_ConfigNodeInfo) GetSendNodeSize() int32 + func (x *NodeInfo_ConfigNodeInfo) GetSupportConstant() bool + func (x *NodeInfo_ConfigNodeInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo_ConfigNodeInfo) Reset() + func (x *NodeInfo_ConfigNodeInfo) String() string + type NodeInfo_MachineInfo struct + CpuCount int32 + CpuRate float64 + DeadLockThreadCount int32 + DeadLockThreadInfoList []*NodeInfo_MachineInfo_DeadLockThreadInfo + FreeMemory int64 + JavaVersion string + JvmFreeMemory int64 + JvmTotalMemoery int64 + MemoryDescInfoList []*NodeInfo_MachineInfo_MemoryDescInfo + OsName string + ProcessCpuRate float64 + ThreadCount int32 + TotalMemory int64 + func (*NodeInfo_MachineInfo) Descriptor() ([]byte, []int) + func (*NodeInfo_MachineInfo) ProtoMessage() + func (x *NodeInfo_MachineInfo) GetCpuCount() int32 + func (x *NodeInfo_MachineInfo) GetCpuRate() float64 + func (x *NodeInfo_MachineInfo) GetDeadLockThreadCount() int32 + func (x *NodeInfo_MachineInfo) GetDeadLockThreadInfoList() []*NodeInfo_MachineInfo_DeadLockThreadInfo + func (x *NodeInfo_MachineInfo) GetFreeMemory() int64 + func (x *NodeInfo_MachineInfo) GetJavaVersion() string + func (x *NodeInfo_MachineInfo) GetJvmFreeMemory() int64 + func (x *NodeInfo_MachineInfo) GetJvmTotalMemoery() int64 + func (x *NodeInfo_MachineInfo) GetMemoryDescInfoList() []*NodeInfo_MachineInfo_MemoryDescInfo + func (x *NodeInfo_MachineInfo) GetOsName() string + func (x *NodeInfo_MachineInfo) GetProcessCpuRate() float64 + func (x *NodeInfo_MachineInfo) GetThreadCount() int32 + func (x *NodeInfo_MachineInfo) GetTotalMemory() int64 + func (x *NodeInfo_MachineInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo_MachineInfo) Reset() + func (x *NodeInfo_MachineInfo) String() string + type NodeInfo_MachineInfo_DeadLockThreadInfo struct + BlockTime int64 + LockName string + LockOwner string + Name string + StackTrace string + State string + WaitTime int64 + func (*NodeInfo_MachineInfo_DeadLockThreadInfo) Descriptor() ([]byte, []int) + func (*NodeInfo_MachineInfo_DeadLockThreadInfo) ProtoMessage() + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetBlockTime() int64 + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetLockName() string + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetLockOwner() string + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetName() string + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetStackTrace() string + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetState() string + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) GetWaitTime() int64 + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) Reset() + func (x *NodeInfo_MachineInfo_DeadLockThreadInfo) String() string + type NodeInfo_MachineInfo_MemoryDescInfo struct + InitSize int64 + MaxSize int64 + Name string + UseRate float64 + UseSize int64 + func (*NodeInfo_MachineInfo_MemoryDescInfo) Descriptor() ([]byte, []int) + func (*NodeInfo_MachineInfo_MemoryDescInfo) ProtoMessage() + func (x *NodeInfo_MachineInfo_MemoryDescInfo) GetInitSize() int64 + func (x *NodeInfo_MachineInfo_MemoryDescInfo) GetMaxSize() int64 + func (x *NodeInfo_MachineInfo_MemoryDescInfo) GetName() string + func (x *NodeInfo_MachineInfo_MemoryDescInfo) GetUseRate() float64 + func (x *NodeInfo_MachineInfo_MemoryDescInfo) GetUseSize() int64 + func (x *NodeInfo_MachineInfo_MemoryDescInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo_MachineInfo_MemoryDescInfo) Reset() + func (x *NodeInfo_MachineInfo_MemoryDescInfo) String() string + type NodeInfo_PeerInfo struct + AvgLatency float64 + BlockInPorcSize int32 + ConnectTime int64 + DisconnectTimes int32 + HeadBlockTimeWeBothHave int64 + HeadBlockWeBothHave string + Host string + InFlow int64 + IsActive bool + LastBlockUpdateTime int64 + LastSyncBlock string + LocalDisconnectReason string + NeedSyncFromPeer bool + NeedSyncFromUs bool + NodeCount int32 + NodeId string + Port int32 + RemainNum int64 + RemoteDisconnectReason string + Score int32 + SyncBlockRequestedSize int32 + SyncFlag bool + SyncToFetchSize int32 + SyncToFetchSizePeekNum int64 + UnFetchSynNum int64 + func (*NodeInfo_PeerInfo) Descriptor() ([]byte, []int) + func (*NodeInfo_PeerInfo) ProtoMessage() + func (x *NodeInfo_PeerInfo) GetAvgLatency() float64 + func (x *NodeInfo_PeerInfo) GetBlockInPorcSize() int32 + func (x *NodeInfo_PeerInfo) GetConnectTime() int64 + func (x *NodeInfo_PeerInfo) GetDisconnectTimes() int32 + func (x *NodeInfo_PeerInfo) GetHeadBlockTimeWeBothHave() int64 + func (x *NodeInfo_PeerInfo) GetHeadBlockWeBothHave() string + func (x *NodeInfo_PeerInfo) GetHost() string + func (x *NodeInfo_PeerInfo) GetInFlow() int64 + func (x *NodeInfo_PeerInfo) GetIsActive() bool + func (x *NodeInfo_PeerInfo) GetLastBlockUpdateTime() int64 + func (x *NodeInfo_PeerInfo) GetLastSyncBlock() string + func (x *NodeInfo_PeerInfo) GetLocalDisconnectReason() string + func (x *NodeInfo_PeerInfo) GetNeedSyncFromPeer() bool + func (x *NodeInfo_PeerInfo) GetNeedSyncFromUs() bool + func (x *NodeInfo_PeerInfo) GetNodeCount() int32 + func (x *NodeInfo_PeerInfo) GetNodeId() string + func (x *NodeInfo_PeerInfo) GetPort() int32 + func (x *NodeInfo_PeerInfo) GetRemainNum() int64 + func (x *NodeInfo_PeerInfo) GetRemoteDisconnectReason() string + func (x *NodeInfo_PeerInfo) GetScore() int32 + func (x *NodeInfo_PeerInfo) GetSyncBlockRequestedSize() int32 + func (x *NodeInfo_PeerInfo) GetSyncFlag() bool + func (x *NodeInfo_PeerInfo) GetSyncToFetchSize() int32 + func (x *NodeInfo_PeerInfo) GetSyncToFetchSizePeekNum() int64 + func (x *NodeInfo_PeerInfo) GetUnFetchSynNum() int64 + func (x *NodeInfo_PeerInfo) ProtoReflect() protoreflect.Message + func (x *NodeInfo_PeerInfo) Reset() + func (x *NodeInfo_PeerInfo) String() string + type OutputPoint struct + Hash []byte + Index int32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutputPoint) Descriptor() ([]byte, []int) + func (*OutputPoint) ProtoMessage() + func (m *OutputPoint) GetHash() []byte + func (m *OutputPoint) GetIndex() int32 + func (m *OutputPoint) Reset() + func (m *OutputPoint) String() string + func (m *OutputPoint) XXX_DiscardUnknown() + func (m *OutputPoint) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutputPoint) XXX_Merge(src proto.Message) + func (m *OutputPoint) XXX_Size() int + func (m *OutputPoint) XXX_Unmarshal(b []byte) error + type OutputPointInfo struct + BlockNum int32 + OutPoints []*OutputPoint + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*OutputPointInfo) Descriptor() ([]byte, []int) + func (*OutputPointInfo) ProtoMessage() + func (m *OutputPointInfo) GetBlockNum() int32 + func (m *OutputPointInfo) GetOutPoints() []*OutputPoint + func (m *OutputPointInfo) Reset() + func (m *OutputPointInfo) String() string + func (m *OutputPointInfo) XXX_DiscardUnknown() + func (m *OutputPointInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *OutputPointInfo) XXX_Merge(src proto.Message) + func (m *OutputPointInfo) XXX_Size() int + func (m *OutputPointInfo) 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 (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_Merge(src proto.Message) + func (m *ParticipateAssetIssueContract) XXX_Size() int + func (m *ParticipateAssetIssueContract) XXX_Unmarshal(b []byte) error + type PedersenHash struct + Content []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PedersenHash) Descriptor() ([]byte, []int) + func (*PedersenHash) ProtoMessage() + func (m *PedersenHash) GetContent() []byte + func (m *PedersenHash) Reset() + func (m *PedersenHash) String() string + func (m *PedersenHash) XXX_DiscardUnknown() + func (m *PedersenHash) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PedersenHash) XXX_Merge(src proto.Message) + func (m *PedersenHash) XXX_Size() int + func (m *PedersenHash) XXX_Unmarshal(b []byte) error + type Permission struct + Id int32 + Keys []*Key + Operations []byte + ParentId int32 + PermissionName string + Threshold int64 + Type Permission_PermissionType + func (*Permission) Descriptor() ([]byte, []int) + func (*Permission) ProtoMessage() + func (x *Permission) GetId() int32 + func (x *Permission) GetKeys() []*Key + func (x *Permission) GetOperations() []byte + func (x *Permission) GetParentId() int32 + func (x *Permission) GetPermissionName() string + func (x *Permission) GetThreshold() int64 + func (x *Permission) GetType() Permission_PermissionType + func (x *Permission) ProtoReflect() protoreflect.Message + func (x *Permission) Reset() + func (x *Permission) String() string + type Permission_PermissionType int32 + const Permission_Active + const Permission_Owner + const Permission_Witness + func (Permission_PermissionType) Descriptor() protoreflect.EnumDescriptor + func (Permission_PermissionType) EnumDescriptor() ([]byte, []int) + func (Permission_PermissionType) Type() protoreflect.EnumType + func (x Permission_PermissionType) Enum() *Permission_PermissionType + func (x Permission_PermissionType) Number() protoreflect.EnumNumber + func (x Permission_PermissionType) String() string + type PingMessage struct + From *Endpoint + Timestamp int64 + To *Endpoint + Version int32 + func (*PingMessage) Descriptor() ([]byte, []int) + func (*PingMessage) ProtoMessage() + func (x *PingMessage) GetFrom() *Endpoint + func (x *PingMessage) GetTimestamp() int64 + func (x *PingMessage) GetTo() *Endpoint + func (x *PingMessage) GetVersion() int32 + func (x *PingMessage) ProtoReflect() protoreflect.Message + func (x *PingMessage) Reset() + func (x *PingMessage) String() string + type PongMessage struct + Echo int32 + From *Endpoint + Timestamp int64 + func (*PongMessage) Descriptor() ([]byte, []int) + func (*PongMessage) ProtoMessage() + func (x *PongMessage) GetEcho() int32 + func (x *PongMessage) GetFrom() *Endpoint + func (x *PongMessage) GetTimestamp() int64 + func (x *PongMessage) ProtoReflect() protoreflect.Message + func (x *PongMessage) Reset() + func (x *PongMessage) String() string + type Proposal struct + Approvals [][]byte + CreateTime int64 + ExpirationTime int64 + Parameters map[int64]int64 + ProposalId int64 + ProposerAddress []byte + State Proposal_State + func (*Proposal) Descriptor() ([]byte, []int) + func (*Proposal) ProtoMessage() + func (x *Proposal) GetApprovals() [][]byte + func (x *Proposal) GetCreateTime() int64 + func (x *Proposal) GetExpirationTime() int64 + func (x *Proposal) GetParameters() map[int64]int64 + func (x *Proposal) GetProposalId() int64 + func (x *Proposal) GetProposerAddress() []byte + func (x *Proposal) GetState() Proposal_State + func (x *Proposal) ProtoReflect() protoreflect.Message + func (x *Proposal) Reset() + func (x *Proposal) String() string + type ProposalApproveContract struct + IsAddApproval bool + OwnerAddress []byte + ProposalId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalApproveContract) Descriptor() ([]byte, []int) + func (*ProposalApproveContract) ProtoMessage() + func (m *ProposalApproveContract) GetIsAddApproval() bool + func (m *ProposalApproveContract) GetOwnerAddress() []byte + func (m *ProposalApproveContract) GetProposalId() int64 + func (m *ProposalApproveContract) Reset() + func (m *ProposalApproveContract) String() string + func (m *ProposalApproveContract) XXX_DiscardUnknown() + func (m *ProposalApproveContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalApproveContract) XXX_Merge(src proto.Message) + func (m *ProposalApproveContract) XXX_Size() int + func (m *ProposalApproveContract) XXX_Unmarshal(b []byte) error + type ProposalCreateContract struct + OwnerAddress []byte + Parameters map[int64]int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalCreateContract) Descriptor() ([]byte, []int) + func (*ProposalCreateContract) ProtoMessage() + func (m *ProposalCreateContract) GetOwnerAddress() []byte + func (m *ProposalCreateContract) GetParameters() map[int64]int64 + func (m *ProposalCreateContract) Reset() + func (m *ProposalCreateContract) String() string + func (m *ProposalCreateContract) XXX_DiscardUnknown() + func (m *ProposalCreateContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalCreateContract) XXX_Merge(src proto.Message) + func (m *ProposalCreateContract) XXX_Size() int + func (m *ProposalCreateContract) XXX_Unmarshal(b []byte) error + type ProposalDeleteContract struct + OwnerAddress []byte + ProposalId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ProposalDeleteContract) Descriptor() ([]byte, []int) + func (*ProposalDeleteContract) ProtoMessage() + func (m *ProposalDeleteContract) GetOwnerAddress() []byte + func (m *ProposalDeleteContract) GetProposalId() int64 + func (m *ProposalDeleteContract) Reset() + func (m *ProposalDeleteContract) String() string + func (m *ProposalDeleteContract) XXX_DiscardUnknown() + func (m *ProposalDeleteContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ProposalDeleteContract) XXX_Merge(src proto.Message) + func (m *ProposalDeleteContract) XXX_Size() int + func (m *ProposalDeleteContract) XXX_Unmarshal(b []byte) error + type Proposal_State int32 + const Proposal_APPROVED + const Proposal_CANCELED + const Proposal_DISAPPROVED + const Proposal_PENDING + func (Proposal_State) Descriptor() protoreflect.EnumDescriptor + func (Proposal_State) EnumDescriptor() ([]byte, []int) + func (Proposal_State) Type() protoreflect.EnumType + func (x Proposal_State) Enum() *Proposal_State + func (x Proposal_State) Number() protoreflect.EnumNumber + func (x Proposal_State) String() string + 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) Descriptor() protoreflect.EnumDescriptor + func (ReasonCode) EnumDescriptor() ([]byte, []int) + func (ReasonCode) Type() protoreflect.EnumType + func (x ReasonCode) Enum() *ReasonCode + func (x ReasonCode) Number() protoreflect.EnumNumber + func (x ReasonCode) String() string + type ReceiveDescription struct + CEnc []byte + COut []byte + Epk []byte + NoteCommitment []byte + ValueCommitment []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + Zkproof []byte + func (*ReceiveDescription) Descriptor() ([]byte, []int) + func (*ReceiveDescription) ProtoMessage() + func (m *ReceiveDescription) GetCEnc() []byte + func (m *ReceiveDescription) GetCOut() []byte + func (m *ReceiveDescription) GetEpk() []byte + func (m *ReceiveDescription) GetNoteCommitment() []byte + func (m *ReceiveDescription) GetValueCommitment() []byte + func (m *ReceiveDescription) GetZkproof() []byte + func (m *ReceiveDescription) Reset() + func (m *ReceiveDescription) String() string + func (m *ReceiveDescription) XXX_DiscardUnknown() + func (m *ReceiveDescription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ReceiveDescription) XXX_Merge(src proto.Message) + func (m *ReceiveDescription) XXX_Size() int + func (m *ReceiveDescription) XXX_Unmarshal(b []byte) error + type ResourceCode int32 + const ResourceCode_BANDWIDTH + const ResourceCode_ENERGY + func (ResourceCode) EnumDescriptor() ([]byte, []int) + func (x ResourceCode) String() string + type ResourceReceipt struct + EnergyFee int64 + EnergyUsage int64 + EnergyUsageTotal int64 + NetFee int64 + NetUsage int64 + OriginEnergyUsage int64 + Result Transaction_ResultContractResult + func (*ResourceReceipt) Descriptor() ([]byte, []int) + func (*ResourceReceipt) ProtoMessage() + func (x *ResourceReceipt) GetEnergyFee() int64 + func (x *ResourceReceipt) GetEnergyUsage() int64 + func (x *ResourceReceipt) GetEnergyUsageTotal() int64 + func (x *ResourceReceipt) GetNetFee() int64 + func (x *ResourceReceipt) GetNetUsage() int64 + func (x *ResourceReceipt) GetOriginEnergyUsage() int64 + func (x *ResourceReceipt) GetResult() Transaction_ResultContractResult + func (x *ResourceReceipt) ProtoReflect() protoreflect.Message + func (x *ResourceReceipt) Reset() + func (x *ResourceReceipt) String() string + type SellStorageContract struct + OwnerAddress []byte + StorageBytes int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SellStorageContract) Descriptor() ([]byte, []int) + func (*SellStorageContract) ProtoMessage() + func (m *SellStorageContract) GetOwnerAddress() []byte + func (m *SellStorageContract) GetStorageBytes() int64 + func (m *SellStorageContract) Reset() + func (m *SellStorageContract) String() string + func (m *SellStorageContract) XXX_DiscardUnknown() + func (m *SellStorageContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SellStorageContract) XXX_Merge(src proto.Message) + func (m *SellStorageContract) XXX_Size() int + func (m *SellStorageContract) XXX_Unmarshal(b []byte) error + type SetAccountIdContract struct + AccountId []byte + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetAccountIdContract) Descriptor() ([]byte, []int) + func (*SetAccountIdContract) ProtoMessage() + func (m *SetAccountIdContract) GetAccountId() []byte + func (m *SetAccountIdContract) GetOwnerAddress() []byte + func (m *SetAccountIdContract) Reset() + func (m *SetAccountIdContract) String() string + func (m *SetAccountIdContract) XXX_DiscardUnknown() + func (m *SetAccountIdContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetAccountIdContract) XXX_Merge(src proto.Message) + func (m *SetAccountIdContract) XXX_Size() int + func (m *SetAccountIdContract) XXX_Unmarshal(b []byte) error + type ShieldedTransferContract struct + BindingSignature []byte + FromAmount int64 + ReceiveDescription []*ReceiveDescription + SpendDescription []*SpendDescription + ToAmount int64 + TransparentFromAddress []byte + TransparentToAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ShieldedTransferContract) Descriptor() ([]byte, []int) + func (*ShieldedTransferContract) ProtoMessage() + func (m *ShieldedTransferContract) GetBindingSignature() []byte + func (m *ShieldedTransferContract) GetFromAmount() int64 + func (m *ShieldedTransferContract) GetReceiveDescription() []*ReceiveDescription + func (m *ShieldedTransferContract) GetSpendDescription() []*SpendDescription + func (m *ShieldedTransferContract) GetToAmount() int64 + func (m *ShieldedTransferContract) GetTransparentFromAddress() []byte + func (m *ShieldedTransferContract) GetTransparentToAddress() []byte + func (m *ShieldedTransferContract) Reset() + func (m *ShieldedTransferContract) String() string + func (m *ShieldedTransferContract) XXX_DiscardUnknown() + func (m *ShieldedTransferContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ShieldedTransferContract) XXX_Merge(src proto.Message) + func (m *ShieldedTransferContract) XXX_Size() int + func (m *ShieldedTransferContract) XXX_Unmarshal(b []byte) error + type SmartContract struct + Abi *SmartContract_ABI + Bytecode []byte + CallValue int64 + CodeHash []byte + ConsumeUserResourcePercent int64 + ContractAddress []byte + Name string + OriginAddress []byte + OriginEnergyLimit int64 + TrxHash []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SmartContract) Descriptor() ([]byte, []int) + func (*SmartContract) ProtoMessage() + func (m *SmartContract) GetAbi() *SmartContract_ABI + func (m *SmartContract) GetBytecode() []byte + func (m *SmartContract) GetCallValue() int64 + func (m *SmartContract) GetCodeHash() []byte + func (m *SmartContract) GetConsumeUserResourcePercent() int64 + func (m *SmartContract) GetContractAddress() []byte + func (m *SmartContract) GetName() string + func (m *SmartContract) GetOriginAddress() []byte + func (m *SmartContract) GetOriginEnergyLimit() int64 + func (m *SmartContract) GetTrxHash() []byte + func (m *SmartContract) Reset() + func (m *SmartContract) String() string + func (m *SmartContract) XXX_DiscardUnknown() + func (m *SmartContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SmartContract) XXX_Merge(src proto.Message) + func (m *SmartContract) XXX_Size() int + func (m *SmartContract) XXX_Unmarshal(b []byte) error + type SmartContract_ABI struct + Entrys []*SmartContract_ABI_Entry + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SmartContract_ABI) Descriptor() ([]byte, []int) + func (*SmartContract_ABI) ProtoMessage() + func (m *SmartContract_ABI) GetEntrys() []*SmartContract_ABI_Entry + func (m *SmartContract_ABI) Reset() + func (m *SmartContract_ABI) String() string + func (m *SmartContract_ABI) XXX_DiscardUnknown() + func (m *SmartContract_ABI) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SmartContract_ABI) XXX_Merge(src proto.Message) + func (m *SmartContract_ABI) XXX_Size() int + func (m *SmartContract_ABI) XXX_Unmarshal(b []byte) error + type SmartContract_ABI_Entry struct + Anonymous bool + Constant bool + Inputs []*SmartContract_ABI_Entry_Param + Name string + Outputs []*SmartContract_ABI_Entry_Param + Payable bool + StateMutability SmartContract_ABI_Entry_StateMutabilityType + Type SmartContract_ABI_Entry_EntryType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SmartContract_ABI_Entry) Descriptor() ([]byte, []int) + func (*SmartContract_ABI_Entry) ProtoMessage() + func (m *SmartContract_ABI_Entry) GetAnonymous() bool + func (m *SmartContract_ABI_Entry) GetConstant() bool + func (m *SmartContract_ABI_Entry) GetInputs() []*SmartContract_ABI_Entry_Param + func (m *SmartContract_ABI_Entry) GetName() string + func (m *SmartContract_ABI_Entry) GetOutputs() []*SmartContract_ABI_Entry_Param + func (m *SmartContract_ABI_Entry) GetPayable() bool + func (m *SmartContract_ABI_Entry) GetStateMutability() SmartContract_ABI_Entry_StateMutabilityType + func (m *SmartContract_ABI_Entry) GetType() SmartContract_ABI_Entry_EntryType + func (m *SmartContract_ABI_Entry) Reset() + func (m *SmartContract_ABI_Entry) String() string + func (m *SmartContract_ABI_Entry) XXX_DiscardUnknown() + func (m *SmartContract_ABI_Entry) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SmartContract_ABI_Entry) XXX_Merge(src proto.Message) + func (m *SmartContract_ABI_Entry) XXX_Size() int + func (m *SmartContract_ABI_Entry) XXX_Unmarshal(b []byte) error + type SmartContract_ABI_Entry_EntryType int32 + const SmartContract_ABI_Entry_Constructor + const SmartContract_ABI_Entry_Event + const SmartContract_ABI_Entry_Fallback + const SmartContract_ABI_Entry_Function + const SmartContract_ABI_Entry_UnknownEntryType + func (SmartContract_ABI_Entry_EntryType) EnumDescriptor() ([]byte, []int) + func (x SmartContract_ABI_Entry_EntryType) String() string + type SmartContract_ABI_Entry_Param struct + Indexed bool + Name string + Type string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SmartContract_ABI_Entry_Param) Descriptor() ([]byte, []int) + func (*SmartContract_ABI_Entry_Param) ProtoMessage() + func (m *SmartContract_ABI_Entry_Param) GetIndexed() bool + func (m *SmartContract_ABI_Entry_Param) GetName() string + func (m *SmartContract_ABI_Entry_Param) GetType() string + func (m *SmartContract_ABI_Entry_Param) Reset() + func (m *SmartContract_ABI_Entry_Param) String() string + func (m *SmartContract_ABI_Entry_Param) XXX_DiscardUnknown() + func (m *SmartContract_ABI_Entry_Param) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SmartContract_ABI_Entry_Param) XXX_Merge(src proto.Message) + func (m *SmartContract_ABI_Entry_Param) XXX_Size() int + func (m *SmartContract_ABI_Entry_Param) XXX_Unmarshal(b []byte) error + type SmartContract_ABI_Entry_StateMutabilityType int32 + const SmartContract_ABI_Entry_Nonpayable + const SmartContract_ABI_Entry_Payable + const SmartContract_ABI_Entry_Pure + const SmartContract_ABI_Entry_UnknownMutabilityType + const SmartContract_ABI_Entry_View + func (SmartContract_ABI_Entry_StateMutabilityType) EnumDescriptor() ([]byte, []int) + func (x SmartContract_ABI_Entry_StateMutabilityType) String() string + type SpendDescription struct + Anchor []byte + Nullifier []byte + Rk []byte + SpendAuthoritySignature []byte + ValueCommitment []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + Zkproof []byte + func (*SpendDescription) Descriptor() ([]byte, []int) + func (*SpendDescription) ProtoMessage() + func (m *SpendDescription) GetAnchor() []byte + func (m *SpendDescription) GetNullifier() []byte + func (m *SpendDescription) GetRk() []byte + func (m *SpendDescription) GetSpendAuthoritySignature() []byte + func (m *SpendDescription) GetValueCommitment() []byte + func (m *SpendDescription) GetZkproof() []byte + func (m *SpendDescription) Reset() + func (m *SpendDescription) String() string + func (m *SpendDescription) XXX_DiscardUnknown() + func (m *SpendDescription) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SpendDescription) XXX_Merge(src proto.Message) + func (m *SpendDescription) XXX_Size() int + func (m *SpendDescription) XXX_Unmarshal(b []byte) error + type TXInput struct + RawData *TXInputRaw + Signature []byte + func (*TXInput) Descriptor() ([]byte, []int) + func (*TXInput) ProtoMessage() + func (x *TXInput) GetRawData() *TXInputRaw + func (x *TXInput) GetSignature() []byte + func (x *TXInput) ProtoReflect() protoreflect.Message + func (x *TXInput) Reset() + func (x *TXInput) String() string + type TXInputRaw struct + PubKey []byte + TxID []byte + Vout int64 + func (*TXInputRaw) Descriptor() ([]byte, []int) + func (*TXInputRaw) ProtoMessage() + func (x *TXInputRaw) GetPubKey() []byte + func (x *TXInputRaw) GetTxID() []byte + func (x *TXInputRaw) GetVout() int64 + func (x *TXInputRaw) ProtoReflect() protoreflect.Message + func (x *TXInputRaw) Reset() + func (x *TXInputRaw) String() string + type TXOutput struct + PubKeyHash []byte + Value int64 + func (*TXOutput) Descriptor() ([]byte, []int) + func (*TXOutput) ProtoMessage() + func (x *TXOutput) GetPubKeyHash() []byte + func (x *TXOutput) GetValue() int64 + func (x *TXOutput) ProtoReflect() protoreflect.Message + func (x *TXOutput) Reset() + func (x *TXOutput) String() string + type TXOutputs struct + Outputs []*TXOutput + func (*TXOutputs) Descriptor() ([]byte, []int) + func (*TXOutputs) ProtoMessage() + func (x *TXOutputs) GetOutputs() []*TXOutput + func (x *TXOutputs) ProtoReflect() protoreflect.Message + func (x *TXOutputs) Reset() + func (x *TXOutputs) String() string + type Transaction struct + RawData *TransactionRaw + Ret []*Transaction_Result + Signature [][]byte + func (*Transaction) Descriptor() ([]byte, []int) + func (*Transaction) ProtoMessage() + func (x *Transaction) GetRawData() *TransactionRaw + func (x *Transaction) GetRet() []*Transaction_Result + func (x *Transaction) GetSignature() [][]byte + func (x *Transaction) ProtoReflect() protoreflect.Message + func (x *Transaction) Reset() + func (x *Transaction) String() string + type TransactionInfo struct + AssetIssueID string + BlockNumber int64 + BlockTimeStamp int64 + ContractAddress []byte + ContractResult [][]byte + ExchangeId int64 + ExchangeInjectAnotherAmount int64 + ExchangeReceivedAmount int64 + ExchangeWithdrawAnotherAmount int64 + Fee int64 + Id []byte + InternalTransactions []*InternalTransaction + Log []*TransactionInfo_Log + Receipt *ResourceReceipt + ResMessage []byte + Result TransactionInfoCode + ShieldedTransactionFee int64 + UnfreezeAmount int64 + WithdrawAmount int64 + func (*TransactionInfo) Descriptor() ([]byte, []int) + func (*TransactionInfo) ProtoMessage() + func (x *TransactionInfo) GetAssetIssueID() string + func (x *TransactionInfo) GetBlockNumber() int64 + func (x *TransactionInfo) GetBlockTimeStamp() int64 + func (x *TransactionInfo) GetContractAddress() []byte + func (x *TransactionInfo) GetContractResult() [][]byte + func (x *TransactionInfo) GetExchangeId() int64 + func (x *TransactionInfo) GetExchangeInjectAnotherAmount() int64 + func (x *TransactionInfo) GetExchangeReceivedAmount() int64 + func (x *TransactionInfo) GetExchangeWithdrawAnotherAmount() int64 + func (x *TransactionInfo) GetFee() int64 + func (x *TransactionInfo) GetId() []byte + func (x *TransactionInfo) GetInternalTransactions() []*InternalTransaction + func (x *TransactionInfo) GetLog() []*TransactionInfo_Log + func (x *TransactionInfo) GetReceipt() *ResourceReceipt + func (x *TransactionInfo) GetResMessage() []byte + func (x *TransactionInfo) GetResult() TransactionInfoCode + func (x *TransactionInfo) GetShieldedTransactionFee() int64 + func (x *TransactionInfo) GetUnfreezeAmount() int64 + func (x *TransactionInfo) GetWithdrawAmount() int64 + func (x *TransactionInfo) ProtoReflect() protoreflect.Message + func (x *TransactionInfo) Reset() + func (x *TransactionInfo) String() string + type TransactionInfoCode int32 + const TransactionInfo_FAILED + const TransactionInfo_SUCESS + func (TransactionInfoCode) Descriptor() protoreflect.EnumDescriptor + func (TransactionInfoCode) EnumDescriptor() ([]byte, []int) + func (TransactionInfoCode) Type() protoreflect.EnumType + func (x TransactionInfoCode) Enum() *TransactionInfoCode + func (x TransactionInfoCode) Number() protoreflect.EnumNumber + func (x TransactionInfoCode) String() string + type TransactionInfo_Log struct + Address []byte + Data []byte + Topics [][]byte + func (*TransactionInfo_Log) Descriptor() ([]byte, []int) + func (*TransactionInfo_Log) ProtoMessage() + func (x *TransactionInfo_Log) GetAddress() []byte + func (x *TransactionInfo_Log) GetData() []byte + func (x *TransactionInfo_Log) GetTopics() [][]byte + func (x *TransactionInfo_Log) ProtoReflect() protoreflect.Message + func (x *TransactionInfo_Log) Reset() + func (x *TransactionInfo_Log) String() string + type TransactionRaw struct + Auths []*Authority + Contract []*Transaction_Contract + Data []byte + Expiration int64 + FeeLimit int64 + RefBlockBytes []byte + RefBlockHash []byte + RefBlockNum int64 + Scripts []byte + Timestamp int64 + func (*TransactionRaw) Descriptor() ([]byte, []int) + func (*TransactionRaw) ProtoMessage() + func (x *TransactionRaw) GetAuths() []*Authority + func (x *TransactionRaw) GetContract() []*Transaction_Contract + func (x *TransactionRaw) GetData() []byte + func (x *TransactionRaw) GetExpiration() int64 + func (x *TransactionRaw) GetFeeLimit() int64 + func (x *TransactionRaw) GetRefBlockBytes() []byte + func (x *TransactionRaw) GetRefBlockHash() []byte + func (x *TransactionRaw) GetRefBlockNum() int64 + func (x *TransactionRaw) GetScripts() []byte + func (x *TransactionRaw) GetTimestamp() int64 + func (x *TransactionRaw) ProtoReflect() protoreflect.Message + func (x *TransactionRaw) Reset() + func (x *TransactionRaw) String() string + type TransactionRet struct + BlockNumber int64 + BlockTimeStamp int64 + Transactioninfo []*TransactionInfo + func (*TransactionRet) Descriptor() ([]byte, []int) + func (*TransactionRet) ProtoMessage() + func (x *TransactionRet) GetBlockNumber() int64 + func (x *TransactionRet) GetBlockTimeStamp() int64 + func (x *TransactionRet) GetTransactioninfo() []*TransactionInfo + func (x *TransactionRet) ProtoReflect() protoreflect.Message + func (x *TransactionRet) Reset() + func (x *TransactionRet) String() string + type TransactionSign struct + PrivateKey []byte + Transaction *Transaction + func (*TransactionSign) Descriptor() ([]byte, []int) + func (*TransactionSign) ProtoMessage() + func (x *TransactionSign) GetPrivateKey() []byte + func (x *TransactionSign) GetTransaction() *Transaction + func (x *TransactionSign) ProtoReflect() protoreflect.Message + func (x *TransactionSign) Reset() + func (x *TransactionSign) String() string + type Transaction_Contract struct + ContractName []byte + Parameter *any.Any + PermissionId int32 + Provider []byte + Type Transaction_Contract_ContractType + func (*Transaction_Contract) Descriptor() ([]byte, []int) + func (*Transaction_Contract) ProtoMessage() + func (x *Transaction_Contract) GetContractName() []byte + func (x *Transaction_Contract) GetParameter() *any.Any + func (x *Transaction_Contract) GetPermissionId() int32 + func (x *Transaction_Contract) GetProvider() []byte + func (x *Transaction_Contract) GetType() Transaction_Contract_ContractType + func (x *Transaction_Contract) ProtoReflect() protoreflect.Message + func (x *Transaction_Contract) Reset() + func (x *Transaction_Contract) String() string + type Transaction_Contract_ContractType int32 + const Transaction_Contract_AccountCreateContract + const Transaction_Contract_AccountPermissionUpdateContract + const Transaction_Contract_AccountUpdateContract + const Transaction_Contract_AssetIssueContract + const Transaction_Contract_ClearABIContract + const Transaction_Contract_CreateSmartContract + const Transaction_Contract_CustomContract + const Transaction_Contract_ExchangeCreateContract + const Transaction_Contract_ExchangeInjectContract + const Transaction_Contract_ExchangeTransactionContract + const Transaction_Contract_ExchangeWithdrawContract + const Transaction_Contract_FreezeBalanceContract + const Transaction_Contract_GetContract + const Transaction_Contract_ParticipateAssetIssueContract + const Transaction_Contract_ProposalApproveContract + const Transaction_Contract_ProposalCreateContract + const Transaction_Contract_ProposalDeleteContract + const Transaction_Contract_SetAccountIdContract + const Transaction_Contract_ShieldedTransferContract + const Transaction_Contract_TransferAssetContract + const Transaction_Contract_TransferContract + const Transaction_Contract_TriggerSmartContract + const Transaction_Contract_UnfreezeAssetContract + const Transaction_Contract_UnfreezeBalanceContract + const Transaction_Contract_UpdateAssetContract + const Transaction_Contract_UpdateBrokerageContract + const Transaction_Contract_UpdateEnergyLimitContract + const Transaction_Contract_UpdateSettingContract + const Transaction_Contract_VoteAssetContract + const Transaction_Contract_VoteWitnessContract + const Transaction_Contract_WithdrawBalanceContract + const Transaction_Contract_WitnessCreateContract + const Transaction_Contract_WitnessUpdateContract + func (Transaction_Contract_ContractType) Descriptor() protoreflect.EnumDescriptor + func (Transaction_Contract_ContractType) EnumDescriptor() ([]byte, []int) + func (Transaction_Contract_ContractType) Type() protoreflect.EnumType + func (x Transaction_Contract_ContractType) Enum() *Transaction_Contract_ContractType + func (x Transaction_Contract_ContractType) Number() protoreflect.EnumNumber + func (x Transaction_Contract_ContractType) String() string + type Transaction_Result struct + AssetIssueID string + ContractRet Transaction_ResultContractResult + ExchangeId int64 + ExchangeInjectAnotherAmount int64 + ExchangeReceivedAmount int64 + ExchangeWithdrawAnotherAmount int64 + Fee int64 + Ret Transaction_ResultCode + ShieldedTransactionFee int64 + UnfreezeAmount int64 + WithdrawAmount int64 + func (*Transaction_Result) Descriptor() ([]byte, []int) + func (*Transaction_Result) ProtoMessage() + func (x *Transaction_Result) GetAssetIssueID() string + func (x *Transaction_Result) GetContractRet() Transaction_ResultContractResult + func (x *Transaction_Result) GetExchangeId() int64 + func (x *Transaction_Result) GetExchangeInjectAnotherAmount() int64 + func (x *Transaction_Result) GetExchangeReceivedAmount() int64 + func (x *Transaction_Result) GetExchangeWithdrawAnotherAmount() int64 + func (x *Transaction_Result) GetFee() int64 + func (x *Transaction_Result) GetRet() Transaction_ResultCode + func (x *Transaction_Result) GetShieldedTransactionFee() int64 + func (x *Transaction_Result) GetUnfreezeAmount() int64 + func (x *Transaction_Result) GetWithdrawAmount() int64 + func (x *Transaction_Result) ProtoReflect() protoreflect.Message + func (x *Transaction_Result) Reset() + func (x *Transaction_Result) String() string + type Transaction_ResultCode int32 + const Transaction_Result_FAILED + const Transaction_Result_SUCESS + func (Transaction_ResultCode) Descriptor() protoreflect.EnumDescriptor + func (Transaction_ResultCode) EnumDescriptor() ([]byte, []int) + func (Transaction_ResultCode) Type() protoreflect.EnumType + func (x Transaction_ResultCode) Enum() *Transaction_ResultCode + func (x Transaction_ResultCode) Number() protoreflect.EnumNumber + func (x Transaction_ResultCode) String() string + type Transaction_ResultContractResult int32 + const Transaction_Result_BAD_JUMP_DESTINATION + const Transaction_Result_DEFAULT + const Transaction_Result_ILLEGAL_OPERATION + const Transaction_Result_JVM_STACK_OVER_FLOW + const Transaction_Result_OUT_OF_ENERGY + const Transaction_Result_OUT_OF_MEMORY + const Transaction_Result_OUT_OF_TIME + const Transaction_Result_PRECOMPILED_CONTRACT + const Transaction_Result_REVERT + const Transaction_Result_STACK_OVERFLOW + const Transaction_Result_STACK_TOO_LARGE + const Transaction_Result_STACK_TOO_SMALL + const Transaction_Result_SUCCESS + const Transaction_Result_TRANSFER_FAILED + const Transaction_Result_UNKNOWN + func (Transaction_ResultContractResult) Descriptor() protoreflect.EnumDescriptor + func (Transaction_ResultContractResult) EnumDescriptor() ([]byte, []int) + func (Transaction_ResultContractResult) Type() protoreflect.EnumType + func (x Transaction_ResultContractResult) Enum() *Transaction_ResultContractResult + func (x Transaction_ResultContractResult) Number() protoreflect.EnumNumber + func (x Transaction_ResultContractResult) String() string + type Transactions struct + Transactions []*Transaction + func (*Transactions) Descriptor() ([]byte, []int) + func (*Transactions) ProtoMessage() + func (x *Transactions) GetTransactions() []*Transaction + func (x *Transactions) ProtoReflect() protoreflect.Message + func (x *Transactions) Reset() + func (x *Transactions) String() string + 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 (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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + func (m *TransferContract) XXX_Size() int + func (m *TransferContract) XXX_Unmarshal(b []byte) error + type TriggerSmartContract struct + CallTokenValue int64 + CallValue int64 + ContractAddress []byte + Data []byte + OwnerAddress []byte + TokenId int64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*TriggerSmartContract) Descriptor() ([]byte, []int) + func (*TriggerSmartContract) ProtoMessage() + func (m *TriggerSmartContract) GetCallTokenValue() int64 + func (m *TriggerSmartContract) GetCallValue() int64 + func (m *TriggerSmartContract) GetContractAddress() []byte + func (m *TriggerSmartContract) GetData() []byte + func (m *TriggerSmartContract) GetOwnerAddress() []byte + func (m *TriggerSmartContract) GetTokenId() int64 + func (m *TriggerSmartContract) Reset() + func (m *TriggerSmartContract) String() string + func (m *TriggerSmartContract) XXX_DiscardUnknown() + func (m *TriggerSmartContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *TriggerSmartContract) XXX_Merge(src proto.Message) + func (m *TriggerSmartContract) XXX_Size() int + func (m *TriggerSmartContract) 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 (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_Merge(src proto.Message) + func (m *UnfreezeAssetContract) XXX_Size() int + func (m *UnfreezeAssetContract) XXX_Unmarshal(b []byte) error + type UnfreezeBalanceContract struct + OwnerAddress []byte + ReceiverAddress []byte + Resource ResourceCode + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UnfreezeBalanceContract) Descriptor() ([]byte, []int) + func (*UnfreezeBalanceContract) ProtoMessage() + func (m *UnfreezeBalanceContract) GetOwnerAddress() []byte + func (m *UnfreezeBalanceContract) GetReceiverAddress() []byte + func (m *UnfreezeBalanceContract) GetResource() ResourceCode + 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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + func (m *UpdateAssetContract) XXX_Size() int + func (m *UpdateAssetContract) XXX_Unmarshal(b []byte) error + type UpdateBrokerageContract struct + Brokerage int32 + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateBrokerageContract) Descriptor() ([]byte, []int) + func (*UpdateBrokerageContract) ProtoMessage() + func (m *UpdateBrokerageContract) GetBrokerage() int32 + func (m *UpdateBrokerageContract) GetOwnerAddress() []byte + func (m *UpdateBrokerageContract) Reset() + func (m *UpdateBrokerageContract) String() string + func (m *UpdateBrokerageContract) XXX_DiscardUnknown() + func (m *UpdateBrokerageContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateBrokerageContract) XXX_Merge(src proto.Message) + func (m *UpdateBrokerageContract) XXX_Size() int + func (m *UpdateBrokerageContract) XXX_Unmarshal(b []byte) error + type UpdateEnergyLimitContract struct + ContractAddress []byte + OriginEnergyLimit int64 + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateEnergyLimitContract) Descriptor() ([]byte, []int) + func (*UpdateEnergyLimitContract) ProtoMessage() + func (m *UpdateEnergyLimitContract) GetContractAddress() []byte + func (m *UpdateEnergyLimitContract) GetOriginEnergyLimit() int64 + func (m *UpdateEnergyLimitContract) GetOwnerAddress() []byte + func (m *UpdateEnergyLimitContract) Reset() + func (m *UpdateEnergyLimitContract) String() string + func (m *UpdateEnergyLimitContract) XXX_DiscardUnknown() + func (m *UpdateEnergyLimitContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateEnergyLimitContract) XXX_Merge(src proto.Message) + func (m *UpdateEnergyLimitContract) XXX_Size() int + func (m *UpdateEnergyLimitContract) XXX_Unmarshal(b []byte) error + type UpdateSettingContract struct + ConsumeUserResourcePercent int64 + ContractAddress []byte + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*UpdateSettingContract) Descriptor() ([]byte, []int) + func (*UpdateSettingContract) ProtoMessage() + func (m *UpdateSettingContract) GetConsumeUserResourcePercent() int64 + func (m *UpdateSettingContract) GetContractAddress() []byte + func (m *UpdateSettingContract) GetOwnerAddress() []byte + func (m *UpdateSettingContract) Reset() + func (m *UpdateSettingContract) String() string + func (m *UpdateSettingContract) XXX_DiscardUnknown() + func (m *UpdateSettingContract) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *UpdateSettingContract) XXX_Merge(src proto.Message) + func (m *UpdateSettingContract) XXX_Size() int + func (m *UpdateSettingContract) XXX_Unmarshal(b []byte) error + type Vote struct + VoteAddress []byte + VoteCount int64 + func (*Vote) Descriptor() ([]byte, []int) + func (*Vote) ProtoMessage() + func (x *Vote) GetVoteAddress() []byte + func (x *Vote) GetVoteCount() int64 + func (x *Vote) ProtoReflect() protoreflect.Message + func (x *Vote) Reset() + func (x *Vote) String() string + 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 (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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + 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 + func (*Votes) Descriptor() ([]byte, []int) + func (*Votes) ProtoMessage() + func (x *Votes) GetAddress() []byte + func (x *Votes) GetNewVotes() []*Vote + func (x *Votes) GetOldVotes() []*Vote + func (x *Votes) ProtoReflect() protoreflect.Message + func (x *Votes) Reset() + func (x *Votes) String() string + type WithdrawBalanceContract struct + OwnerAddress []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WithdrawBalanceContract) Descriptor() ([]byte, []int) + func (*WithdrawBalanceContract) ProtoMessage() + 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_Merge(src proto.Message) + 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 + func (*Witness) Descriptor() ([]byte, []int) + func (*Witness) ProtoMessage() + func (x *Witness) GetAddress() []byte + func (x *Witness) GetIsJobs() bool + func (x *Witness) GetLatestBlockNum() int64 + func (x *Witness) GetLatestSlotNum() int64 + func (x *Witness) GetPubKey() []byte + func (x *Witness) GetTotalMissed() int64 + func (x *Witness) GetTotalProduced() int64 + func (x *Witness) GetUrl() string + func (x *Witness) GetVoteCount() int64 + func (x *Witness) ProtoReflect() protoreflect.Message + func (x *Witness) Reset() + func (x *Witness) String() string + 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 (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_Merge(src proto.Message) + 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 (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_Merge(src proto.Message) + func (m *WitnessUpdateContract) XXX_Size() int + func (m *WitnessUpdateContract) XXX_Unmarshal(b []byte) error