Versions in this module Expand all Collapse all v1 v1.0.4 Sep 3, 2024 v1.0.3 Sep 3, 2024 v1.0.2 Sep 3, 2024 v1.0.1 Sep 3, 2024 v1.0.0 Sep 3, 2024 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 File_core_contract_account_contract_proto protoreflect.FileDescriptor + var File_core_contract_asset_issue_contract_proto protoreflect.FileDescriptor + var File_core_contract_balance_contract_proto protoreflect.FileDescriptor + var File_core_contract_common_proto protoreflect.FileDescriptor + var File_core_contract_exchange_contract_proto protoreflect.FileDescriptor + var File_core_contract_market_contract_proto protoreflect.FileDescriptor + var File_core_contract_proposal_contract_proto protoreflect.FileDescriptor + var File_core_contract_shield_contract_proto protoreflect.FileDescriptor + var File_core_contract_smart_contract_proto protoreflect.FileDescriptor + var File_core_contract_storage_contract_proto protoreflect.FileDescriptor + var File_core_contract_vote_asset_contract_proto protoreflect.FileDescriptor + var File_core_contract_witness_contract_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 MarketOrder_State_name = map[int32]string + var MarketOrder_State_value = map[string]int32 + var PBFTMessage_DataType_name = map[int32]string + var PBFTMessage_DataType_value = map[string]int32 + var PBFTMessage_MsgType_name = map[int32]string + var PBFTMessage_MsgType_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 + AcquiredDelegatedFrozenV2BalanceForBandwidth int64 + ActivePermission []*Permission + Address []byte + Allowance int64 + Asset map[string]int64 + AssetIssuedName []byte + AssetIssued_ID []byte + AssetOptimized bool + AssetV2 map[string]int64 + Balance int64 + Code []byte + CodeHash []byte + CreateTime int64 + DelegatedFrozenBalanceForBandwidth int64 + DelegatedFrozenV2BalanceForBandwidth int64 + FreeAssetNetUsage map[string]int64 + FreeAssetNetUsageV2 map[string]int64 + FreeNetUsage int64 + Frozen []*Account_Frozen + FrozenSupply []*Account_Frozen + FrozenV2 []*Account_FreezeV2 + IsCommittee bool + IsWitness bool + LatestAssetOperationTime map[string]int64 + LatestAssetOperationTimeV2 map[string]int64 + LatestConsumeFreeTime int64 + LatestConsumeTime int64 + LatestOprationTime int64 + LatestWithdrawTime int64 + NetUsage int64 + NetWindowOptimized bool + NetWindowSize int64 + OldTronPower int64 + OwnerPermission *Permission + TronPower *Account_Frozen + Type AccountType + UnfrozenV2 []*Account_UnFreezeV2 + 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) GetAcquiredDelegatedFrozenV2BalanceForBandwidth() 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) GetAssetOptimized() bool + 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) GetDelegatedFrozenV2BalanceForBandwidth() 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) GetFrozenV2() []*Account_FreezeV2 + 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) GetNetWindowOptimized() bool + func (x *Account) GetNetWindowSize() int64 + func (x *Account) GetOldTronPower() int64 + func (x *Account) GetOwnerPermission() *Permission + func (x *Account) GetTronPower() *Account_Frozen + func (x *Account) GetType() AccountType + func (x *Account) GetUnfrozenV2() []*Account_UnFreezeV2 + 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 AccountBalanceRequest struct + AccountIdentifier *AccountIdentifier + BlockIdentifier *BlockBalanceTrace_BlockIdentifier + func (*AccountBalanceRequest) Descriptor() ([]byte, []int) + func (*AccountBalanceRequest) ProtoMessage() + func (x *AccountBalanceRequest) GetAccountIdentifier() *AccountIdentifier + func (x *AccountBalanceRequest) GetBlockIdentifier() *BlockBalanceTrace_BlockIdentifier + func (x *AccountBalanceRequest) ProtoReflect() protoreflect.Message + func (x *AccountBalanceRequest) Reset() + func (x *AccountBalanceRequest) String() string + type AccountBalanceResponse struct + Balance int64 + BlockIdentifier *BlockBalanceTrace_BlockIdentifier + func (*AccountBalanceResponse) Descriptor() ([]byte, []int) + func (*AccountBalanceResponse) ProtoMessage() + func (x *AccountBalanceResponse) GetBalance() int64 + func (x *AccountBalanceResponse) GetBlockIdentifier() *BlockBalanceTrace_BlockIdentifier + func (x *AccountBalanceResponse) ProtoReflect() protoreflect.Message + func (x *AccountBalanceResponse) Reset() + func (x *AccountBalanceResponse) String() string + type AccountCreateContract struct + AccountAddress []byte + OwnerAddress []byte + Type AccountType + func (*AccountCreateContract) Descriptor() ([]byte, []int) + func (*AccountCreateContract) ProtoMessage() + func (x *AccountCreateContract) GetAccountAddress() []byte + func (x *AccountCreateContract) GetOwnerAddress() []byte + func (x *AccountCreateContract) GetType() AccountType + func (x *AccountCreateContract) ProtoReflect() protoreflect.Message + func (x *AccountCreateContract) Reset() + func (x *AccountCreateContract) String() string + 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 AccountIdentifier struct + Address []byte + func (*AccountIdentifier) Descriptor() ([]byte, []int) + func (*AccountIdentifier) ProtoMessage() + func (x *AccountIdentifier) GetAddress() []byte + func (x *AccountIdentifier) ProtoReflect() protoreflect.Message + func (x *AccountIdentifier) Reset() + func (x *AccountIdentifier) String() string + type AccountPermissionUpdateContract struct + Actives []*Permission + Owner *Permission + OwnerAddress []byte + Witness *Permission + func (*AccountPermissionUpdateContract) Descriptor() ([]byte, []int) + func (*AccountPermissionUpdateContract) ProtoMessage() + func (x *AccountPermissionUpdateContract) GetActives() []*Permission + func (x *AccountPermissionUpdateContract) GetOwner() *Permission + func (x *AccountPermissionUpdateContract) GetOwnerAddress() []byte + func (x *AccountPermissionUpdateContract) GetWitness() *Permission + func (x *AccountPermissionUpdateContract) ProtoReflect() protoreflect.Message + func (x *AccountPermissionUpdateContract) Reset() + func (x *AccountPermissionUpdateContract) String() string + type AccountTrace struct + Balance int64 + Placeholder int64 + func (*AccountTrace) Descriptor() ([]byte, []int) + func (*AccountTrace) ProtoMessage() + func (x *AccountTrace) GetBalance() int64 + func (x *AccountTrace) GetPlaceholder() int64 + func (x *AccountTrace) ProtoReflect() protoreflect.Message + func (x *AccountTrace) Reset() + func (x *AccountTrace) String() string + 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 + func (*AccountUpdateContract) Descriptor() ([]byte, []int) + func (*AccountUpdateContract) ProtoMessage() + func (x *AccountUpdateContract) GetAccountName() []byte + func (x *AccountUpdateContract) GetOwnerAddress() []byte + func (x *AccountUpdateContract) ProtoReflect() protoreflect.Message + func (x *AccountUpdateContract) Reset() + func (x *AccountUpdateContract) String() string + type Account_AccountResource struct + AcquiredDelegatedFrozenBalanceForEnergy int64 + AcquiredDelegatedFrozenV2BalanceForEnergy int64 + DelegatedFrozenBalanceForEnergy int64 + DelegatedFrozenV2BalanceForEnergy int64 + EnergyUsage int64 + EnergyWindowOptimized bool + EnergyWindowSize 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) GetAcquiredDelegatedFrozenV2BalanceForEnergy() int64 + func (x *Account_AccountResource) GetDelegatedFrozenBalanceForEnergy() int64 + func (x *Account_AccountResource) GetDelegatedFrozenV2BalanceForEnergy() int64 + func (x *Account_AccountResource) GetEnergyUsage() int64 + func (x *Account_AccountResource) GetEnergyWindowOptimized() bool + func (x *Account_AccountResource) GetEnergyWindowSize() 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_FreezeV2 struct + Amount int64 + Type ResourceCode + func (*Account_FreezeV2) Descriptor() ([]byte, []int) + func (*Account_FreezeV2) ProtoMessage() + func (x *Account_FreezeV2) GetAmount() int64 + func (x *Account_FreezeV2) GetType() ResourceCode + func (x *Account_FreezeV2) ProtoReflect() protoreflect.Message + func (x *Account_FreezeV2) Reset() + func (x *Account_FreezeV2) 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 Account_UnFreezeV2 struct + Type ResourceCode + UnfreezeAmount int64 + UnfreezeExpireTime int64 + func (*Account_UnFreezeV2) Descriptor() ([]byte, []int) + func (*Account_UnFreezeV2) ProtoMessage() + func (x *Account_UnFreezeV2) GetType() ResourceCode + func (x *Account_UnFreezeV2) GetUnfreezeAmount() int64 + func (x *Account_UnFreezeV2) GetUnfreezeExpireTime() int64 + func (x *Account_UnFreezeV2) ProtoReflect() protoreflect.Message + func (x *Account_UnFreezeV2) Reset() + func (x *Account_UnFreezeV2) 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 + func (*AssetIssueContract) Descriptor() ([]byte, []int) + func (*AssetIssueContract) ProtoMessage() + func (x *AssetIssueContract) GetAbbr() []byte + func (x *AssetIssueContract) GetDescription() []byte + func (x *AssetIssueContract) GetEndTime() int64 + func (x *AssetIssueContract) GetFreeAssetNetLimit() int64 + func (x *AssetIssueContract) GetFrozenSupply() []*AssetIssueContract_FrozenSupply + func (x *AssetIssueContract) GetId() string + func (x *AssetIssueContract) GetName() []byte + func (x *AssetIssueContract) GetNum() int32 + func (x *AssetIssueContract) GetOrder() int64 + func (x *AssetIssueContract) GetOwnerAddress() []byte + func (x *AssetIssueContract) GetPrecision() int32 + func (x *AssetIssueContract) GetPublicFreeAssetNetLimit() int64 + func (x *AssetIssueContract) GetPublicFreeAssetNetUsage() int64 + func (x *AssetIssueContract) GetPublicLatestFreeNetTime() int64 + func (x *AssetIssueContract) GetStartTime() int64 + func (x *AssetIssueContract) GetTotalSupply() int64 + func (x *AssetIssueContract) GetTrxNum() int32 + func (x *AssetIssueContract) GetUrl() []byte + func (x *AssetIssueContract) GetVoteScore() int32 + func (x *AssetIssueContract) ProtoReflect() protoreflect.Message + func (x *AssetIssueContract) Reset() + func (x *AssetIssueContract) String() string + type AssetIssueContract_FrozenSupply struct + FrozenAmount int64 + FrozenDays int64 + func (*AssetIssueContract_FrozenSupply) Descriptor() ([]byte, []int) + func (*AssetIssueContract_FrozenSupply) ProtoMessage() + func (x *AssetIssueContract_FrozenSupply) GetFrozenAmount() int64 + func (x *AssetIssueContract_FrozenSupply) GetFrozenDays() int64 + func (x *AssetIssueContract_FrozenSupply) ProtoReflect() protoreflect.Message + func (x *AssetIssueContract_FrozenSupply) Reset() + func (x *AssetIssueContract_FrozenSupply) String() string + type AuthenticationPath struct + Value []bool + func (*AuthenticationPath) Descriptor() ([]byte, []int) + func (*AuthenticationPath) ProtoMessage() + func (x *AuthenticationPath) GetValue() []bool + func (x *AuthenticationPath) ProtoReflect() protoreflect.Message + func (x *AuthenticationPath) Reset() + func (x *AuthenticationPath) String() string + 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 BlockBalanceTrace struct + BlockIdentifier *BlockBalanceTrace_BlockIdentifier + Timestamp int64 + TransactionBalanceTrace []*TransactionBalanceTrace + func (*BlockBalanceTrace) Descriptor() ([]byte, []int) + func (*BlockBalanceTrace) ProtoMessage() + func (x *BlockBalanceTrace) GetBlockIdentifier() *BlockBalanceTrace_BlockIdentifier + func (x *BlockBalanceTrace) GetTimestamp() int64 + func (x *BlockBalanceTrace) GetTransactionBalanceTrace() []*TransactionBalanceTrace + func (x *BlockBalanceTrace) ProtoReflect() protoreflect.Message + func (x *BlockBalanceTrace) Reset() + func (x *BlockBalanceTrace) String() string + type BlockBalanceTrace_BlockIdentifier struct + Hash []byte + Number int64 + func (*BlockBalanceTrace_BlockIdentifier) Descriptor() ([]byte, []int) + func (*BlockBalanceTrace_BlockIdentifier) ProtoMessage() + func (x *BlockBalanceTrace_BlockIdentifier) GetHash() []byte + func (x *BlockBalanceTrace_BlockIdentifier) GetNumber() int64 + func (x *BlockBalanceTrace_BlockIdentifier) ProtoReflect() protoreflect.Message + func (x *BlockBalanceTrace_BlockIdentifier) Reset() + func (x *BlockBalanceTrace_BlockIdentifier) 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 + func (*BuyStorageBytesContract) Descriptor() ([]byte, []int) + func (*BuyStorageBytesContract) ProtoMessage() + func (x *BuyStorageBytesContract) GetBytes() int64 + func (x *BuyStorageBytesContract) GetOwnerAddress() []byte + func (x *BuyStorageBytesContract) ProtoReflect() protoreflect.Message + func (x *BuyStorageBytesContract) Reset() + func (x *BuyStorageBytesContract) String() string + type BuyStorageContract struct + OwnerAddress []byte + Quant int64 + func (*BuyStorageContract) Descriptor() ([]byte, []int) + func (*BuyStorageContract) ProtoMessage() + func (x *BuyStorageContract) GetOwnerAddress() []byte + func (x *BuyStorageContract) GetQuant() int64 + func (x *BuyStorageContract) ProtoReflect() protoreflect.Message + func (x *BuyStorageContract) Reset() + func (x *BuyStorageContract) String() string + type CancelAllUnfreezeV2Contract struct + OwnerAddress []byte + func (*CancelAllUnfreezeV2Contract) Descriptor() ([]byte, []int) + func (*CancelAllUnfreezeV2Contract) ProtoMessage() + func (x *CancelAllUnfreezeV2Contract) GetOwnerAddress() []byte + func (x *CancelAllUnfreezeV2Contract) ProtoReflect() protoreflect.Message + func (x *CancelAllUnfreezeV2Contract) Reset() + func (x *CancelAllUnfreezeV2Contract) String() string + 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 + func (*ClearABIContract) Descriptor() ([]byte, []int) + func (*ClearABIContract) ProtoMessage() + func (x *ClearABIContract) GetContractAddress() []byte + func (x *ClearABIContract) GetOwnerAddress() []byte + func (x *ClearABIContract) ProtoReflect() protoreflect.Message + func (x *ClearABIContract) Reset() + func (x *ClearABIContract) String() string + type ContractState struct + EnergyFactor int64 + EnergyUsage int64 + UpdateCycle int64 + func (*ContractState) Descriptor() ([]byte, []int) + func (*ContractState) ProtoMessage() + func (x *ContractState) GetEnergyFactor() int64 + func (x *ContractState) GetEnergyUsage() int64 + func (x *ContractState) GetUpdateCycle() int64 + func (x *ContractState) ProtoReflect() protoreflect.Message + func (x *ContractState) Reset() + func (x *ContractState) String() string + type CreateSmartContract struct + CallTokenValue int64 + NewContract *SmartContract + OwnerAddress []byte + TokenId int64 + func (*CreateSmartContract) Descriptor() ([]byte, []int) + func (*CreateSmartContract) ProtoMessage() + func (x *CreateSmartContract) GetCallTokenValue() int64 + func (x *CreateSmartContract) GetNewContract() *SmartContract + func (x *CreateSmartContract) GetOwnerAddress() []byte + func (x *CreateSmartContract) GetTokenId() int64 + func (x *CreateSmartContract) ProtoReflect() protoreflect.Message + func (x *CreateSmartContract) Reset() + func (x *CreateSmartContract) String() string + type DelegateResourceContract struct + Balance int64 + Lock bool + LockPeriod int64 + OwnerAddress []byte + ReceiverAddress []byte + Resource ResourceCode + func (*DelegateResourceContract) Descriptor() ([]byte, []int) + func (*DelegateResourceContract) ProtoMessage() + func (x *DelegateResourceContract) GetBalance() int64 + func (x *DelegateResourceContract) GetLock() bool + func (x *DelegateResourceContract) GetLockPeriod() int64 + func (x *DelegateResourceContract) GetOwnerAddress() []byte + func (x *DelegateResourceContract) GetReceiverAddress() []byte + func (x *DelegateResourceContract) GetResource() ResourceCode + func (x *DelegateResourceContract) ProtoReflect() protoreflect.Message + func (x *DelegateResourceContract) Reset() + func (x *DelegateResourceContract) String() string + 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 + Timestamp int64 + ToAccounts [][]byte + func (*DelegatedResourceAccountIndex) Descriptor() ([]byte, []int) + func (*DelegatedResourceAccountIndex) ProtoMessage() + func (x *DelegatedResourceAccountIndex) GetAccount() []byte + func (x *DelegatedResourceAccountIndex) GetFromAccounts() [][]byte + func (x *DelegatedResourceAccountIndex) GetTimestamp() int64 + 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 + func (*ExchangeCreateContract) Descriptor() ([]byte, []int) + func (*ExchangeCreateContract) ProtoMessage() + func (x *ExchangeCreateContract) GetFirstTokenBalance() int64 + func (x *ExchangeCreateContract) GetFirstTokenId() []byte + func (x *ExchangeCreateContract) GetOwnerAddress() []byte + func (x *ExchangeCreateContract) GetSecondTokenBalance() int64 + func (x *ExchangeCreateContract) GetSecondTokenId() []byte + func (x *ExchangeCreateContract) ProtoReflect() protoreflect.Message + func (x *ExchangeCreateContract) Reset() + func (x *ExchangeCreateContract) String() string + type ExchangeInjectContract struct + ExchangeId int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + func (*ExchangeInjectContract) Descriptor() ([]byte, []int) + func (*ExchangeInjectContract) ProtoMessage() + func (x *ExchangeInjectContract) GetExchangeId() int64 + func (x *ExchangeInjectContract) GetOwnerAddress() []byte + func (x *ExchangeInjectContract) GetQuant() int64 + func (x *ExchangeInjectContract) GetTokenId() []byte + func (x *ExchangeInjectContract) ProtoReflect() protoreflect.Message + func (x *ExchangeInjectContract) Reset() + func (x *ExchangeInjectContract) String() string + type ExchangeTransactionContract struct + ExchangeId int64 + Expected int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + func (*ExchangeTransactionContract) Descriptor() ([]byte, []int) + func (*ExchangeTransactionContract) ProtoMessage() + func (x *ExchangeTransactionContract) GetExchangeId() int64 + func (x *ExchangeTransactionContract) GetExpected() int64 + func (x *ExchangeTransactionContract) GetOwnerAddress() []byte + func (x *ExchangeTransactionContract) GetQuant() int64 + func (x *ExchangeTransactionContract) GetTokenId() []byte + func (x *ExchangeTransactionContract) ProtoReflect() protoreflect.Message + func (x *ExchangeTransactionContract) Reset() + func (x *ExchangeTransactionContract) String() string + type ExchangeWithdrawContract struct + ExchangeId int64 + OwnerAddress []byte + Quant int64 + TokenId []byte + func (*ExchangeWithdrawContract) Descriptor() ([]byte, []int) + func (*ExchangeWithdrawContract) ProtoMessage() + func (x *ExchangeWithdrawContract) GetExchangeId() int64 + func (x *ExchangeWithdrawContract) GetOwnerAddress() []byte + func (x *ExchangeWithdrawContract) GetQuant() int64 + func (x *ExchangeWithdrawContract) GetTokenId() []byte + func (x *ExchangeWithdrawContract) ProtoReflect() protoreflect.Message + func (x *ExchangeWithdrawContract) Reset() + func (x *ExchangeWithdrawContract) String() string + 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 + func (*FreezeBalanceContract) Descriptor() ([]byte, []int) + func (*FreezeBalanceContract) ProtoMessage() + func (x *FreezeBalanceContract) GetFrozenBalance() int64 + func (x *FreezeBalanceContract) GetFrozenDuration() int64 + func (x *FreezeBalanceContract) GetOwnerAddress() []byte + func (x *FreezeBalanceContract) GetReceiverAddress() []byte + func (x *FreezeBalanceContract) GetResource() ResourceCode + func (x *FreezeBalanceContract) ProtoReflect() protoreflect.Message + func (x *FreezeBalanceContract) Reset() + func (x *FreezeBalanceContract) String() string + type FreezeBalanceV2Contract struct + FrozenBalance int64 + OwnerAddress []byte + Resource ResourceCode + func (*FreezeBalanceV2Contract) Descriptor() ([]byte, []int) + func (*FreezeBalanceV2Contract) ProtoMessage() + func (x *FreezeBalanceV2Contract) GetFrozenBalance() int64 + func (x *FreezeBalanceV2Contract) GetOwnerAddress() []byte + func (x *FreezeBalanceV2Contract) GetResource() ResourceCode + func (x *FreezeBalanceV2Contract) ProtoReflect() protoreflect.Message + func (x *FreezeBalanceV2Contract) Reset() + func (x *FreezeBalanceV2Contract) String() string + type HelloMessage struct + Address []byte + From *Endpoint + GenesisBlockId *HelloMessage_BlockId + HeadBlockId *HelloMessage_BlockId + LowestBlockNum int64 + NodeType int32 + Signature []byte + SolidBlockId *HelloMessage_BlockId + Timestamp int64 + Version int32 + func (*HelloMessage) Descriptor() ([]byte, []int) + func (*HelloMessage) ProtoMessage() + func (x *HelloMessage) GetAddress() []byte + func (x *HelloMessage) GetFrom() *Endpoint + func (x *HelloMessage) GetGenesisBlockId() *HelloMessage_BlockId + func (x *HelloMessage) GetHeadBlockId() *HelloMessage_BlockId + func (x *HelloMessage) GetLowestBlockNum() int64 + func (x *HelloMessage) GetNodeType() int32 + func (x *HelloMessage) GetSignature() []byte + 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 + func (*IncrementalMerkleTree) Descriptor() ([]byte, []int) + func (*IncrementalMerkleTree) ProtoMessage() + func (x *IncrementalMerkleTree) GetLeft() *PedersenHash + func (x *IncrementalMerkleTree) GetParents() []*PedersenHash + func (x *IncrementalMerkleTree) GetRight() *PedersenHash + func (x *IncrementalMerkleTree) ProtoReflect() protoreflect.Message + func (x *IncrementalMerkleTree) Reset() + func (x *IncrementalMerkleTree) String() string + type IncrementalMerkleVoucher struct + Cursor *IncrementalMerkleTree + CursorDepth int64 + Filled []*PedersenHash + OutputPoint *OutputPoint + Rt []byte + Tree *IncrementalMerkleTree + func (*IncrementalMerkleVoucher) Descriptor() ([]byte, []int) + func (*IncrementalMerkleVoucher) ProtoMessage() + func (x *IncrementalMerkleVoucher) GetCursor() *IncrementalMerkleTree + func (x *IncrementalMerkleVoucher) GetCursorDepth() int64 + func (x *IncrementalMerkleVoucher) GetFilled() []*PedersenHash + func (x *IncrementalMerkleVoucher) GetOutputPoint() *OutputPoint + func (x *IncrementalMerkleVoucher) GetRt() []byte + func (x *IncrementalMerkleVoucher) GetTree() *IncrementalMerkleTree + func (x *IncrementalMerkleVoucher) ProtoReflect() protoreflect.Message + func (x *IncrementalMerkleVoucher) Reset() + func (x *IncrementalMerkleVoucher) String() string + type IncrementalMerkleVoucherInfo struct + Paths [][]byte + Vouchers []*IncrementalMerkleVoucher + func (*IncrementalMerkleVoucherInfo) Descriptor() ([]byte, []int) + func (*IncrementalMerkleVoucherInfo) ProtoMessage() + func (x *IncrementalMerkleVoucherInfo) GetPaths() [][]byte + func (x *IncrementalMerkleVoucherInfo) GetVouchers() []*IncrementalMerkleVoucher + func (x *IncrementalMerkleVoucherInfo) ProtoReflect() protoreflect.Message + func (x *IncrementalMerkleVoucherInfo) Reset() + func (x *IncrementalMerkleVoucherInfo) String() string + type InternalTransaction struct + CallValueInfo []*InternalTransaction_CallValueInfo + CallerAddress []byte + Extra string + 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) GetExtra() string + 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 MarketAccountOrder struct + Count int64 + Orders [][]byte + OwnerAddress []byte + TotalCount int64 + func (*MarketAccountOrder) Descriptor() ([]byte, []int) + func (*MarketAccountOrder) ProtoMessage() + func (x *MarketAccountOrder) GetCount() int64 + func (x *MarketAccountOrder) GetOrders() [][]byte + func (x *MarketAccountOrder) GetOwnerAddress() []byte + func (x *MarketAccountOrder) GetTotalCount() int64 + func (x *MarketAccountOrder) ProtoReflect() protoreflect.Message + func (x *MarketAccountOrder) Reset() + func (x *MarketAccountOrder) String() string + type MarketCancelOrderContract struct + OrderId []byte + OwnerAddress []byte + func (*MarketCancelOrderContract) Descriptor() ([]byte, []int) + func (*MarketCancelOrderContract) ProtoMessage() + func (x *MarketCancelOrderContract) GetOrderId() []byte + func (x *MarketCancelOrderContract) GetOwnerAddress() []byte + func (x *MarketCancelOrderContract) ProtoReflect() protoreflect.Message + func (x *MarketCancelOrderContract) Reset() + func (x *MarketCancelOrderContract) String() string + type MarketOrder struct + BuyTokenId []byte + BuyTokenQuantity int64 + CreateTime int64 + Next []byte + OrderId []byte + OwnerAddress []byte + Prev []byte + SellTokenId []byte + SellTokenQuantity int64 + SellTokenQuantityRemain int64 + SellTokenQuantityReturn int64 + State MarketOrder_State + func (*MarketOrder) Descriptor() ([]byte, []int) + func (*MarketOrder) ProtoMessage() + func (x *MarketOrder) GetBuyTokenId() []byte + func (x *MarketOrder) GetBuyTokenQuantity() int64 + func (x *MarketOrder) GetCreateTime() int64 + func (x *MarketOrder) GetNext() []byte + func (x *MarketOrder) GetOrderId() []byte + func (x *MarketOrder) GetOwnerAddress() []byte + func (x *MarketOrder) GetPrev() []byte + func (x *MarketOrder) GetSellTokenId() []byte + func (x *MarketOrder) GetSellTokenQuantity() int64 + func (x *MarketOrder) GetSellTokenQuantityRemain() int64 + func (x *MarketOrder) GetSellTokenQuantityReturn() int64 + func (x *MarketOrder) GetState() MarketOrder_State + func (x *MarketOrder) ProtoReflect() protoreflect.Message + func (x *MarketOrder) Reset() + func (x *MarketOrder) String() string + type MarketOrderDetail struct + FillBuyQuantity int64 + FillSellQuantity int64 + MakerOrderId []byte + TakerOrderId []byte + func (*MarketOrderDetail) Descriptor() ([]byte, []int) + func (*MarketOrderDetail) ProtoMessage() + func (x *MarketOrderDetail) GetFillBuyQuantity() int64 + func (x *MarketOrderDetail) GetFillSellQuantity() int64 + func (x *MarketOrderDetail) GetMakerOrderId() []byte + func (x *MarketOrderDetail) GetTakerOrderId() []byte + func (x *MarketOrderDetail) ProtoReflect() protoreflect.Message + func (x *MarketOrderDetail) Reset() + func (x *MarketOrderDetail) String() string + type MarketOrderIdList struct + Head []byte + Tail []byte + func (*MarketOrderIdList) Descriptor() ([]byte, []int) + func (*MarketOrderIdList) ProtoMessage() + func (x *MarketOrderIdList) GetHead() []byte + func (x *MarketOrderIdList) GetTail() []byte + func (x *MarketOrderIdList) ProtoReflect() protoreflect.Message + func (x *MarketOrderIdList) Reset() + func (x *MarketOrderIdList) String() string + type MarketOrderList struct + Orders []*MarketOrder + func (*MarketOrderList) Descriptor() ([]byte, []int) + func (*MarketOrderList) ProtoMessage() + func (x *MarketOrderList) GetOrders() []*MarketOrder + func (x *MarketOrderList) ProtoReflect() protoreflect.Message + func (x *MarketOrderList) Reset() + func (x *MarketOrderList) String() string + type MarketOrderPair struct + BuyTokenId []byte + SellTokenId []byte + func (*MarketOrderPair) Descriptor() ([]byte, []int) + func (*MarketOrderPair) ProtoMessage() + func (x *MarketOrderPair) GetBuyTokenId() []byte + func (x *MarketOrderPair) GetSellTokenId() []byte + func (x *MarketOrderPair) ProtoReflect() protoreflect.Message + func (x *MarketOrderPair) Reset() + func (x *MarketOrderPair) String() string + type MarketOrderPairList struct + OrderPair []*MarketOrderPair + func (*MarketOrderPairList) Descriptor() ([]byte, []int) + func (*MarketOrderPairList) ProtoMessage() + func (x *MarketOrderPairList) GetOrderPair() []*MarketOrderPair + func (x *MarketOrderPairList) ProtoReflect() protoreflect.Message + func (x *MarketOrderPairList) Reset() + func (x *MarketOrderPairList) String() string + type MarketOrder_State int32 + const MarketOrder_ACTIVE + const MarketOrder_CANCELED + const MarketOrder_INACTIVE + func (MarketOrder_State) Descriptor() protoreflect.EnumDescriptor + func (MarketOrder_State) EnumDescriptor() ([]byte, []int) + func (MarketOrder_State) Type() protoreflect.EnumType + func (x MarketOrder_State) Enum() *MarketOrder_State + func (x MarketOrder_State) Number() protoreflect.EnumNumber + func (x MarketOrder_State) String() string + type MarketPrice struct + BuyTokenQuantity int64 + SellTokenQuantity int64 + func (*MarketPrice) Descriptor() ([]byte, []int) + func (*MarketPrice) ProtoMessage() + func (x *MarketPrice) GetBuyTokenQuantity() int64 + func (x *MarketPrice) GetSellTokenQuantity() int64 + func (x *MarketPrice) ProtoReflect() protoreflect.Message + func (x *MarketPrice) Reset() + func (x *MarketPrice) String() string + type MarketPriceList struct + BuyTokenId []byte + Prices []*MarketPrice + SellTokenId []byte + func (*MarketPriceList) Descriptor() ([]byte, []int) + func (*MarketPriceList) ProtoMessage() + func (x *MarketPriceList) GetBuyTokenId() []byte + func (x *MarketPriceList) GetPrices() []*MarketPrice + func (x *MarketPriceList) GetSellTokenId() []byte + func (x *MarketPriceList) ProtoReflect() protoreflect.Message + func (x *MarketPriceList) Reset() + func (x *MarketPriceList) String() string + type MarketSellAssetContract struct + BuyTokenId []byte + BuyTokenQuantity int64 + OwnerAddress []byte + SellTokenId []byte + SellTokenQuantity int64 + func (*MarketSellAssetContract) Descriptor() ([]byte, []int) + func (*MarketSellAssetContract) ProtoMessage() + func (x *MarketSellAssetContract) GetBuyTokenId() []byte + func (x *MarketSellAssetContract) GetBuyTokenQuantity() int64 + func (x *MarketSellAssetContract) GetOwnerAddress() []byte + func (x *MarketSellAssetContract) GetSellTokenId() []byte + func (x *MarketSellAssetContract) GetSellTokenQuantity() int64 + func (x *MarketSellAssetContract) ProtoReflect() protoreflect.Message + func (x *MarketSellAssetContract) Reset() + func (x *MarketSellAssetContract) String() string + type MerklePath struct + AuthenticationPaths []*AuthenticationPath + Index []bool + Rt []byte + func (*MerklePath) Descriptor() ([]byte, []int) + func (*MerklePath) ProtoMessage() + func (x *MerklePath) GetAuthenticationPaths() []*AuthenticationPath + func (x *MerklePath) GetIndex() []bool + func (x *MerklePath) GetRt() []byte + func (x *MerklePath) ProtoReflect() protoreflect.Message + func (x *MerklePath) Reset() + func (x *MerklePath) String() string + type MetricsInfo struct + Blockchain *MetricsInfo_BlockChainInfo + Interval int64 + Net *MetricsInfo_NetInfo + Node *MetricsInfo_NodeInfo + func (*MetricsInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo) ProtoMessage() + func (x *MetricsInfo) GetBlockchain() *MetricsInfo_BlockChainInfo + func (x *MetricsInfo) GetInterval() int64 + func (x *MetricsInfo) GetNet() *MetricsInfo_NetInfo + func (x *MetricsInfo) GetNode() *MetricsInfo_NodeInfo + func (x *MetricsInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo) Reset() + func (x *MetricsInfo) String() string + type MetricsInfo_BlockChainInfo struct + BlockProcessTime *MetricsInfo_RateInfo + DupWitness []*MetricsInfo_BlockChainInfo_DupWitness + FailForkCount int32 + FailProcessBlockNum int64 + FailProcessBlockReason string + ForkCount int32 + HeadBlockHash string + HeadBlockNum int64 + HeadBlockTimestamp int64 + MissedTransaction *MetricsInfo_RateInfo + Tps *MetricsInfo_RateInfo + TransactionCacheSize int32 + Witnesses []*MetricsInfo_BlockChainInfo_Witness + func (*MetricsInfo_BlockChainInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_BlockChainInfo) ProtoMessage() + func (x *MetricsInfo_BlockChainInfo) GetBlockProcessTime() *MetricsInfo_RateInfo + func (x *MetricsInfo_BlockChainInfo) GetDupWitness() []*MetricsInfo_BlockChainInfo_DupWitness + func (x *MetricsInfo_BlockChainInfo) GetFailForkCount() int32 + func (x *MetricsInfo_BlockChainInfo) GetFailProcessBlockNum() int64 + func (x *MetricsInfo_BlockChainInfo) GetFailProcessBlockReason() string + func (x *MetricsInfo_BlockChainInfo) GetForkCount() int32 + func (x *MetricsInfo_BlockChainInfo) GetHeadBlockHash() string + func (x *MetricsInfo_BlockChainInfo) GetHeadBlockNum() int64 + func (x *MetricsInfo_BlockChainInfo) GetHeadBlockTimestamp() int64 + func (x *MetricsInfo_BlockChainInfo) GetMissedTransaction() *MetricsInfo_RateInfo + func (x *MetricsInfo_BlockChainInfo) GetTps() *MetricsInfo_RateInfo + func (x *MetricsInfo_BlockChainInfo) GetTransactionCacheSize() int32 + func (x *MetricsInfo_BlockChainInfo) GetWitnesses() []*MetricsInfo_BlockChainInfo_Witness + func (x *MetricsInfo_BlockChainInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_BlockChainInfo) Reset() + func (x *MetricsInfo_BlockChainInfo) String() string + type MetricsInfo_BlockChainInfo_DupWitness struct + Address string + BlockNum int64 + Count int32 + func (*MetricsInfo_BlockChainInfo_DupWitness) Descriptor() ([]byte, []int) + func (*MetricsInfo_BlockChainInfo_DupWitness) ProtoMessage() + func (x *MetricsInfo_BlockChainInfo_DupWitness) GetAddress() string + func (x *MetricsInfo_BlockChainInfo_DupWitness) GetBlockNum() int64 + func (x *MetricsInfo_BlockChainInfo_DupWitness) GetCount() int32 + func (x *MetricsInfo_BlockChainInfo_DupWitness) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_BlockChainInfo_DupWitness) Reset() + func (x *MetricsInfo_BlockChainInfo_DupWitness) String() string + type MetricsInfo_BlockChainInfo_Witness struct + Address string + Version int32 + func (*MetricsInfo_BlockChainInfo_Witness) Descriptor() ([]byte, []int) + func (*MetricsInfo_BlockChainInfo_Witness) ProtoMessage() + func (x *MetricsInfo_BlockChainInfo_Witness) GetAddress() string + func (x *MetricsInfo_BlockChainInfo_Witness) GetVersion() int32 + func (x *MetricsInfo_BlockChainInfo_Witness) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_BlockChainInfo_Witness) Reset() + func (x *MetricsInfo_BlockChainInfo_Witness) String() string + type MetricsInfo_NetInfo struct + Api *MetricsInfo_NetInfo_ApiInfo + ConnectionCount int32 + DisconnectionCount int32 + DisconnectionDetail []*MetricsInfo_NetInfo_DisconnectionDetailInfo + ErrorProtoCount int32 + Latency *MetricsInfo_NetInfo_LatencyInfo + TcpInTraffic *MetricsInfo_RateInfo + TcpOutTraffic *MetricsInfo_RateInfo + UdpInTraffic *MetricsInfo_RateInfo + UdpOutTraffic *MetricsInfo_RateInfo + ValidConnectionCount int32 + func (*MetricsInfo_NetInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo) GetApi() *MetricsInfo_NetInfo_ApiInfo + func (x *MetricsInfo_NetInfo) GetConnectionCount() int32 + func (x *MetricsInfo_NetInfo) GetDisconnectionCount() int32 + func (x *MetricsInfo_NetInfo) GetDisconnectionDetail() []*MetricsInfo_NetInfo_DisconnectionDetailInfo + func (x *MetricsInfo_NetInfo) GetErrorProtoCount() int32 + func (x *MetricsInfo_NetInfo) GetLatency() *MetricsInfo_NetInfo_LatencyInfo + func (x *MetricsInfo_NetInfo) GetTcpInTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo) GetTcpOutTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo) GetUdpInTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo) GetUdpOutTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo) GetValidConnectionCount() int32 + func (x *MetricsInfo_NetInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo) Reset() + func (x *MetricsInfo_NetInfo) String() string + type MetricsInfo_NetInfo_ApiInfo struct + Detail []*MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo + FailQps *MetricsInfo_RateInfo + OutTraffic *MetricsInfo_RateInfo + Qps *MetricsInfo_RateInfo + func (*MetricsInfo_NetInfo_ApiInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo_ApiInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo_ApiInfo) GetDetail() []*MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo + func (x *MetricsInfo_NetInfo_ApiInfo) GetFailQps() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo) GetOutTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo) GetQps() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo_ApiInfo) Reset() + func (x *MetricsInfo_NetInfo_ApiInfo) String() string + type MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo struct + FailQps *MetricsInfo_RateInfo + Name string + OutTraffic *MetricsInfo_RateInfo + Qps *MetricsInfo_RateInfo + func (*MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) GetFailQps() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) GetName() string + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) GetOutTraffic() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) GetQps() *MetricsInfo_RateInfo + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) Reset() + func (x *MetricsInfo_NetInfo_ApiInfo_ApiDetailInfo) String() string + type MetricsInfo_NetInfo_DisconnectionDetailInfo struct + Count int32 + Reason string + func (*MetricsInfo_NetInfo_DisconnectionDetailInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo_DisconnectionDetailInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo_DisconnectionDetailInfo) GetCount() int32 + func (x *MetricsInfo_NetInfo_DisconnectionDetailInfo) GetReason() string + func (x *MetricsInfo_NetInfo_DisconnectionDetailInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo_DisconnectionDetailInfo) Reset() + func (x *MetricsInfo_NetInfo_DisconnectionDetailInfo) String() string + type MetricsInfo_NetInfo_LatencyInfo struct + Delay1S int32 + Delay2S int32 + Delay3S int32 + Detail []*MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo + Top75 int32 + Top95 int32 + Top99 int32 + TotalCount int32 + func (*MetricsInfo_NetInfo_LatencyInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo_LatencyInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo_LatencyInfo) GetDelay1S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetDelay2S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetDelay3S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetDetail() []*MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo + func (x *MetricsInfo_NetInfo_LatencyInfo) GetTop75() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetTop95() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetTop99() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) GetTotalCount() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo_LatencyInfo) Reset() + func (x *MetricsInfo_NetInfo_LatencyInfo) String() string + type MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo struct + Count int32 + Delay1S int32 + Delay2S int32 + Delay3S int32 + Top75 int32 + Top95 int32 + Top99 int32 + Witness string + func (*MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) ProtoMessage() + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetCount() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetDelay1S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetDelay2S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetDelay3S() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetTop75() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetTop95() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetTop99() int32 + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) GetWitness() string + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) Reset() + func (x *MetricsInfo_NetInfo_LatencyInfo_LatencyDetailInfo) String() string + type MetricsInfo_NodeInfo struct + BackupStatus int32 + Ip string + NodeType int32 + Version string + func (*MetricsInfo_NodeInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_NodeInfo) ProtoMessage() + func (x *MetricsInfo_NodeInfo) GetBackupStatus() int32 + func (x *MetricsInfo_NodeInfo) GetIp() string + func (x *MetricsInfo_NodeInfo) GetNodeType() int32 + func (x *MetricsInfo_NodeInfo) GetVersion() string + func (x *MetricsInfo_NodeInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_NodeInfo) Reset() + func (x *MetricsInfo_NodeInfo) String() string + type MetricsInfo_RateInfo struct + Count int64 + FifteenMinuteRate float64 + FiveMinuteRate float64 + MeanRate float64 + OneMinuteRate float64 + func (*MetricsInfo_RateInfo) Descriptor() ([]byte, []int) + func (*MetricsInfo_RateInfo) ProtoMessage() + func (x *MetricsInfo_RateInfo) GetCount() int64 + func (x *MetricsInfo_RateInfo) GetFifteenMinuteRate() float64 + func (x *MetricsInfo_RateInfo) GetFiveMinuteRate() float64 + func (x *MetricsInfo_RateInfo) GetMeanRate() float64 + func (x *MetricsInfo_RateInfo) GetOneMinuteRate() float64 + func (x *MetricsInfo_RateInfo) ProtoReflect() protoreflect.Message + func (x *MetricsInfo_RateInfo) Reset() + func (x *MetricsInfo_RateInfo) String() string + 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 + JvmTotalMemory 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) GetJvmTotalMemory() 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 + func (*OutputPoint) Descriptor() ([]byte, []int) + func (*OutputPoint) ProtoMessage() + func (x *OutputPoint) GetHash() []byte + func (x *OutputPoint) GetIndex() int32 + func (x *OutputPoint) ProtoReflect() protoreflect.Message + func (x *OutputPoint) Reset() + func (x *OutputPoint) String() string + type OutputPointInfo struct + BlockNum int32 + OutPoints []*OutputPoint + func (*OutputPointInfo) Descriptor() ([]byte, []int) + func (*OutputPointInfo) ProtoMessage() + func (x *OutputPointInfo) GetBlockNum() int32 + func (x *OutputPointInfo) GetOutPoints() []*OutputPoint + func (x *OutputPointInfo) ProtoReflect() protoreflect.Message + func (x *OutputPointInfo) Reset() + func (x *OutputPointInfo) String() string + type PBFTCommitResult struct + Data []byte + Signature [][]byte + func (*PBFTCommitResult) Descriptor() ([]byte, []int) + func (*PBFTCommitResult) ProtoMessage() + func (x *PBFTCommitResult) GetData() []byte + func (x *PBFTCommitResult) GetSignature() [][]byte + func (x *PBFTCommitResult) ProtoReflect() protoreflect.Message + func (x *PBFTCommitResult) Reset() + func (x *PBFTCommitResult) String() string + type PBFTMessage struct + RawData *PBFTMessage_Raw + Signature []byte + func (*PBFTMessage) Descriptor() ([]byte, []int) + func (*PBFTMessage) ProtoMessage() + func (x *PBFTMessage) GetRawData() *PBFTMessage_Raw + func (x *PBFTMessage) GetSignature() []byte + func (x *PBFTMessage) ProtoReflect() protoreflect.Message + func (x *PBFTMessage) Reset() + func (x *PBFTMessage) String() string + type PBFTMessage_DataType int32 + const PBFTMessage_BLOCK + const PBFTMessage_SRL + func (PBFTMessage_DataType) Descriptor() protoreflect.EnumDescriptor + func (PBFTMessage_DataType) EnumDescriptor() ([]byte, []int) + func (PBFTMessage_DataType) Type() protoreflect.EnumType + func (x PBFTMessage_DataType) Enum() *PBFTMessage_DataType + func (x PBFTMessage_DataType) Number() protoreflect.EnumNumber + func (x PBFTMessage_DataType) String() string + type PBFTMessage_MsgType int32 + const PBFTMessage_COMMIT + const PBFTMessage_PREPARE + const PBFTMessage_PREPREPARE + const PBFTMessage_REQUEST + const PBFTMessage_VIEW_CHANGE + func (PBFTMessage_MsgType) Descriptor() protoreflect.EnumDescriptor + func (PBFTMessage_MsgType) EnumDescriptor() ([]byte, []int) + func (PBFTMessage_MsgType) Type() protoreflect.EnumType + func (x PBFTMessage_MsgType) Enum() *PBFTMessage_MsgType + func (x PBFTMessage_MsgType) Number() protoreflect.EnumNumber + func (x PBFTMessage_MsgType) String() string + type PBFTMessage_Raw struct + Data []byte + DataType PBFTMessage_DataType + Epoch int64 + MsgType PBFTMessage_MsgType + ViewN int64 + func (*PBFTMessage_Raw) Descriptor() ([]byte, []int) + func (*PBFTMessage_Raw) ProtoMessage() + func (x *PBFTMessage_Raw) GetData() []byte + func (x *PBFTMessage_Raw) GetDataType() PBFTMessage_DataType + func (x *PBFTMessage_Raw) GetEpoch() int64 + func (x *PBFTMessage_Raw) GetMsgType() PBFTMessage_MsgType + func (x *PBFTMessage_Raw) GetViewN() int64 + func (x *PBFTMessage_Raw) ProtoReflect() protoreflect.Message + func (x *PBFTMessage_Raw) Reset() + func (x *PBFTMessage_Raw) String() string + type ParticipateAssetIssueContract struct + Amount int64 + AssetName []byte + OwnerAddress []byte + ToAddress []byte + func (*ParticipateAssetIssueContract) Descriptor() ([]byte, []int) + func (*ParticipateAssetIssueContract) ProtoMessage() + func (x *ParticipateAssetIssueContract) GetAmount() int64 + func (x *ParticipateAssetIssueContract) GetAssetName() []byte + func (x *ParticipateAssetIssueContract) GetOwnerAddress() []byte + func (x *ParticipateAssetIssueContract) GetToAddress() []byte + func (x *ParticipateAssetIssueContract) ProtoReflect() protoreflect.Message + func (x *ParticipateAssetIssueContract) Reset() + func (x *ParticipateAssetIssueContract) String() string + type PedersenHash struct + Content []byte + func (*PedersenHash) Descriptor() ([]byte, []int) + func (*PedersenHash) ProtoMessage() + func (x *PedersenHash) GetContent() []byte + func (x *PedersenHash) ProtoReflect() protoreflect.Message + func (x *PedersenHash) Reset() + func (x *PedersenHash) String() string + 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 + func (*ProposalApproveContract) Descriptor() ([]byte, []int) + func (*ProposalApproveContract) ProtoMessage() + func (x *ProposalApproveContract) GetIsAddApproval() bool + func (x *ProposalApproveContract) GetOwnerAddress() []byte + func (x *ProposalApproveContract) GetProposalId() int64 + func (x *ProposalApproveContract) ProtoReflect() protoreflect.Message + func (x *ProposalApproveContract) Reset() + func (x *ProposalApproveContract) String() string + type ProposalCreateContract struct + OwnerAddress []byte + Parameters map[int64]int64 + func (*ProposalCreateContract) Descriptor() ([]byte, []int) + func (*ProposalCreateContract) ProtoMessage() + func (x *ProposalCreateContract) GetOwnerAddress() []byte + func (x *ProposalCreateContract) GetParameters() map[int64]int64 + func (x *ProposalCreateContract) ProtoReflect() protoreflect.Message + func (x *ProposalCreateContract) Reset() + func (x *ProposalCreateContract) String() string + type ProposalDeleteContract struct + OwnerAddress []byte + ProposalId int64 + func (*ProposalDeleteContract) Descriptor() ([]byte, []int) + func (*ProposalDeleteContract) ProtoMessage() + func (x *ProposalDeleteContract) GetOwnerAddress() []byte + func (x *ProposalDeleteContract) GetProposalId() int64 + func (x *ProposalDeleteContract) ProtoReflect() protoreflect.Message + func (x *ProposalDeleteContract) Reset() + func (x *ProposalDeleteContract) String() string + 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_BELOW_THAN_ME + 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_LIGHT_NODE_SYNC_FAIL + const ReasonCode_LOCAL_IDENTITY + const ReasonCode_PEER_QUITING + const ReasonCode_PING_TIMEOUT + const ReasonCode_RANDOM_ELIMINATION + 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 + Zkproof []byte + func (*ReceiveDescription) Descriptor() ([]byte, []int) + func (*ReceiveDescription) ProtoMessage() + func (x *ReceiveDescription) GetCEnc() []byte + func (x *ReceiveDescription) GetCOut() []byte + func (x *ReceiveDescription) GetEpk() []byte + func (x *ReceiveDescription) GetNoteCommitment() []byte + func (x *ReceiveDescription) GetValueCommitment() []byte + func (x *ReceiveDescription) GetZkproof() []byte + func (x *ReceiveDescription) ProtoReflect() protoreflect.Message + func (x *ReceiveDescription) Reset() + func (x *ReceiveDescription) String() string + type ResourceCode int32 + const ResourceCode_BANDWIDTH + const ResourceCode_ENERGY + const ResourceCode_TRON_POWER + func (ResourceCode) Descriptor() protoreflect.EnumDescriptor + func (ResourceCode) EnumDescriptor() ([]byte, []int) + func (ResourceCode) Type() protoreflect.EnumType + func (x ResourceCode) Enum() *ResourceCode + func (x ResourceCode) Number() protoreflect.EnumNumber + func (x ResourceCode) String() string + type ResourceReceipt struct + EnergyFee int64 + EnergyPenaltyTotal 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) GetEnergyPenaltyTotal() 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 SRL struct + SrAddress [][]byte + func (*SRL) Descriptor() ([]byte, []int) + func (*SRL) ProtoMessage() + func (x *SRL) GetSrAddress() [][]byte + func (x *SRL) ProtoReflect() protoreflect.Message + func (x *SRL) Reset() + func (x *SRL) String() string + type SellStorageContract struct + OwnerAddress []byte + StorageBytes int64 + func (*SellStorageContract) Descriptor() ([]byte, []int) + func (*SellStorageContract) ProtoMessage() + func (x *SellStorageContract) GetOwnerAddress() []byte + func (x *SellStorageContract) GetStorageBytes() int64 + func (x *SellStorageContract) ProtoReflect() protoreflect.Message + func (x *SellStorageContract) Reset() + func (x *SellStorageContract) String() string + type SetAccountIdContract struct + AccountId []byte + OwnerAddress []byte + func (*SetAccountIdContract) Descriptor() ([]byte, []int) + func (*SetAccountIdContract) ProtoMessage() + func (x *SetAccountIdContract) GetAccountId() []byte + func (x *SetAccountIdContract) GetOwnerAddress() []byte + func (x *SetAccountIdContract) ProtoReflect() protoreflect.Message + func (x *SetAccountIdContract) Reset() + func (x *SetAccountIdContract) String() string + type ShieldedTransferContract struct + BindingSignature []byte + FromAmount int64 + ReceiveDescription []*ReceiveDescription + SpendDescription []*SpendDescription + ToAmount int64 + TransparentFromAddress []byte + TransparentToAddress []byte + func (*ShieldedTransferContract) Descriptor() ([]byte, []int) + func (*ShieldedTransferContract) ProtoMessage() + func (x *ShieldedTransferContract) GetBindingSignature() []byte + func (x *ShieldedTransferContract) GetFromAmount() int64 + func (x *ShieldedTransferContract) GetReceiveDescription() []*ReceiveDescription + func (x *ShieldedTransferContract) GetSpendDescription() []*SpendDescription + func (x *ShieldedTransferContract) GetToAmount() int64 + func (x *ShieldedTransferContract) GetTransparentFromAddress() []byte + func (x *ShieldedTransferContract) GetTransparentToAddress() []byte + func (x *ShieldedTransferContract) ProtoReflect() protoreflect.Message + func (x *ShieldedTransferContract) Reset() + func (x *ShieldedTransferContract) String() string + type SmartContract struct + Abi *SmartContract_ABI + Bytecode []byte + CallValue int64 + CodeHash []byte + ConsumeUserResourcePercent int64 + ContractAddress []byte + Name string + OriginAddress []byte + OriginEnergyLimit int64 + TrxHash []byte + Version int32 + func (*SmartContract) Descriptor() ([]byte, []int) + func (*SmartContract) ProtoMessage() + func (x *SmartContract) GetAbi() *SmartContract_ABI + func (x *SmartContract) GetBytecode() []byte + func (x *SmartContract) GetCallValue() int64 + func (x *SmartContract) GetCodeHash() []byte + func (x *SmartContract) GetConsumeUserResourcePercent() int64 + func (x *SmartContract) GetContractAddress() []byte + func (x *SmartContract) GetName() string + func (x *SmartContract) GetOriginAddress() []byte + func (x *SmartContract) GetOriginEnergyLimit() int64 + func (x *SmartContract) GetTrxHash() []byte + func (x *SmartContract) GetVersion() int32 + func (x *SmartContract) ProtoReflect() protoreflect.Message + func (x *SmartContract) Reset() + func (x *SmartContract) String() string + type SmartContractDataWrapper struct + ContractState *ContractState + Runtimecode []byte + SmartContract *SmartContract + func (*SmartContractDataWrapper) Descriptor() ([]byte, []int) + func (*SmartContractDataWrapper) ProtoMessage() + func (x *SmartContractDataWrapper) GetContractState() *ContractState + func (x *SmartContractDataWrapper) GetRuntimecode() []byte + func (x *SmartContractDataWrapper) GetSmartContract() *SmartContract + func (x *SmartContractDataWrapper) ProtoReflect() protoreflect.Message + func (x *SmartContractDataWrapper) Reset() + func (x *SmartContractDataWrapper) String() string + type SmartContract_ABI struct + Entrys []*SmartContract_ABI_Entry + func (*SmartContract_ABI) Descriptor() ([]byte, []int) + func (*SmartContract_ABI) ProtoMessage() + func (x *SmartContract_ABI) GetEntrys() []*SmartContract_ABI_Entry + func (x *SmartContract_ABI) ProtoReflect() protoreflect.Message + func (x *SmartContract_ABI) Reset() + func (x *SmartContract_ABI) String() string + 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 + func (*SmartContract_ABI_Entry) Descriptor() ([]byte, []int) + func (*SmartContract_ABI_Entry) ProtoMessage() + func (x *SmartContract_ABI_Entry) GetAnonymous() bool + func (x *SmartContract_ABI_Entry) GetConstant() bool + func (x *SmartContract_ABI_Entry) GetInputs() []*SmartContract_ABI_Entry_Param + func (x *SmartContract_ABI_Entry) GetName() string + func (x *SmartContract_ABI_Entry) GetOutputs() []*SmartContract_ABI_Entry_Param + func (x *SmartContract_ABI_Entry) GetPayable() bool + func (x *SmartContract_ABI_Entry) GetStateMutability() SmartContract_ABI_Entry_StateMutabilityType + func (x *SmartContract_ABI_Entry) GetType() SmartContract_ABI_Entry_EntryType + func (x *SmartContract_ABI_Entry) ProtoReflect() protoreflect.Message + func (x *SmartContract_ABI_Entry) Reset() + func (x *SmartContract_ABI_Entry) String() string + type SmartContract_ABI_Entry_EntryType int32 + const SmartContract_ABI_Entry_Constructor + const SmartContract_ABI_Entry_Error + const SmartContract_ABI_Entry_Event + const SmartContract_ABI_Entry_Fallback + const SmartContract_ABI_Entry_Function + const SmartContract_ABI_Entry_Receive + const SmartContract_ABI_Entry_UnknownEntryType + func (SmartContract_ABI_Entry_EntryType) Descriptor() protoreflect.EnumDescriptor + func (SmartContract_ABI_Entry_EntryType) EnumDescriptor() ([]byte, []int) + func (SmartContract_ABI_Entry_EntryType) Type() protoreflect.EnumType + func (x SmartContract_ABI_Entry_EntryType) Enum() *SmartContract_ABI_Entry_EntryType + func (x SmartContract_ABI_Entry_EntryType) Number() protoreflect.EnumNumber + func (x SmartContract_ABI_Entry_EntryType) String() string + type SmartContract_ABI_Entry_Param struct + Indexed bool + Name string + Type string + func (*SmartContract_ABI_Entry_Param) Descriptor() ([]byte, []int) + func (*SmartContract_ABI_Entry_Param) ProtoMessage() + func (x *SmartContract_ABI_Entry_Param) GetIndexed() bool + func (x *SmartContract_ABI_Entry_Param) GetName() string + func (x *SmartContract_ABI_Entry_Param) GetType() string + func (x *SmartContract_ABI_Entry_Param) ProtoReflect() protoreflect.Message + func (x *SmartContract_ABI_Entry_Param) Reset() + func (x *SmartContract_ABI_Entry_Param) String() string + 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) Descriptor() protoreflect.EnumDescriptor + func (SmartContract_ABI_Entry_StateMutabilityType) EnumDescriptor() ([]byte, []int) + func (SmartContract_ABI_Entry_StateMutabilityType) Type() protoreflect.EnumType + func (x SmartContract_ABI_Entry_StateMutabilityType) Enum() *SmartContract_ABI_Entry_StateMutabilityType + func (x SmartContract_ABI_Entry_StateMutabilityType) Number() protoreflect.EnumNumber + func (x SmartContract_ABI_Entry_StateMutabilityType) String() string + type SpendDescription struct + Anchor []byte + Nullifier []byte + Rk []byte + SpendAuthoritySignature []byte + ValueCommitment []byte + Zkproof []byte + func (*SpendDescription) Descriptor() ([]byte, []int) + func (*SpendDescription) ProtoMessage() + func (x *SpendDescription) GetAnchor() []byte + func (x *SpendDescription) GetNullifier() []byte + func (x *SpendDescription) GetRk() []byte + func (x *SpendDescription) GetSpendAuthoritySignature() []byte + func (x *SpendDescription) GetValueCommitment() []byte + func (x *SpendDescription) GetZkproof() []byte + func (x *SpendDescription) ProtoReflect() protoreflect.Message + func (x *SpendDescription) Reset() + func (x *SpendDescription) String() string + 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 TransactionBalanceTrace struct + Operation []*TransactionBalanceTrace_Operation + Status string + TransactionIdentifier []byte + Type string + func (*TransactionBalanceTrace) Descriptor() ([]byte, []int) + func (*TransactionBalanceTrace) ProtoMessage() + func (x *TransactionBalanceTrace) GetOperation() []*TransactionBalanceTrace_Operation + func (x *TransactionBalanceTrace) GetStatus() string + func (x *TransactionBalanceTrace) GetTransactionIdentifier() []byte + func (x *TransactionBalanceTrace) GetType() string + func (x *TransactionBalanceTrace) ProtoReflect() protoreflect.Message + func (x *TransactionBalanceTrace) Reset() + func (x *TransactionBalanceTrace) String() string + type TransactionBalanceTrace_Operation struct + Address []byte + Amount int64 + OperationIdentifier int64 + func (*TransactionBalanceTrace_Operation) Descriptor() ([]byte, []int) + func (*TransactionBalanceTrace_Operation) ProtoMessage() + func (x *TransactionBalanceTrace_Operation) GetAddress() []byte + func (x *TransactionBalanceTrace_Operation) GetAmount() int64 + func (x *TransactionBalanceTrace_Operation) GetOperationIdentifier() int64 + func (x *TransactionBalanceTrace_Operation) ProtoReflect() protoreflect.Message + func (x *TransactionBalanceTrace_Operation) Reset() + func (x *TransactionBalanceTrace_Operation) String() string + type TransactionInfo struct + AssetIssueID string + BlockNumber int64 + BlockTimeStamp int64 + CancelUnfreezeV2Amount map[string]int64 + ContractAddress []byte + ContractResult [][]byte + ExchangeId int64 + ExchangeInjectAnotherAmount int64 + ExchangeReceivedAmount int64 + ExchangeWithdrawAnotherAmount int64 + Fee int64 + Id []byte + InternalTransactions []*InternalTransaction + Log []*TransactionInfo_Log + OrderDetails []*MarketOrderDetail + OrderId []byte + PackingFee int64 + Receipt *ResourceReceipt + ResMessage []byte + Result TransactionInfoCode + ShieldedTransactionFee int64 + UnfreezeAmount int64 + WithdrawAmount int64 + WithdrawExpireAmount 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) GetCancelUnfreezeV2Amount() map[string]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) GetOrderDetails() []*MarketOrderDetail + func (x *TransactionInfo) GetOrderId() []byte + func (x *TransactionInfo) GetPackingFee() int64 + 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) GetWithdrawExpireAmount() 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 Transaction_Contract struct + ContractName []byte + Parameter *anypb.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() *anypb.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_CancelAllUnfreezeV2Contract + const Transaction_Contract_ClearABIContract + const Transaction_Contract_CreateSmartContract + const Transaction_Contract_CustomContract + const Transaction_Contract_DelegateResourceContract + const Transaction_Contract_ExchangeCreateContract + const Transaction_Contract_ExchangeInjectContract + const Transaction_Contract_ExchangeTransactionContract + const Transaction_Contract_ExchangeWithdrawContract + const Transaction_Contract_FreezeBalanceContract + const Transaction_Contract_FreezeBalanceV2Contract + const Transaction_Contract_GetContract + const Transaction_Contract_MarketCancelOrderContract + const Transaction_Contract_MarketSellAssetContract + 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_UnDelegateResourceContract + const Transaction_Contract_UnfreezeAssetContract + const Transaction_Contract_UnfreezeBalanceContract + const Transaction_Contract_UnfreezeBalanceV2Contract + 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_WithdrawExpireUnfreezeContract + 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 + CancelUnfreezeV2Amount map[string]int64 + ContractRet Transaction_ResultContractResult + ExchangeId int64 + ExchangeInjectAnotherAmount int64 + ExchangeReceivedAmount int64 + ExchangeWithdrawAnotherAmount int64 + Fee int64 + OrderDetails []*MarketOrderDetail + OrderId []byte + Ret Transaction_ResultCode + ShieldedTransactionFee int64 + UnfreezeAmount int64 + WithdrawAmount int64 + WithdrawExpireAmount int64 + func (*Transaction_Result) Descriptor() ([]byte, []int) + func (*Transaction_Result) ProtoMessage() + func (x *Transaction_Result) GetAssetIssueID() string + func (x *Transaction_Result) GetCancelUnfreezeV2Amount() map[string]int64 + 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) GetOrderDetails() []*MarketOrderDetail + func (x *Transaction_Result) GetOrderId() []byte + 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) GetWithdrawExpireAmount() 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_INVALID_CODE + 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 + func (*TransferAssetContract) Descriptor() ([]byte, []int) + func (*TransferAssetContract) ProtoMessage() + func (x *TransferAssetContract) GetAmount() int64 + func (x *TransferAssetContract) GetAssetName() []byte + func (x *TransferAssetContract) GetOwnerAddress() []byte + func (x *TransferAssetContract) GetToAddress() []byte + func (x *TransferAssetContract) ProtoReflect() protoreflect.Message + func (x *TransferAssetContract) Reset() + func (x *TransferAssetContract) String() string + type TransferContract struct + Amount int64 + OwnerAddress []byte + ToAddress []byte + func (*TransferContract) Descriptor() ([]byte, []int) + func (*TransferContract) ProtoMessage() + func (x *TransferContract) GetAmount() int64 + func (x *TransferContract) GetOwnerAddress() []byte + func (x *TransferContract) GetToAddress() []byte + func (x *TransferContract) ProtoReflect() protoreflect.Message + func (x *TransferContract) Reset() + func (x *TransferContract) String() string + type TriggerSmartContract struct + CallTokenValue int64 + CallValue int64 + ContractAddress []byte + Data []byte + OwnerAddress []byte + TokenId int64 + func (*TriggerSmartContract) Descriptor() ([]byte, []int) + func (*TriggerSmartContract) ProtoMessage() + func (x *TriggerSmartContract) GetCallTokenValue() int64 + func (x *TriggerSmartContract) GetCallValue() int64 + func (x *TriggerSmartContract) GetContractAddress() []byte + func (x *TriggerSmartContract) GetData() []byte + func (x *TriggerSmartContract) GetOwnerAddress() []byte + func (x *TriggerSmartContract) GetTokenId() int64 + func (x *TriggerSmartContract) ProtoReflect() protoreflect.Message + func (x *TriggerSmartContract) Reset() + func (x *TriggerSmartContract) String() string + type UnDelegateResourceContract struct + Balance int64 + OwnerAddress []byte + ReceiverAddress []byte + Resource ResourceCode + func (*UnDelegateResourceContract) Descriptor() ([]byte, []int) + func (*UnDelegateResourceContract) ProtoMessage() + func (x *UnDelegateResourceContract) GetBalance() int64 + func (x *UnDelegateResourceContract) GetOwnerAddress() []byte + func (x *UnDelegateResourceContract) GetReceiverAddress() []byte + func (x *UnDelegateResourceContract) GetResource() ResourceCode + func (x *UnDelegateResourceContract) ProtoReflect() protoreflect.Message + func (x *UnDelegateResourceContract) Reset() + func (x *UnDelegateResourceContract) String() string + type UnfreezeAssetContract struct + OwnerAddress []byte + func (*UnfreezeAssetContract) Descriptor() ([]byte, []int) + func (*UnfreezeAssetContract) ProtoMessage() + func (x *UnfreezeAssetContract) GetOwnerAddress() []byte + func (x *UnfreezeAssetContract) ProtoReflect() protoreflect.Message + func (x *UnfreezeAssetContract) Reset() + func (x *UnfreezeAssetContract) String() string + type UnfreezeBalanceContract struct + OwnerAddress []byte + ReceiverAddress []byte + Resource ResourceCode + func (*UnfreezeBalanceContract) Descriptor() ([]byte, []int) + func (*UnfreezeBalanceContract) ProtoMessage() + func (x *UnfreezeBalanceContract) GetOwnerAddress() []byte + func (x *UnfreezeBalanceContract) GetReceiverAddress() []byte + func (x *UnfreezeBalanceContract) GetResource() ResourceCode + func (x *UnfreezeBalanceContract) ProtoReflect() protoreflect.Message + func (x *UnfreezeBalanceContract) Reset() + func (x *UnfreezeBalanceContract) String() string + type UnfreezeBalanceV2Contract struct + OwnerAddress []byte + Resource ResourceCode + UnfreezeBalance int64 + func (*UnfreezeBalanceV2Contract) Descriptor() ([]byte, []int) + func (*UnfreezeBalanceV2Contract) ProtoMessage() + func (x *UnfreezeBalanceV2Contract) GetOwnerAddress() []byte + func (x *UnfreezeBalanceV2Contract) GetResource() ResourceCode + func (x *UnfreezeBalanceV2Contract) GetUnfreezeBalance() int64 + func (x *UnfreezeBalanceV2Contract) ProtoReflect() protoreflect.Message + func (x *UnfreezeBalanceV2Contract) Reset() + func (x *UnfreezeBalanceV2Contract) String() string + type UpdateAssetContract struct + Description []byte + NewLimit int64 + NewPublicLimit int64 + OwnerAddress []byte + Url []byte + func (*UpdateAssetContract) Descriptor() ([]byte, []int) + func (*UpdateAssetContract) ProtoMessage() + func (x *UpdateAssetContract) GetDescription() []byte + func (x *UpdateAssetContract) GetNewLimit() int64 + func (x *UpdateAssetContract) GetNewPublicLimit() int64 + func (x *UpdateAssetContract) GetOwnerAddress() []byte + func (x *UpdateAssetContract) GetUrl() []byte + func (x *UpdateAssetContract) ProtoReflect() protoreflect.Message + func (x *UpdateAssetContract) Reset() + func (x *UpdateAssetContract) String() string + type UpdateBrokerageContract struct + Brokerage int32 + OwnerAddress []byte + func (*UpdateBrokerageContract) Descriptor() ([]byte, []int) + func (*UpdateBrokerageContract) ProtoMessage() + func (x *UpdateBrokerageContract) GetBrokerage() int32 + func (x *UpdateBrokerageContract) GetOwnerAddress() []byte + func (x *UpdateBrokerageContract) ProtoReflect() protoreflect.Message + func (x *UpdateBrokerageContract) Reset() + func (x *UpdateBrokerageContract) String() string + type UpdateEnergyLimitContract struct + ContractAddress []byte + OriginEnergyLimit int64 + OwnerAddress []byte + func (*UpdateEnergyLimitContract) Descriptor() ([]byte, []int) + func (*UpdateEnergyLimitContract) ProtoMessage() + func (x *UpdateEnergyLimitContract) GetContractAddress() []byte + func (x *UpdateEnergyLimitContract) GetOriginEnergyLimit() int64 + func (x *UpdateEnergyLimitContract) GetOwnerAddress() []byte + func (x *UpdateEnergyLimitContract) ProtoReflect() protoreflect.Message + func (x *UpdateEnergyLimitContract) Reset() + func (x *UpdateEnergyLimitContract) String() string + type UpdateSettingContract struct + ConsumeUserResourcePercent int64 + ContractAddress []byte + OwnerAddress []byte + func (*UpdateSettingContract) Descriptor() ([]byte, []int) + func (*UpdateSettingContract) ProtoMessage() + func (x *UpdateSettingContract) GetConsumeUserResourcePercent() int64 + func (x *UpdateSettingContract) GetContractAddress() []byte + func (x *UpdateSettingContract) GetOwnerAddress() []byte + func (x *UpdateSettingContract) ProtoReflect() protoreflect.Message + func (x *UpdateSettingContract) Reset() + func (x *UpdateSettingContract) String() string + 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 + func (*VoteAssetContract) Descriptor() ([]byte, []int) + func (*VoteAssetContract) ProtoMessage() + func (x *VoteAssetContract) GetCount() int32 + func (x *VoteAssetContract) GetOwnerAddress() []byte + func (x *VoteAssetContract) GetSupport() bool + func (x *VoteAssetContract) GetVoteAddress() [][]byte + func (x *VoteAssetContract) ProtoReflect() protoreflect.Message + func (x *VoteAssetContract) Reset() + func (x *VoteAssetContract) String() string + type VoteWitnessContract struct + OwnerAddress []byte + Support bool + Votes []*VoteWitnessContract_Vote + func (*VoteWitnessContract) Descriptor() ([]byte, []int) + func (*VoteWitnessContract) ProtoMessage() + func (x *VoteWitnessContract) GetOwnerAddress() []byte + func (x *VoteWitnessContract) GetSupport() bool + func (x *VoteWitnessContract) GetVotes() []*VoteWitnessContract_Vote + func (x *VoteWitnessContract) ProtoReflect() protoreflect.Message + func (x *VoteWitnessContract) Reset() + func (x *VoteWitnessContract) String() string + type VoteWitnessContract_Vote struct + VoteAddress []byte + VoteCount int64 + func (*VoteWitnessContract_Vote) Descriptor() ([]byte, []int) + func (*VoteWitnessContract_Vote) ProtoMessage() + func (x *VoteWitnessContract_Vote) GetVoteAddress() []byte + func (x *VoteWitnessContract_Vote) GetVoteCount() int64 + func (x *VoteWitnessContract_Vote) ProtoReflect() protoreflect.Message + func (x *VoteWitnessContract_Vote) Reset() + func (x *VoteWitnessContract_Vote) String() string + 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 + func (*WithdrawBalanceContract) Descriptor() ([]byte, []int) + func (*WithdrawBalanceContract) ProtoMessage() + func (x *WithdrawBalanceContract) GetOwnerAddress() []byte + func (x *WithdrawBalanceContract) ProtoReflect() protoreflect.Message + func (x *WithdrawBalanceContract) Reset() + func (x *WithdrawBalanceContract) String() string + type WithdrawExpireUnfreezeContract struct + OwnerAddress []byte + func (*WithdrawExpireUnfreezeContract) Descriptor() ([]byte, []int) + func (*WithdrawExpireUnfreezeContract) ProtoMessage() + func (x *WithdrawExpireUnfreezeContract) GetOwnerAddress() []byte + func (x *WithdrawExpireUnfreezeContract) ProtoReflect() protoreflect.Message + func (x *WithdrawExpireUnfreezeContract) Reset() + func (x *WithdrawExpireUnfreezeContract) String() string + 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 + func (*WitnessCreateContract) Descriptor() ([]byte, []int) + func (*WitnessCreateContract) ProtoMessage() + func (x *WitnessCreateContract) GetOwnerAddress() []byte + func (x *WitnessCreateContract) GetUrl() []byte + func (x *WitnessCreateContract) ProtoReflect() protoreflect.Message + func (x *WitnessCreateContract) Reset() + func (x *WitnessCreateContract) String() string + type WitnessUpdateContract struct + OwnerAddress []byte + UpdateUrl []byte + func (*WitnessUpdateContract) Descriptor() ([]byte, []int) + func (*WitnessUpdateContract) ProtoMessage() + func (x *WitnessUpdateContract) GetOwnerAddress() []byte + func (x *WitnessUpdateContract) GetUpdateUrl() []byte + func (x *WitnessUpdateContract) ProtoReflect() protoreflect.Message + func (x *WitnessUpdateContract) Reset() + func (x *WitnessUpdateContract) String() string