Versions in this module Expand all Collapse all v1 v1.0.1 Jun 15, 2022 Changes in this version + 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_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 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 + 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 + 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 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 + 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) ProtoReflect() protoreflect.Message + func (x *SmartContract) Reset() + func (x *SmartContract) 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_Event + const SmartContract_ABI_Entry_Fallback + const SmartContract_ABI_Entry_Function + 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 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 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 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 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 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 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