Versions in this module Expand all Collapse all v2 v2.3.0 Oct 24, 2024 v2.2.0 Jul 30, 2024 v2.1.0 Apr 25, 2024 v2.0.2 Mar 28, 2024 v2.0.1 Mar 25, 2024 v2.0.0 Mar 25, 2024 Changes in this version + var AuthorizationType_name = map[int32]string + var AuthorizationType_value = map[string]int32 + var Dsa_name = map[int32]string + var Dsa_value = map[string]int32 + var ErrorCode_name = map[int32]string + var ErrorCode_value = map[string]int32 + var File_koinos_chain_authority_proto protoreflect.FileDescriptor + var File_koinos_chain_chain_proto protoreflect.FileDescriptor + var File_koinos_chain_error_proto protoreflect.FileDescriptor + var File_koinos_chain_events_proto protoreflect.FileDescriptor + var File_koinos_chain_object_spaces_proto protoreflect.FileDescriptor + var File_koinos_chain_system_call_ids_proto protoreflect.FileDescriptor + var File_koinos_chain_system_calls_proto protoreflect.FileDescriptor + var File_koinos_chain_value_proto protoreflect.FileDescriptor + var Privilege_name = map[int32]string + var Privilege_value = map[string]int32 + var SystemCallId_name = map[int32]string + var SystemCallId_value = map[string]int32 + var SystemSpaceId_name = map[int32]string + var SystemSpaceId_value = map[string]int32 + type ApplyBlockArguments struct + Block *protocol.Block + func (*ApplyBlockArguments) Descriptor() ([]byte, []int) + func (*ApplyBlockArguments) ProtoMessage() + func (x *ApplyBlockArguments) GetBlock() *protocol.Block + func (x *ApplyBlockArguments) ProtoReflect() protoreflect.Message + func (x *ApplyBlockArguments) Reset() + func (x *ApplyBlockArguments) String() string + type ApplyBlockResult struct + func (*ApplyBlockResult) Descriptor() ([]byte, []int) + func (*ApplyBlockResult) ProtoMessage() + func (x *ApplyBlockResult) ProtoReflect() protoreflect.Message + func (x *ApplyBlockResult) Reset() + func (x *ApplyBlockResult) String() string + type ApplyCallContractOperationArguments struct + Op *protocol.CallContractOperation + func (*ApplyCallContractOperationArguments) Descriptor() ([]byte, []int) + func (*ApplyCallContractOperationArguments) ProtoMessage() + func (x *ApplyCallContractOperationArguments) GetOp() *protocol.CallContractOperation + func (x *ApplyCallContractOperationArguments) ProtoReflect() protoreflect.Message + func (x *ApplyCallContractOperationArguments) Reset() + func (x *ApplyCallContractOperationArguments) String() string + type ApplyCallContractOperationResult struct + func (*ApplyCallContractOperationResult) Descriptor() ([]byte, []int) + func (*ApplyCallContractOperationResult) ProtoMessage() + func (x *ApplyCallContractOperationResult) ProtoReflect() protoreflect.Message + func (x *ApplyCallContractOperationResult) Reset() + func (x *ApplyCallContractOperationResult) String() string + type ApplySetSystemCallOperationArguments struct + Op *protocol.SetSystemCallOperation + func (*ApplySetSystemCallOperationArguments) Descriptor() ([]byte, []int) + func (*ApplySetSystemCallOperationArguments) ProtoMessage() + func (x *ApplySetSystemCallOperationArguments) GetOp() *protocol.SetSystemCallOperation + func (x *ApplySetSystemCallOperationArguments) ProtoReflect() protoreflect.Message + func (x *ApplySetSystemCallOperationArguments) Reset() + func (x *ApplySetSystemCallOperationArguments) String() string + type ApplySetSystemCallOperationResult struct + func (*ApplySetSystemCallOperationResult) Descriptor() ([]byte, []int) + func (*ApplySetSystemCallOperationResult) ProtoMessage() + func (x *ApplySetSystemCallOperationResult) ProtoReflect() protoreflect.Message + func (x *ApplySetSystemCallOperationResult) Reset() + func (x *ApplySetSystemCallOperationResult) String() string + type ApplySetSystemContractOperationArguments struct + Op *protocol.SetSystemContractOperation + func (*ApplySetSystemContractOperationArguments) Descriptor() ([]byte, []int) + func (*ApplySetSystemContractOperationArguments) ProtoMessage() + func (x *ApplySetSystemContractOperationArguments) GetOp() *protocol.SetSystemContractOperation + func (x *ApplySetSystemContractOperationArguments) ProtoReflect() protoreflect.Message + func (x *ApplySetSystemContractOperationArguments) Reset() + func (x *ApplySetSystemContractOperationArguments) String() string + type ApplySetSystemContractOperationResult struct + func (*ApplySetSystemContractOperationResult) Descriptor() ([]byte, []int) + func (*ApplySetSystemContractOperationResult) ProtoMessage() + func (x *ApplySetSystemContractOperationResult) ProtoReflect() protoreflect.Message + func (x *ApplySetSystemContractOperationResult) Reset() + func (x *ApplySetSystemContractOperationResult) String() string + type ApplyTransactionArguments struct + Transaction *protocol.Transaction + func (*ApplyTransactionArguments) Descriptor() ([]byte, []int) + func (*ApplyTransactionArguments) ProtoMessage() + func (x *ApplyTransactionArguments) GetTransaction() *protocol.Transaction + func (x *ApplyTransactionArguments) ProtoReflect() protoreflect.Message + func (x *ApplyTransactionArguments) Reset() + func (x *ApplyTransactionArguments) String() string + type ApplyTransactionResult struct + func (*ApplyTransactionResult) Descriptor() ([]byte, []int) + func (*ApplyTransactionResult) ProtoMessage() + func (x *ApplyTransactionResult) ProtoReflect() protoreflect.Message + func (x *ApplyTransactionResult) Reset() + func (x *ApplyTransactionResult) String() string + type ApplyUploadContractOperationArguments struct + Op *protocol.UploadContractOperation + func (*ApplyUploadContractOperationArguments) Descriptor() ([]byte, []int) + func (*ApplyUploadContractOperationArguments) ProtoMessage() + func (x *ApplyUploadContractOperationArguments) GetOp() *protocol.UploadContractOperation + func (x *ApplyUploadContractOperationArguments) ProtoReflect() protoreflect.Message + func (x *ApplyUploadContractOperationArguments) Reset() + func (x *ApplyUploadContractOperationArguments) String() string + type ApplyUploadContractOperationResult struct + func (*ApplyUploadContractOperationResult) Descriptor() ([]byte, []int) + func (*ApplyUploadContractOperationResult) ProtoMessage() + func (x *ApplyUploadContractOperationResult) ProtoReflect() protoreflect.Message + func (x *ApplyUploadContractOperationResult) Reset() + func (x *ApplyUploadContractOperationResult) String() string + type ArgumentData struct + Arguments []byte + EntryPoint uint32 + func (*ArgumentData) Descriptor() ([]byte, []int) + func (*ArgumentData) ProtoMessage() + func (x *ArgumentData) GetArguments() []byte + func (x *ArgumentData) GetEntryPoint() uint32 + func (x *ArgumentData) ProtoReflect() protoreflect.Message + func (x *ArgumentData) Reset() + func (x *ArgumentData) String() string + type AuthorizationType int32 + const AuthorizationType_contract_call + const AuthorizationType_contract_upload + const AuthorizationType_transaction_application + func (AuthorizationType) Descriptor() protoreflect.EnumDescriptor + func (AuthorizationType) EnumDescriptor() ([]byte, []int) + func (AuthorizationType) Type() protoreflect.EnumType + func (x AuthorizationType) Enum() *AuthorizationType + func (x AuthorizationType) Number() protoreflect.EnumNumber + func (x AuthorizationType) String() string + type AuthorizeArguments struct + Call *CallData + Type AuthorizationType + func (*AuthorizeArguments) Descriptor() ([]byte, []int) + func (*AuthorizeArguments) ProtoMessage() + func (x *AuthorizeArguments) GetCall() *CallData + func (x *AuthorizeArguments) GetType() AuthorizationType + func (x *AuthorizeArguments) ProtoReflect() protoreflect.Message + func (x *AuthorizeArguments) Reset() + func (x *AuthorizeArguments) String() string + type AuthorizeResult struct + Value bool + func (*AuthorizeResult) Descriptor() ([]byte, []int) + func (*AuthorizeResult) ProtoMessage() + func (x *AuthorizeResult) GetValue() bool + func (x *AuthorizeResult) ProtoReflect() protoreflect.Message + func (x *AuthorizeResult) Reset() + func (x *AuthorizeResult) String() string + type CallArguments struct + Args []byte + ContractId []byte + EntryPoint uint32 + func (*CallArguments) Descriptor() ([]byte, []int) + func (*CallArguments) ProtoMessage() + func (x *CallArguments) GetArgs() []byte + func (x *CallArguments) GetContractId() []byte + func (x *CallArguments) GetEntryPoint() uint32 + func (x *CallArguments) ProtoReflect() protoreflect.Message + func (x *CallArguments) Reset() + func (x *CallArguments) String() string + type CallData struct + Caller []byte + ContractId []byte + Data []byte + EntryPoint uint32 + func (*CallData) Descriptor() ([]byte, []int) + func (*CallData) ProtoMessage() + func (x *CallData) GetCaller() []byte + func (x *CallData) GetContractId() []byte + func (x *CallData) GetData() []byte + func (x *CallData) GetEntryPoint() uint32 + func (x *CallData) ProtoReflect() protoreflect.Message + func (x *CallData) Reset() + func (x *CallData) String() string + type CallResult struct + Value []byte + func (*CallResult) Descriptor() ([]byte, []int) + func (*CallResult) ProtoMessage() + func (x *CallResult) GetValue() []byte + func (x *CallResult) ProtoReflect() protoreflect.Message + func (x *CallResult) Reset() + func (x *CallResult) String() string + type CallerData struct + Caller []byte + CallerPrivilege Privilege + func (*CallerData) Descriptor() ([]byte, []int) + func (*CallerData) ProtoMessage() + func (x *CallerData) GetCaller() []byte + func (x *CallerData) GetCallerPrivilege() Privilege + func (x *CallerData) ProtoReflect() protoreflect.Message + func (x *CallerData) Reset() + func (x *CallerData) String() string + type CheckAuthorityArguments struct + Account []byte + Data []byte + Type AuthorizationType + func (*CheckAuthorityArguments) Descriptor() ([]byte, []int) + func (*CheckAuthorityArguments) ProtoMessage() + func (x *CheckAuthorityArguments) GetAccount() []byte + func (x *CheckAuthorityArguments) GetData() []byte + func (x *CheckAuthorityArguments) GetType() AuthorizationType + func (x *CheckAuthorityArguments) ProtoReflect() protoreflect.Message + func (x *CheckAuthorityArguments) Reset() + func (x *CheckAuthorityArguments) String() string + type CheckAuthorityResult struct + Value bool + func (*CheckAuthorityResult) Descriptor() ([]byte, []int) + func (*CheckAuthorityResult) ProtoMessage() + func (x *CheckAuthorityResult) GetValue() bool + func (x *CheckAuthorityResult) ProtoReflect() protoreflect.Message + func (x *CheckAuthorityResult) Reset() + func (x *CheckAuthorityResult) String() string + type CheckSystemAuthorityArguments struct + func (*CheckSystemAuthorityArguments) Descriptor() ([]byte, []int) + func (*CheckSystemAuthorityArguments) ProtoMessage() + func (x *CheckSystemAuthorityArguments) ProtoReflect() protoreflect.Message + func (x *CheckSystemAuthorityArguments) Reset() + func (x *CheckSystemAuthorityArguments) String() string + type CheckSystemAuthorityResult struct + Value bool + func (*CheckSystemAuthorityResult) Descriptor() ([]byte, []int) + func (*CheckSystemAuthorityResult) ProtoMessage() + func (x *CheckSystemAuthorityResult) GetValue() bool + func (x *CheckSystemAuthorityResult) ProtoReflect() protoreflect.Message + func (x *CheckSystemAuthorityResult) Reset() + func (x *CheckSystemAuthorityResult) String() string + type ComputeBandwidthEntry struct + Compute uint64 + Name string + func (*ComputeBandwidthEntry) Descriptor() ([]byte, []int) + func (*ComputeBandwidthEntry) ProtoMessage() + func (x *ComputeBandwidthEntry) GetCompute() uint64 + func (x *ComputeBandwidthEntry) GetName() string + func (x *ComputeBandwidthEntry) ProtoReflect() protoreflect.Message + func (x *ComputeBandwidthEntry) Reset() + func (x *ComputeBandwidthEntry) String() string + type ComputeBandwidthRegistry struct + Entries []*ComputeBandwidthEntry + func (*ComputeBandwidthRegistry) Descriptor() ([]byte, []int) + func (*ComputeBandwidthRegistry) ProtoMessage() + func (x *ComputeBandwidthRegistry) GetEntries() []*ComputeBandwidthEntry + func (x *ComputeBandwidthRegistry) ProtoReflect() protoreflect.Message + func (x *ComputeBandwidthRegistry) Reset() + func (x *ComputeBandwidthRegistry) String() string + type ConsumeAccountRcArguments struct + Account []byte + Value uint64 + func (*ConsumeAccountRcArguments) Descriptor() ([]byte, []int) + func (*ConsumeAccountRcArguments) ProtoMessage() + func (x *ConsumeAccountRcArguments) GetAccount() []byte + func (x *ConsumeAccountRcArguments) GetValue() uint64 + func (x *ConsumeAccountRcArguments) ProtoReflect() protoreflect.Message + func (x *ConsumeAccountRcArguments) Reset() + func (x *ConsumeAccountRcArguments) String() string + type ConsumeAccountRcResult struct + Value bool + func (*ConsumeAccountRcResult) Descriptor() ([]byte, []int) + func (*ConsumeAccountRcResult) ProtoMessage() + func (x *ConsumeAccountRcResult) GetValue() bool + func (x *ConsumeAccountRcResult) ProtoReflect() protoreflect.Message + func (x *ConsumeAccountRcResult) Reset() + func (x *ConsumeAccountRcResult) String() string + type ConsumeBlockResourcesArguments struct + ComputeBandwidthConsumed uint64 + DiskStorageConsumed uint64 + NetworkBandwidthConsumed uint64 + func (*ConsumeBlockResourcesArguments) Descriptor() ([]byte, []int) + func (*ConsumeBlockResourcesArguments) ProtoMessage() + func (x *ConsumeBlockResourcesArguments) GetComputeBandwidthConsumed() uint64 + func (x *ConsumeBlockResourcesArguments) GetDiskStorageConsumed() uint64 + func (x *ConsumeBlockResourcesArguments) GetNetworkBandwidthConsumed() uint64 + func (x *ConsumeBlockResourcesArguments) ProtoReflect() protoreflect.Message + func (x *ConsumeBlockResourcesArguments) Reset() + func (x *ConsumeBlockResourcesArguments) String() string + type ConsumeBlockResourcesResult struct + Value bool + func (*ConsumeBlockResourcesResult) Descriptor() ([]byte, []int) + func (*ConsumeBlockResourcesResult) ProtoMessage() + func (x *ConsumeBlockResourcesResult) GetValue() bool + func (x *ConsumeBlockResourcesResult) ProtoReflect() protoreflect.Message + func (x *ConsumeBlockResourcesResult) Reset() + func (x *ConsumeBlockResourcesResult) String() string + type ContractMetadataObject struct + AuthorizesCallContract bool + AuthorizesTransactionApplication bool + AuthorizesUploadContract bool + Hash []byte + System bool + func (*ContractMetadataObject) Descriptor() ([]byte, []int) + func (*ContractMetadataObject) ProtoMessage() + func (x *ContractMetadataObject) GetAuthorizesCallContract() bool + func (x *ContractMetadataObject) GetAuthorizesTransactionApplication() bool + func (x *ContractMetadataObject) GetAuthorizesUploadContract() bool + func (x *ContractMetadataObject) GetHash() []byte + func (x *ContractMetadataObject) GetSystem() bool + func (x *ContractMetadataObject) ProtoReflect() protoreflect.Message + func (x *ContractMetadataObject) Reset() + func (x *ContractMetadataObject) String() string + type DatabaseKey struct + Key []byte + Space *ObjectSpace + func (*DatabaseKey) Descriptor() ([]byte, []int) + func (*DatabaseKey) ProtoMessage() + func (x *DatabaseKey) GetKey() []byte + func (x *DatabaseKey) GetSpace() *ObjectSpace + func (x *DatabaseKey) ProtoReflect() protoreflect.Message + func (x *DatabaseKey) Reset() + func (x *DatabaseKey) String() string + type DatabaseObject struct + Exists bool + Key []byte + Value []byte + func (*DatabaseObject) Descriptor() ([]byte, []int) + func (*DatabaseObject) ProtoMessage() + func (x *DatabaseObject) GetExists() bool + func (x *DatabaseObject) GetKey() []byte + func (x *DatabaseObject) GetValue() []byte + func (x *DatabaseObject) ProtoReflect() protoreflect.Message + func (x *DatabaseObject) Reset() + func (x *DatabaseObject) String() string + type Dsa int32 + const Dsa_ecdsa_secp256k1 + func (Dsa) Descriptor() protoreflect.EnumDescriptor + func (Dsa) EnumDescriptor() ([]byte, []int) + func (Dsa) Type() protoreflect.EnumType + func (x Dsa) Enum() *Dsa + func (x Dsa) Number() protoreflect.EnumNumber + func (x Dsa) String() string + type EnumType struct + Name string + Number int32 + func (*EnumType) Descriptor() ([]byte, []int) + func (*EnumType) ProtoMessage() + func (x *EnumType) GetName() string + func (x *EnumType) GetNumber() int32 + func (x *EnumType) ProtoReflect() protoreflect.Message + func (x *EnumType) Reset() + func (x *EnumType) String() string + type ErrorCode int32 + const ErrorCode_authorization_failure + const ErrorCode_block_resource_failure + const ErrorCode_block_state_error + const ErrorCode_compute_bandwidth_limit_exceeded + const ErrorCode_disk_storage_limit_exceeded + const ErrorCode_failure + const ErrorCode_field_not_found + const ErrorCode_indexer_failure + const ErrorCode_insufficient_privileges + const ErrorCode_insufficient_rc + const ErrorCode_insufficient_return_buffer + const ErrorCode_internal_error + const ErrorCode_invalid_contract + const ErrorCode_invalid_nonce + const ErrorCode_invalid_signature + const ErrorCode_malformed_block + const ErrorCode_malformed_transaction + const ErrorCode_missing_required_arguments + const ErrorCode_network_bandwidth_limit_exceeded + const ErrorCode_operation_not_found + const ErrorCode_pending_state_error + const ErrorCode_pre_irreversibility_block + const ErrorCode_read_only_context + const ErrorCode_reversion + const ErrorCode_rpc_failure + const ErrorCode_state_merkle_mismatch + const ErrorCode_success + const ErrorCode_system_authorization_failure + const ErrorCode_timestamp_out_of_bounds + const ErrorCode_unexpected_height + const ErrorCode_unexpected_receipt + const ErrorCode_unexpected_state + const ErrorCode_unknown_backend + const ErrorCode_unknown_dsa + const ErrorCode_unknown_hash_code + const ErrorCode_unknown_operation + const ErrorCode_unknown_previous_block + const ErrorCode_unknown_system_call + const ErrorCode_unknown_thunk + func (ErrorCode) Descriptor() protoreflect.EnumDescriptor + func (ErrorCode) EnumDescriptor() ([]byte, []int) + func (ErrorCode) Type() protoreflect.EnumType + func (x ErrorCode) Enum() *ErrorCode + func (x ErrorCode) Number() protoreflect.EnumNumber + func (x ErrorCode) String() string + type ErrorData struct + Message string + func (*ErrorData) Descriptor() ([]byte, []int) + func (*ErrorData) ProtoMessage() + func (x *ErrorData) GetMessage() string + func (x *ErrorData) ProtoReflect() protoreflect.Message + func (x *ErrorData) Reset() + func (x *ErrorData) String() string + type ErrorDetails struct + Code int32 + Logs []string + func (*ErrorDetails) Descriptor() ([]byte, []int) + func (*ErrorDetails) ProtoMessage() + func (x *ErrorDetails) GetCode() int32 + func (x *ErrorDetails) GetLogs() []string + func (x *ErrorDetails) ProtoReflect() protoreflect.Message + func (x *ErrorDetails) Reset() + func (x *ErrorDetails) String() string + type EventArguments struct + Data []byte + Impacted [][]byte + Name string + func (*EventArguments) Descriptor() ([]byte, []int) + func (*EventArguments) ProtoMessage() + func (x *EventArguments) GetData() []byte + func (x *EventArguments) GetImpacted() [][]byte + func (x *EventArguments) GetName() string + func (x *EventArguments) ProtoReflect() protoreflect.Message + func (x *EventArguments) Reset() + func (x *EventArguments) String() string + type EventResult struct + func (*EventResult) Descriptor() ([]byte, []int) + func (*EventResult) ProtoMessage() + func (x *EventResult) ProtoReflect() protoreflect.Message + func (x *EventResult) Reset() + func (x *EventResult) String() string + type ExitArguments struct + Code int32 + Res *Result + func (*ExitArguments) Descriptor() ([]byte, []int) + func (*ExitArguments) ProtoMessage() + func (x *ExitArguments) GetCode() int32 + func (x *ExitArguments) GetRes() *Result + func (x *ExitArguments) ProtoReflect() protoreflect.Message + func (x *ExitArguments) Reset() + func (x *ExitArguments) String() string + type ExitResult struct + func (*ExitResult) Descriptor() ([]byte, []int) + func (*ExitResult) ProtoMessage() + func (x *ExitResult) ProtoReflect() protoreflect.Message + func (x *ExitResult) Reset() + func (x *ExitResult) String() string + type GenesisData struct + Entries []*GenesisEntry + func (*GenesisData) Descriptor() ([]byte, []int) + func (*GenesisData) ProtoMessage() + func (x *GenesisData) GetEntries() []*GenesisEntry + func (x *GenesisData) ProtoReflect() protoreflect.Message + func (x *GenesisData) Reset() + func (x *GenesisData) String() string + type GenesisEntry struct + Key []byte + Space *ObjectSpace + Value []byte + func (*GenesisEntry) Descriptor() ([]byte, []int) + func (*GenesisEntry) ProtoMessage() + func (x *GenesisEntry) GetKey() []byte + func (x *GenesisEntry) GetSpace() *ObjectSpace + func (x *GenesisEntry) GetValue() []byte + func (x *GenesisEntry) ProtoReflect() protoreflect.Message + func (x *GenesisEntry) Reset() + func (x *GenesisEntry) String() string + type GetAccountNonceArguments struct + Account []byte + func (*GetAccountNonceArguments) Descriptor() ([]byte, []int) + func (*GetAccountNonceArguments) ProtoMessage() + func (x *GetAccountNonceArguments) GetAccount() []byte + func (x *GetAccountNonceArguments) ProtoReflect() protoreflect.Message + func (x *GetAccountNonceArguments) Reset() + func (x *GetAccountNonceArguments) String() string + type GetAccountNonceResult struct + Value []byte + func (*GetAccountNonceResult) Descriptor() ([]byte, []int) + func (*GetAccountNonceResult) ProtoMessage() + func (x *GetAccountNonceResult) GetValue() []byte + func (x *GetAccountNonceResult) ProtoReflect() protoreflect.Message + func (x *GetAccountNonceResult) Reset() + func (x *GetAccountNonceResult) String() string + type GetAccountRcArguments struct + Account []byte + func (*GetAccountRcArguments) Descriptor() ([]byte, []int) + func (*GetAccountRcArguments) ProtoMessage() + func (x *GetAccountRcArguments) GetAccount() []byte + func (x *GetAccountRcArguments) ProtoReflect() protoreflect.Message + func (x *GetAccountRcArguments) Reset() + func (x *GetAccountRcArguments) String() string + type GetAccountRcResult struct + Value uint64 + func (*GetAccountRcResult) Descriptor() ([]byte, []int) + func (*GetAccountRcResult) ProtoMessage() + func (x *GetAccountRcResult) GetValue() uint64 + func (x *GetAccountRcResult) ProtoReflect() protoreflect.Message + func (x *GetAccountRcResult) Reset() + func (x *GetAccountRcResult) String() string + type GetArgumentsArguments struct + func (*GetArgumentsArguments) Descriptor() ([]byte, []int) + func (*GetArgumentsArguments) ProtoMessage() + func (x *GetArgumentsArguments) ProtoReflect() protoreflect.Message + func (x *GetArgumentsArguments) Reset() + func (x *GetArgumentsArguments) String() string + type GetArgumentsResult struct + Value *ArgumentData + func (*GetArgumentsResult) Descriptor() ([]byte, []int) + func (*GetArgumentsResult) ProtoMessage() + func (x *GetArgumentsResult) GetValue() *ArgumentData + func (x *GetArgumentsResult) ProtoReflect() protoreflect.Message + func (x *GetArgumentsResult) Reset() + func (x *GetArgumentsResult) String() string + type GetBlockArguments struct + func (*GetBlockArguments) Descriptor() ([]byte, []int) + func (*GetBlockArguments) ProtoMessage() + func (x *GetBlockArguments) ProtoReflect() protoreflect.Message + func (x *GetBlockArguments) Reset() + func (x *GetBlockArguments) String() string + type GetBlockFieldArguments struct + Field string + func (*GetBlockFieldArguments) Descriptor() ([]byte, []int) + func (*GetBlockFieldArguments) ProtoMessage() + func (x *GetBlockFieldArguments) GetField() string + func (x *GetBlockFieldArguments) ProtoReflect() protoreflect.Message + func (x *GetBlockFieldArguments) Reset() + func (x *GetBlockFieldArguments) String() string + type GetBlockFieldResult struct + Value *ValueType + func (*GetBlockFieldResult) Descriptor() ([]byte, []int) + func (*GetBlockFieldResult) ProtoMessage() + func (x *GetBlockFieldResult) GetValue() *ValueType + func (x *GetBlockFieldResult) ProtoReflect() protoreflect.Message + func (x *GetBlockFieldResult) Reset() + func (x *GetBlockFieldResult) String() string + type GetBlockResult struct + Value *protocol.Block + func (*GetBlockResult) Descriptor() ([]byte, []int) + func (*GetBlockResult) ProtoMessage() + func (x *GetBlockResult) GetValue() *protocol.Block + func (x *GetBlockResult) ProtoReflect() protoreflect.Message + func (x *GetBlockResult) Reset() + func (x *GetBlockResult) String() string + type GetCallerArguments struct + func (*GetCallerArguments) Descriptor() ([]byte, []int) + func (*GetCallerArguments) ProtoMessage() + func (x *GetCallerArguments) ProtoReflect() protoreflect.Message + func (x *GetCallerArguments) Reset() + func (x *GetCallerArguments) String() string + type GetCallerResult struct + Value *CallerData + func (*GetCallerResult) Descriptor() ([]byte, []int) + func (*GetCallerResult) ProtoMessage() + func (x *GetCallerResult) GetValue() *CallerData + func (x *GetCallerResult) ProtoReflect() protoreflect.Message + func (x *GetCallerResult) Reset() + func (x *GetCallerResult) String() string + type GetChainIdArguments struct + func (*GetChainIdArguments) Descriptor() ([]byte, []int) + func (*GetChainIdArguments) ProtoMessage() + func (x *GetChainIdArguments) ProtoReflect() protoreflect.Message + func (x *GetChainIdArguments) Reset() + func (x *GetChainIdArguments) String() string + type GetChainIdResult struct + Value []byte + func (*GetChainIdResult) Descriptor() ([]byte, []int) + func (*GetChainIdResult) ProtoMessage() + func (x *GetChainIdResult) GetValue() []byte + func (x *GetChainIdResult) ProtoReflect() protoreflect.Message + func (x *GetChainIdResult) Reset() + func (x *GetChainIdResult) String() string + type GetContractIdArguments struct + func (*GetContractIdArguments) Descriptor() ([]byte, []int) + func (*GetContractIdArguments) ProtoMessage() + func (x *GetContractIdArguments) ProtoReflect() protoreflect.Message + func (x *GetContractIdArguments) Reset() + func (x *GetContractIdArguments) String() string + type GetContractIdResult struct + Value []byte + func (*GetContractIdResult) Descriptor() ([]byte, []int) + func (*GetContractIdResult) ProtoMessage() + func (x *GetContractIdResult) GetValue() []byte + func (x *GetContractIdResult) ProtoReflect() protoreflect.Message + func (x *GetContractIdResult) Reset() + func (x *GetContractIdResult) String() string + type GetContractMetadataArguments struct + ContractId []byte + func (*GetContractMetadataArguments) Descriptor() ([]byte, []int) + func (*GetContractMetadataArguments) ProtoMessage() + func (x *GetContractMetadataArguments) GetContractId() []byte + func (x *GetContractMetadataArguments) ProtoReflect() protoreflect.Message + func (x *GetContractMetadataArguments) Reset() + func (x *GetContractMetadataArguments) String() string + type GetContractMetadataResult struct + Value *ContractMetadataObject + func (*GetContractMetadataResult) Descriptor() ([]byte, []int) + func (*GetContractMetadataResult) ProtoMessage() + func (x *GetContractMetadataResult) GetValue() *ContractMetadataObject + func (x *GetContractMetadataResult) ProtoReflect() protoreflect.Message + func (x *GetContractMetadataResult) Reset() + func (x *GetContractMetadataResult) String() string + type GetHeadInfoArguments struct + func (*GetHeadInfoArguments) Descriptor() ([]byte, []int) + func (*GetHeadInfoArguments) ProtoMessage() + func (x *GetHeadInfoArguments) ProtoReflect() protoreflect.Message + func (x *GetHeadInfoArguments) Reset() + func (x *GetHeadInfoArguments) String() string + type GetHeadInfoResult struct + Value *HeadInfo + func (*GetHeadInfoResult) Descriptor() ([]byte, []int) + func (*GetHeadInfoResult) ProtoMessage() + func (x *GetHeadInfoResult) GetValue() *HeadInfo + func (x *GetHeadInfoResult) ProtoReflect() protoreflect.Message + func (x *GetHeadInfoResult) Reset() + func (x *GetHeadInfoResult) String() string + type GetLastIrreversibleBlockArguments struct + func (*GetLastIrreversibleBlockArguments) Descriptor() ([]byte, []int) + func (*GetLastIrreversibleBlockArguments) ProtoMessage() + func (x *GetLastIrreversibleBlockArguments) ProtoReflect() protoreflect.Message + func (x *GetLastIrreversibleBlockArguments) Reset() + func (x *GetLastIrreversibleBlockArguments) String() string + type GetLastIrreversibleBlockResult struct + Value uint64 + func (*GetLastIrreversibleBlockResult) Descriptor() ([]byte, []int) + func (*GetLastIrreversibleBlockResult) ProtoMessage() + func (x *GetLastIrreversibleBlockResult) GetValue() uint64 + func (x *GetLastIrreversibleBlockResult) ProtoReflect() protoreflect.Message + func (x *GetLastIrreversibleBlockResult) Reset() + func (x *GetLastIrreversibleBlockResult) String() string + type GetNextObjectArguments struct + Key []byte + Space *ObjectSpace + func (*GetNextObjectArguments) Descriptor() ([]byte, []int) + func (*GetNextObjectArguments) ProtoMessage() + func (x *GetNextObjectArguments) GetKey() []byte + func (x *GetNextObjectArguments) GetSpace() *ObjectSpace + func (x *GetNextObjectArguments) ProtoReflect() protoreflect.Message + func (x *GetNextObjectArguments) Reset() + func (x *GetNextObjectArguments) String() string + type GetNextObjectResult struct + Value *DatabaseObject + func (*GetNextObjectResult) Descriptor() ([]byte, []int) + func (*GetNextObjectResult) ProtoMessage() + func (x *GetNextObjectResult) GetValue() *DatabaseObject + func (x *GetNextObjectResult) ProtoReflect() protoreflect.Message + func (x *GetNextObjectResult) Reset() + func (x *GetNextObjectResult) String() string + type GetObjectArguments struct + Key []byte + Space *ObjectSpace + func (*GetObjectArguments) Descriptor() ([]byte, []int) + func (*GetObjectArguments) ProtoMessage() + func (x *GetObjectArguments) GetKey() []byte + func (x *GetObjectArguments) GetSpace() *ObjectSpace + func (x *GetObjectArguments) ProtoReflect() protoreflect.Message + func (x *GetObjectArguments) Reset() + func (x *GetObjectArguments) String() string + type GetObjectResult struct + Value *DatabaseObject + func (*GetObjectResult) Descriptor() ([]byte, []int) + func (*GetObjectResult) ProtoMessage() + func (x *GetObjectResult) GetValue() *DatabaseObject + func (x *GetObjectResult) ProtoReflect() protoreflect.Message + func (x *GetObjectResult) Reset() + func (x *GetObjectResult) String() string + type GetOperationArguments struct + func (*GetOperationArguments) Descriptor() ([]byte, []int) + func (*GetOperationArguments) ProtoMessage() + func (x *GetOperationArguments) ProtoReflect() protoreflect.Message + func (x *GetOperationArguments) Reset() + func (x *GetOperationArguments) String() string + type GetOperationResult struct + Value *protocol.Operation + func (*GetOperationResult) Descriptor() ([]byte, []int) + func (*GetOperationResult) ProtoMessage() + func (x *GetOperationResult) GetValue() *protocol.Operation + func (x *GetOperationResult) ProtoReflect() protoreflect.Message + func (x *GetOperationResult) Reset() + func (x *GetOperationResult) String() string + type GetPrevObjectArguments struct + Key []byte + Space *ObjectSpace + func (*GetPrevObjectArguments) Descriptor() ([]byte, []int) + func (*GetPrevObjectArguments) ProtoMessage() + func (x *GetPrevObjectArguments) GetKey() []byte + func (x *GetPrevObjectArguments) GetSpace() *ObjectSpace + func (x *GetPrevObjectArguments) ProtoReflect() protoreflect.Message + func (x *GetPrevObjectArguments) Reset() + func (x *GetPrevObjectArguments) String() string + type GetPrevObjectResult struct + Value *DatabaseObject + func (*GetPrevObjectResult) Descriptor() ([]byte, []int) + func (*GetPrevObjectResult) ProtoMessage() + func (x *GetPrevObjectResult) GetValue() *DatabaseObject + func (x *GetPrevObjectResult) ProtoReflect() protoreflect.Message + func (x *GetPrevObjectResult) Reset() + func (x *GetPrevObjectResult) String() string + type GetResourceLimitsArguments struct + func (*GetResourceLimitsArguments) Descriptor() ([]byte, []int) + func (*GetResourceLimitsArguments) ProtoMessage() + func (x *GetResourceLimitsArguments) ProtoReflect() protoreflect.Message + func (x *GetResourceLimitsArguments) Reset() + func (x *GetResourceLimitsArguments) String() string + type GetResourceLimitsResult struct + Value *ResourceLimitData + func (*GetResourceLimitsResult) Descriptor() ([]byte, []int) + func (*GetResourceLimitsResult) ProtoMessage() + func (x *GetResourceLimitsResult) GetValue() *ResourceLimitData + func (x *GetResourceLimitsResult) ProtoReflect() protoreflect.Message + func (x *GetResourceLimitsResult) Reset() + func (x *GetResourceLimitsResult) String() string + type GetTransactionArguments struct + func (*GetTransactionArguments) Descriptor() ([]byte, []int) + func (*GetTransactionArguments) ProtoMessage() + func (x *GetTransactionArguments) ProtoReflect() protoreflect.Message + func (x *GetTransactionArguments) Reset() + func (x *GetTransactionArguments) String() string + type GetTransactionFieldArguments struct + Field string + func (*GetTransactionFieldArguments) Descriptor() ([]byte, []int) + func (*GetTransactionFieldArguments) ProtoMessage() + func (x *GetTransactionFieldArguments) GetField() string + func (x *GetTransactionFieldArguments) ProtoReflect() protoreflect.Message + func (x *GetTransactionFieldArguments) Reset() + func (x *GetTransactionFieldArguments) String() string + type GetTransactionFieldResult struct + Value *ValueType + func (*GetTransactionFieldResult) Descriptor() ([]byte, []int) + func (*GetTransactionFieldResult) ProtoMessage() + func (x *GetTransactionFieldResult) GetValue() *ValueType + func (x *GetTransactionFieldResult) ProtoReflect() protoreflect.Message + func (x *GetTransactionFieldResult) Reset() + func (x *GetTransactionFieldResult) String() string + type GetTransactionResult struct + Value *protocol.Transaction + func (*GetTransactionResult) Descriptor() ([]byte, []int) + func (*GetTransactionResult) ProtoMessage() + func (x *GetTransactionResult) GetValue() *protocol.Transaction + func (x *GetTransactionResult) ProtoReflect() protoreflect.Message + func (x *GetTransactionResult) Reset() + func (x *GetTransactionResult) String() string + type HashArguments struct + Code uint64 + Obj []byte + Size uint64 + func (*HashArguments) Descriptor() ([]byte, []int) + func (*HashArguments) ProtoMessage() + func (x *HashArguments) GetCode() uint64 + func (x *HashArguments) GetObj() []byte + func (x *HashArguments) GetSize() uint64 + func (x *HashArguments) ProtoReflect() protoreflect.Message + func (x *HashArguments) Reset() + func (x *HashArguments) String() string + type HashResult struct + Value []byte + func (*HashResult) Descriptor() ([]byte, []int) + func (*HashResult) ProtoMessage() + func (x *HashResult) GetValue() []byte + func (x *HashResult) ProtoReflect() protoreflect.Message + func (x *HashResult) Reset() + func (x *HashResult) String() string + type HeadInfo struct + HeadBlockTime uint64 + HeadTopology *koinos.BlockTopology + LastIrreversibleBlock uint64 + func (*HeadInfo) Descriptor() ([]byte, []int) + func (*HeadInfo) ProtoMessage() + func (x *HeadInfo) GetHeadBlockTime() uint64 + func (x *HeadInfo) GetHeadTopology() *koinos.BlockTopology + func (x *HeadInfo) GetLastIrreversibleBlock() uint64 + func (x *HeadInfo) ProtoReflect() protoreflect.Message + func (x *HeadInfo) Reset() + func (x *HeadInfo) String() string + type ListType struct + Values []*ValueType + func (*ListType) Descriptor() ([]byte, []int) + func (*ListType) ProtoMessage() + func (x *ListType) GetValues() []*ValueType + func (x *ListType) ProtoReflect() protoreflect.Message + func (x *ListType) Reset() + func (x *ListType) String() string + type LogArguments struct + Message string + func (*LogArguments) Descriptor() ([]byte, []int) + func (*LogArguments) ProtoMessage() + func (x *LogArguments) GetMessage() string + func (x *LogArguments) ProtoReflect() protoreflect.Message + func (x *LogArguments) Reset() + func (x *LogArguments) String() string + type LogResult struct + func (*LogResult) Descriptor() ([]byte, []int) + func (*LogResult) ProtoMessage() + func (x *LogResult) ProtoReflect() protoreflect.Message + func (x *LogResult) Reset() + func (x *LogResult) String() string + type MaxAccountResources struct + Value uint64 + func (*MaxAccountResources) Descriptor() ([]byte, []int) + func (*MaxAccountResources) ProtoMessage() + func (x *MaxAccountResources) GetValue() uint64 + func (x *MaxAccountResources) ProtoReflect() protoreflect.Message + func (x *MaxAccountResources) Reset() + func (x *MaxAccountResources) String() string + type NopArguments struct + func (*NopArguments) Descriptor() ([]byte, []int) + func (*NopArguments) ProtoMessage() + func (x *NopArguments) ProtoReflect() protoreflect.Message + func (x *NopArguments) Reset() + func (x *NopArguments) String() string + type NopResult struct + func (*NopResult) Descriptor() ([]byte, []int) + func (*NopResult) ProtoMessage() + func (x *NopResult) ProtoReflect() protoreflect.Message + func (x *NopResult) Reset() + func (x *NopResult) String() string + type ObjectSpace struct + Id uint32 + System bool + Zone []byte + func (*ObjectSpace) Descriptor() ([]byte, []int) + func (*ObjectSpace) ProtoMessage() + func (x *ObjectSpace) GetId() uint32 + func (x *ObjectSpace) GetSystem() bool + func (x *ObjectSpace) GetZone() []byte + func (x *ObjectSpace) ProtoReflect() protoreflect.Message + func (x *ObjectSpace) Reset() + func (x *ObjectSpace) String() string + type PostBlockCallbackArguments struct + func (*PostBlockCallbackArguments) Descriptor() ([]byte, []int) + func (*PostBlockCallbackArguments) ProtoMessage() + func (x *PostBlockCallbackArguments) ProtoReflect() protoreflect.Message + func (x *PostBlockCallbackArguments) Reset() + func (x *PostBlockCallbackArguments) String() string + type PostBlockCallbackResult struct + func (*PostBlockCallbackResult) Descriptor() ([]byte, []int) + func (*PostBlockCallbackResult) ProtoMessage() + func (x *PostBlockCallbackResult) ProtoReflect() protoreflect.Message + func (x *PostBlockCallbackResult) Reset() + func (x *PostBlockCallbackResult) String() string + type PostTransactionCallbackArguments struct + func (*PostTransactionCallbackArguments) Descriptor() ([]byte, []int) + func (*PostTransactionCallbackArguments) ProtoMessage() + func (x *PostTransactionCallbackArguments) ProtoReflect() protoreflect.Message + func (x *PostTransactionCallbackArguments) Reset() + func (x *PostTransactionCallbackArguments) String() string + type PostTransactionCallbackResult struct + func (*PostTransactionCallbackResult) Descriptor() ([]byte, []int) + func (*PostTransactionCallbackResult) ProtoMessage() + func (x *PostTransactionCallbackResult) ProtoReflect() protoreflect.Message + func (x *PostTransactionCallbackResult) Reset() + func (x *PostTransactionCallbackResult) String() string + type PreBlockCallbackArguments struct + func (*PreBlockCallbackArguments) Descriptor() ([]byte, []int) + func (*PreBlockCallbackArguments) ProtoMessage() + func (x *PreBlockCallbackArguments) ProtoReflect() protoreflect.Message + func (x *PreBlockCallbackArguments) Reset() + func (x *PreBlockCallbackArguments) String() string + type PreBlockCallbackResult struct + func (*PreBlockCallbackResult) Descriptor() ([]byte, []int) + func (*PreBlockCallbackResult) ProtoMessage() + func (x *PreBlockCallbackResult) ProtoReflect() protoreflect.Message + func (x *PreBlockCallbackResult) Reset() + func (x *PreBlockCallbackResult) String() string + type PreTransactionCallbackArguments struct + func (*PreTransactionCallbackArguments) Descriptor() ([]byte, []int) + func (*PreTransactionCallbackArguments) ProtoMessage() + func (x *PreTransactionCallbackArguments) ProtoReflect() protoreflect.Message + func (x *PreTransactionCallbackArguments) Reset() + func (x *PreTransactionCallbackArguments) String() string + type PreTransactionCallbackResult struct + func (*PreTransactionCallbackResult) Descriptor() ([]byte, []int) + func (*PreTransactionCallbackResult) ProtoMessage() + func (x *PreTransactionCallbackResult) ProtoReflect() protoreflect.Message + func (x *PreTransactionCallbackResult) Reset() + func (x *PreTransactionCallbackResult) String() string + type Privilege int32 + const Privilege_kernel_mode + const Privilege_user_mode + func (Privilege) Descriptor() protoreflect.EnumDescriptor + func (Privilege) EnumDescriptor() ([]byte, []int) + func (Privilege) Type() protoreflect.EnumType + func (x Privilege) Enum() *Privilege + func (x Privilege) Number() protoreflect.EnumNumber + func (x Privilege) String() string + type ProcessBlockSignatureArguments struct + Digest []byte + Header *protocol.BlockHeader + Signature []byte + func (*ProcessBlockSignatureArguments) Descriptor() ([]byte, []int) + func (*ProcessBlockSignatureArguments) ProtoMessage() + func (x *ProcessBlockSignatureArguments) GetDigest() []byte + func (x *ProcessBlockSignatureArguments) GetHeader() *protocol.BlockHeader + func (x *ProcessBlockSignatureArguments) GetSignature() []byte + func (x *ProcessBlockSignatureArguments) ProtoReflect() protoreflect.Message + func (x *ProcessBlockSignatureArguments) Reset() + func (x *ProcessBlockSignatureArguments) String() string + type ProcessBlockSignatureResult struct + Value bool + func (*ProcessBlockSignatureResult) Descriptor() ([]byte, []int) + func (*ProcessBlockSignatureResult) ProtoMessage() + func (x *ProcessBlockSignatureResult) GetValue() bool + func (x *ProcessBlockSignatureResult) ProtoReflect() protoreflect.Message + func (x *ProcessBlockSignatureResult) Reset() + func (x *ProcessBlockSignatureResult) String() string + type PutObjectArguments struct + Key []byte + Obj []byte + Space *ObjectSpace + func (*PutObjectArguments) Descriptor() ([]byte, []int) + func (*PutObjectArguments) ProtoMessage() + func (x *PutObjectArguments) GetKey() []byte + func (x *PutObjectArguments) GetObj() []byte + func (x *PutObjectArguments) GetSpace() *ObjectSpace + func (x *PutObjectArguments) ProtoReflect() protoreflect.Message + func (x *PutObjectArguments) Reset() + func (x *PutObjectArguments) String() string + type PutObjectResult struct + func (*PutObjectResult) Descriptor() ([]byte, []int) + func (*PutObjectResult) ProtoMessage() + func (x *PutObjectResult) ProtoReflect() protoreflect.Message + func (x *PutObjectResult) Reset() + func (x *PutObjectResult) String() string + type RecoverPublicKeyArguments struct + Compressed bool + Digest []byte + Signature []byte + Type Dsa + func (*RecoverPublicKeyArguments) Descriptor() ([]byte, []int) + func (*RecoverPublicKeyArguments) ProtoMessage() + func (x *RecoverPublicKeyArguments) GetCompressed() bool + func (x *RecoverPublicKeyArguments) GetDigest() []byte + func (x *RecoverPublicKeyArguments) GetSignature() []byte + func (x *RecoverPublicKeyArguments) GetType() Dsa + func (x *RecoverPublicKeyArguments) ProtoReflect() protoreflect.Message + func (x *RecoverPublicKeyArguments) Reset() + func (x *RecoverPublicKeyArguments) String() string + type RecoverPublicKeyResult struct + Value []byte + func (*RecoverPublicKeyResult) Descriptor() ([]byte, []int) + func (*RecoverPublicKeyResult) ProtoMessage() + func (x *RecoverPublicKeyResult) GetValue() []byte + func (x *RecoverPublicKeyResult) ProtoReflect() protoreflect.Message + func (x *RecoverPublicKeyResult) Reset() + func (x *RecoverPublicKeyResult) String() string + type RemoveObjectArguments struct + Key []byte + Space *ObjectSpace + func (*RemoveObjectArguments) Descriptor() ([]byte, []int) + func (*RemoveObjectArguments) ProtoMessage() + func (x *RemoveObjectArguments) GetKey() []byte + func (x *RemoveObjectArguments) GetSpace() *ObjectSpace + func (x *RemoveObjectArguments) ProtoReflect() protoreflect.Message + func (x *RemoveObjectArguments) Reset() + func (x *RemoveObjectArguments) String() string + type RemoveObjectResult struct + func (*RemoveObjectResult) Descriptor() ([]byte, []int) + func (*RemoveObjectResult) ProtoMessage() + func (x *RemoveObjectResult) ProtoReflect() protoreflect.Message + func (x *RemoveObjectResult) Reset() + func (x *RemoveObjectResult) String() string + type ResourceLimitData struct + ComputeBandwidthCost uint64 + ComputeBandwidthLimit uint64 + DiskStorageCost uint64 + DiskStorageLimit uint64 + NetworkBandwidthCost uint64 + NetworkBandwidthLimit uint64 + func (*ResourceLimitData) Descriptor() ([]byte, []int) + func (*ResourceLimitData) ProtoMessage() + func (x *ResourceLimitData) GetComputeBandwidthCost() uint64 + func (x *ResourceLimitData) GetComputeBandwidthLimit() uint64 + func (x *ResourceLimitData) GetDiskStorageCost() uint64 + func (x *ResourceLimitData) GetDiskStorageLimit() uint64 + func (x *ResourceLimitData) GetNetworkBandwidthCost() uint64 + func (x *ResourceLimitData) GetNetworkBandwidthLimit() uint64 + func (x *ResourceLimitData) ProtoReflect() protoreflect.Message + func (x *ResourceLimitData) Reset() + func (x *ResourceLimitData) String() string + type Result struct + Value isResult_Value + func (*Result) Descriptor() ([]byte, []int) + func (*Result) ProtoMessage() + func (m *Result) GetValue() isResult_Value + func (x *Result) GetError() *ErrorData + func (x *Result) GetObject() []byte + func (x *Result) ProtoReflect() protoreflect.Message + func (x *Result) Reset() + func (x *Result) String() string + type Result_Error struct + Error *ErrorData + type Result_Object struct + Object []byte + type SetAccountNonceArguments struct + Account []byte + Nonce []byte + func (*SetAccountNonceArguments) Descriptor() ([]byte, []int) + func (*SetAccountNonceArguments) ProtoMessage() + func (x *SetAccountNonceArguments) GetAccount() []byte + func (x *SetAccountNonceArguments) GetNonce() []byte + func (x *SetAccountNonceArguments) ProtoReflect() protoreflect.Message + func (x *SetAccountNonceArguments) Reset() + func (x *SetAccountNonceArguments) String() string + type SetAccountNonceResult struct + func (*SetAccountNonceResult) Descriptor() ([]byte, []int) + func (*SetAccountNonceResult) ProtoMessage() + func (x *SetAccountNonceResult) ProtoReflect() protoreflect.Message + func (x *SetAccountNonceResult) Reset() + func (x *SetAccountNonceResult) String() string + type SetSystemCallEvent struct + CallId uint32 + Target *protocol.SystemCallTarget + func (*SetSystemCallEvent) Descriptor() ([]byte, []int) + func (*SetSystemCallEvent) ProtoMessage() + func (x *SetSystemCallEvent) GetCallId() uint32 + func (x *SetSystemCallEvent) GetTarget() *protocol.SystemCallTarget + func (x *SetSystemCallEvent) ProtoReflect() protoreflect.Message + func (x *SetSystemCallEvent) Reset() + func (x *SetSystemCallEvent) String() string + type SetSystemContractEvent struct + ContractId []byte + SystemContract bool + func (*SetSystemContractEvent) Descriptor() ([]byte, []int) + func (*SetSystemContractEvent) ProtoMessage() + func (x *SetSystemContractEvent) GetContractId() []byte + func (x *SetSystemContractEvent) GetSystemContract() bool + func (x *SetSystemContractEvent) ProtoReflect() protoreflect.Message + func (x *SetSystemContractEvent) Reset() + func (x *SetSystemContractEvent) String() string + type SystemCallId int32 + const SystemCallId_apply_block + const SystemCallId_apply_call_contract_operation + const SystemCallId_apply_set_system_call_operation + const SystemCallId_apply_set_system_contract_operation + const SystemCallId_apply_transaction + const SystemCallId_apply_upload_contract_operation + const SystemCallId_call + const SystemCallId_check_authority + const SystemCallId_check_system_authority + const SystemCallId_consume_account_rc + const SystemCallId_consume_block_resources + const SystemCallId_event + const SystemCallId_exit + const SystemCallId_get_account_nonce + const SystemCallId_get_account_rc + const SystemCallId_get_arguments + const SystemCallId_get_block + const SystemCallId_get_block_field + const SystemCallId_get_caller + const SystemCallId_get_chain_id + const SystemCallId_get_contract_address + const SystemCallId_get_contract_id + const SystemCallId_get_contract_metadata + const SystemCallId_get_contract_name + const SystemCallId_get_head_info + const SystemCallId_get_last_irreversible_block + const SystemCallId_get_next_object + const SystemCallId_get_object + const SystemCallId_get_operation + const SystemCallId_get_prev_object + const SystemCallId_get_resource_limits + const SystemCallId_get_transaction + const SystemCallId_get_transaction_field + const SystemCallId_hash + const SystemCallId_log + const SystemCallId_nop + const SystemCallId_post_block_callback + const SystemCallId_post_transaction_callback + const SystemCallId_pre_block_callback + const SystemCallId_pre_transaction_callback + const SystemCallId_process_block_signature + const SystemCallId_put_object + const SystemCallId_recover_public_key + const SystemCallId_remove_object + const SystemCallId_set_account_nonce + const SystemCallId_verify_account_nonce + const SystemCallId_verify_merkle_root + const SystemCallId_verify_signature + const SystemCallId_verify_vrf_proof + func (SystemCallId) Descriptor() protoreflect.EnumDescriptor + func (SystemCallId) EnumDescriptor() ([]byte, []int) + func (SystemCallId) Type() protoreflect.EnumType + func (x SystemCallId) Enum() *SystemCallId + func (x SystemCallId) Number() protoreflect.EnumNumber + func (x SystemCallId) String() string + type SystemSpaceId int32 + const SystemSpaceId_contract_bytecode + const SystemSpaceId_contract_metadata + const SystemSpaceId_metadata + const SystemSpaceId_system_call_dispatch + const SystemSpaceId_transaction_nonce + func (SystemSpaceId) Descriptor() protoreflect.EnumDescriptor + func (SystemSpaceId) EnumDescriptor() ([]byte, []int) + func (SystemSpaceId) Type() protoreflect.EnumType + func (x SystemSpaceId) Enum() *SystemSpaceId + func (x SystemSpaceId) Number() protoreflect.EnumNumber + func (x SystemSpaceId) String() string + type ValueType struct + Kind isValueType_Kind + func (*ValueType) Descriptor() ([]byte, []int) + func (*ValueType) ProtoMessage() + func (m *ValueType) GetKind() isValueType_Kind + func (x *ValueType) GetBoolValue() bool + func (x *ValueType) GetBytesValue() []byte + func (x *ValueType) GetFixed32Value() uint32 + func (x *ValueType) GetFixed64Value() uint64 + func (x *ValueType) GetInt32Value() int32 + func (x *ValueType) GetInt64Value() int64 + func (x *ValueType) GetMessageValue() *anypb.Any + func (x *ValueType) GetSfixed32Value() int32 + func (x *ValueType) GetSfixed64Value() int64 + func (x *ValueType) GetSint32Value() int32 + func (x *ValueType) GetSint64Value() int64 + func (x *ValueType) GetStringValue() string + func (x *ValueType) GetUint32Value() uint32 + func (x *ValueType) GetUint64Value() uint64 + func (x *ValueType) ProtoReflect() protoreflect.Message + func (x *ValueType) Reset() + func (x *ValueType) String() string + type ValueType_BoolValue struct + BoolValue bool + type ValueType_BytesValue struct + BytesValue []byte + type ValueType_Fixed32Value struct + Fixed32Value uint32 + type ValueType_Fixed64Value struct + Fixed64Value uint64 + type ValueType_Int32Value struct + Int32Value int32 + type ValueType_Int64Value struct + Int64Value int64 + type ValueType_MessageValue struct + MessageValue *anypb.Any + type ValueType_Sfixed32Value struct + Sfixed32Value int32 + type ValueType_Sfixed64Value struct + Sfixed64Value int64 + type ValueType_Sint32Value struct + Sint32Value int32 + type ValueType_Sint64Value struct + Sint64Value int64 + type ValueType_StringValue struct + StringValue string + type ValueType_Uint32Value struct + Uint32Value uint32 + type ValueType_Uint64Value struct + Uint64Value uint64 + type VerifyAccountNonceArguments struct + Account []byte + Nonce []byte + func (*VerifyAccountNonceArguments) Descriptor() ([]byte, []int) + func (*VerifyAccountNonceArguments) ProtoMessage() + func (x *VerifyAccountNonceArguments) GetAccount() []byte + func (x *VerifyAccountNonceArguments) GetNonce() []byte + func (x *VerifyAccountNonceArguments) ProtoReflect() protoreflect.Message + func (x *VerifyAccountNonceArguments) Reset() + func (x *VerifyAccountNonceArguments) String() string + type VerifyAccountNonceResult struct + Value bool + func (*VerifyAccountNonceResult) Descriptor() ([]byte, []int) + func (*VerifyAccountNonceResult) ProtoMessage() + func (x *VerifyAccountNonceResult) GetValue() bool + func (x *VerifyAccountNonceResult) ProtoReflect() protoreflect.Message + func (x *VerifyAccountNonceResult) Reset() + func (x *VerifyAccountNonceResult) String() string + type VerifyMerkleRootArguments struct + Hashes [][]byte + Root []byte + func (*VerifyMerkleRootArguments) Descriptor() ([]byte, []int) + func (*VerifyMerkleRootArguments) ProtoMessage() + func (x *VerifyMerkleRootArguments) GetHashes() [][]byte + func (x *VerifyMerkleRootArguments) GetRoot() []byte + func (x *VerifyMerkleRootArguments) ProtoReflect() protoreflect.Message + func (x *VerifyMerkleRootArguments) Reset() + func (x *VerifyMerkleRootArguments) String() string + type VerifyMerkleRootResult struct + Value bool + func (*VerifyMerkleRootResult) Descriptor() ([]byte, []int) + func (*VerifyMerkleRootResult) ProtoMessage() + func (x *VerifyMerkleRootResult) GetValue() bool + func (x *VerifyMerkleRootResult) ProtoReflect() protoreflect.Message + func (x *VerifyMerkleRootResult) Reset() + func (x *VerifyMerkleRootResult) String() string + type VerifySignatureArguments struct + Compressed bool + Digest []byte + PublicKey []byte + Signature []byte + Type Dsa + func (*VerifySignatureArguments) Descriptor() ([]byte, []int) + func (*VerifySignatureArguments) ProtoMessage() + func (x *VerifySignatureArguments) GetCompressed() bool + func (x *VerifySignatureArguments) GetDigest() []byte + func (x *VerifySignatureArguments) GetPublicKey() []byte + func (x *VerifySignatureArguments) GetSignature() []byte + func (x *VerifySignatureArguments) GetType() Dsa + func (x *VerifySignatureArguments) ProtoReflect() protoreflect.Message + func (x *VerifySignatureArguments) Reset() + func (x *VerifySignatureArguments) String() string + type VerifySignatureResult struct + Value bool + func (*VerifySignatureResult) Descriptor() ([]byte, []int) + func (*VerifySignatureResult) ProtoMessage() + func (x *VerifySignatureResult) GetValue() bool + func (x *VerifySignatureResult) ProtoReflect() protoreflect.Message + func (x *VerifySignatureResult) Reset() + func (x *VerifySignatureResult) String() string + type VerifyVrfProofArguments struct + Hash []byte + Message []byte + Proof []byte + PublicKey []byte + Type Dsa + func (*VerifyVrfProofArguments) Descriptor() ([]byte, []int) + func (*VerifyVrfProofArguments) ProtoMessage() + func (x *VerifyVrfProofArguments) GetHash() []byte + func (x *VerifyVrfProofArguments) GetMessage() []byte + func (x *VerifyVrfProofArguments) GetProof() []byte + func (x *VerifyVrfProofArguments) GetPublicKey() []byte + func (x *VerifyVrfProofArguments) GetType() Dsa + func (x *VerifyVrfProofArguments) ProtoReflect() protoreflect.Message + func (x *VerifyVrfProofArguments) Reset() + func (x *VerifyVrfProofArguments) String() string + type VerifyVrfProofResult struct + Value bool + func (*VerifyVrfProofResult) Descriptor() ([]byte, []int) + func (*VerifyVrfProofResult) ProtoMessage() + func (x *VerifyVrfProofResult) GetValue() bool + func (x *VerifyVrfProofResult) ProtoReflect() protoreflect.Message + func (x *VerifyVrfProofResult) Reset() + func (x *VerifyVrfProofResult) String() string Other modules containing this package github.com/koinos/koinos-proto-golang