chain

package
v2.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2024 License: MIT Imports: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AuthorizationType_name = map[int32]string{
		0: "contract_call",
		1: "transaction_application",
		2: "contract_upload",
	}
	AuthorizationType_value = map[string]int32{
		"contract_call":           0,
		"transaction_application": 1,
		"contract_upload":         2,
	}
)

Enum value maps for AuthorizationType.

View Source
var (
	Privilege_name = map[int32]string{
		0: "kernel_mode",
		1: "user_mode",
	}
	Privilege_value = map[string]int32{
		"kernel_mode": 0,
		"user_mode":   1,
	}
)

Enum value maps for Privilege.

View Source
var (
	Dsa_name = map[int32]string{
		0: "ecdsa_secp256k1",
	}
	Dsa_value = map[string]int32{
		"ecdsa_secp256k1": 0,
	}
)

Enum value maps for Dsa.

View Source
var (
	ErrorCode_name = map[int32]string{
		0:     "success",
		1:     "reversion",
		100:   "internal_error",
		101:   "system_authorization_failure",
		102:   "invalid_contract",
		103:   "insufficient_privileges",
		104:   "insufficient_rc",
		105:   "insufficient_return_buffer",
		106:   "unknown_thunk",
		107:   "unknown_operation",
		108:   "read_only_context",
		-1:    "failure",
		-100:  "field_not_found",
		-101:  "unknown_hash_code",
		-102:  "unknown_dsa",
		-103:  "unknown_system_call",
		-104:  "operation_not_found",
		-200:  "authorization_failure",
		-201:  "invalid_nonce",
		-202:  "invalid_signature",
		-203:  "malformed_block",
		-204:  "malformed_transaction",
		-205:  "block_resource_failure",
		-1000: "unknown_backend",
		-1001: "unexpected_state",
		-1002: "missing_required_arguments",
		-1003: "unknown_previous_block",
		-1004: "unexpected_height",
		-1005: "block_state_error",
		-1006: "state_merkle_mismatch",
		-1007: "unexpected_receipt",
		-1008: "rpc_failure",
		-1009: "pending_state_error",
		-1010: "timestamp_out_of_bounds",
		-1011: "indexer_failure",
		-1012: "network_bandwidth_limit_exceeded",
		-1013: "compute_bandwidth_limit_exceeded",
		-1014: "disk_storage_limit_exceeded",
		-1015: "pre_irreversibility_block",
	}
	ErrorCode_value = map[string]int32{
		"success":                          0,
		"reversion":                        1,
		"internal_error":                   100,
		"system_authorization_failure":     101,
		"invalid_contract":                 102,
		"insufficient_privileges":          103,
		"insufficient_rc":                  104,
		"insufficient_return_buffer":       105,
		"unknown_thunk":                    106,
		"unknown_operation":                107,
		"read_only_context":                108,
		"failure":                          -1,
		"field_not_found":                  -100,
		"unknown_hash_code":                -101,
		"unknown_dsa":                      -102,
		"unknown_system_call":              -103,
		"operation_not_found":              -104,
		"authorization_failure":            -200,
		"invalid_nonce":                    -201,
		"invalid_signature":                -202,
		"malformed_block":                  -203,
		"malformed_transaction":            -204,
		"block_resource_failure":           -205,
		"unknown_backend":                  -1000,
		"unexpected_state":                 -1001,
		"missing_required_arguments":       -1002,
		"unknown_previous_block":           -1003,
		"unexpected_height":                -1004,
		"block_state_error":                -1005,
		"state_merkle_mismatch":            -1006,
		"unexpected_receipt":               -1007,
		"rpc_failure":                      -1008,
		"pending_state_error":              -1009,
		"timestamp_out_of_bounds":          -1010,
		"indexer_failure":                  -1011,
		"network_bandwidth_limit_exceeded": -1012,
		"compute_bandwidth_limit_exceeded": -1013,
		"disk_storage_limit_exceeded":      -1014,
		"pre_irreversibility_block":        -1015,
	}
)

Enum value maps for ErrorCode.

View Source
var (
	SystemSpaceId_name = map[int32]string{
		0: "metadata",
		1: "system_call_dispatch",
		2: "contract_bytecode",
		3: "contract_metadata",
		4: "transaction_nonce",
	}
	SystemSpaceId_value = map[string]int32{
		"metadata":             0,
		"system_call_dispatch": 1,
		"contract_bytecode":    2,
		"contract_metadata":    3,
		"transaction_nonce":    4,
	}
)

Enum value maps for SystemSpaceId.

View Source
var (
	SystemCallId_name = map[int32]string{
		0:     "nop",
		1:     "get_head_info",
		2:     "apply_block",
		3:     "apply_transaction",
		4:     "apply_upload_contract_operation",
		5:     "apply_call_contract_operation",
		6:     "apply_set_system_call_operation",
		7:     "apply_set_system_contract_operation",
		8:     "pre_block_callback",
		9:     "post_block_callback",
		10:    "pre_transaction_callback",
		11:    "post_transaction_callback",
		12:    "get_chain_id",
		101:   "process_block_signature",
		102:   "get_transaction",
		103:   "get_transaction_field",
		104:   "get_block",
		105:   "get_block_field",
		106:   "get_last_irreversible_block",
		107:   "get_account_nonce",
		108:   "verify_account_nonce",
		109:   "set_account_nonce",
		110:   "check_system_authority",
		111:   "get_operation",
		112:   "get_contract_metadata",
		201:   "get_account_rc",
		202:   "consume_account_rc",
		203:   "get_resource_limits",
		204:   "consume_block_resources",
		301:   "put_object",
		302:   "remove_object",
		303:   "get_object",
		304:   "get_next_object",
		305:   "get_prev_object",
		401:   "log",
		402:   "event",
		501:   "hash",
		502:   "recover_public_key",
		503:   "verify_merkle_root",
		504:   "verify_signature",
		505:   "verify_vrf_proof",
		601:   "call",
		602:   "exit",
		603:   "get_arguments",
		604:   "get_contract_id",
		605:   "get_caller",
		606:   "check_authority",
		10000: "get_contract_name",
		10001: "get_contract_address",
	}
	SystemCallId_value = map[string]int32{
		"nop":                                 0,
		"get_head_info":                       1,
		"apply_block":                         2,
		"apply_transaction":                   3,
		"apply_upload_contract_operation":     4,
		"apply_call_contract_operation":       5,
		"apply_set_system_call_operation":     6,
		"apply_set_system_contract_operation": 7,
		"pre_block_callback":                  8,
		"post_block_callback":                 9,
		"pre_transaction_callback":            10,
		"post_transaction_callback":           11,
		"get_chain_id":                        12,
		"process_block_signature":             101,
		"get_transaction":                     102,
		"get_transaction_field":               103,
		"get_block":                           104,
		"get_block_field":                     105,
		"get_last_irreversible_block":         106,
		"get_account_nonce":                   107,
		"verify_account_nonce":                108,
		"set_account_nonce":                   109,
		"check_system_authority":              110,
		"get_operation":                       111,
		"get_contract_metadata":               112,
		"get_account_rc":                      201,
		"consume_account_rc":                  202,
		"get_resource_limits":                 203,
		"consume_block_resources":             204,
		"put_object":                          301,
		"remove_object":                       302,
		"get_object":                          303,
		"get_next_object":                     304,
		"get_prev_object":                     305,
		"log":                                 401,
		"event":                               402,
		"hash":                                501,
		"recover_public_key":                  502,
		"verify_merkle_root":                  503,
		"verify_signature":                    504,
		"verify_vrf_proof":                    505,
		"call":                                601,
		"exit":                                602,
		"get_arguments":                       603,
		"get_contract_id":                     604,
		"get_caller":                          605,
		"check_authority":                     606,
		"get_contract_name":                   10000,
		"get_contract_address":                10001,
	}
)

Enum value maps for SystemCallId.

View Source
var File_koinos_chain_authority_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_chain_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_error_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_events_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_object_spaces_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_system_call_ids_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_system_calls_proto protoreflect.FileDescriptor
View Source
var File_koinos_chain_value_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ApplyBlockArguments

type ApplyBlockArguments struct {
	Block *protocol.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyBlockArguments) Descriptor deprecated

func (*ApplyBlockArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplyBlockArguments.ProtoReflect.Descriptor instead.

func (*ApplyBlockArguments) GetBlock

func (x *ApplyBlockArguments) GetBlock() *protocol.Block

func (*ApplyBlockArguments) ProtoMessage

func (*ApplyBlockArguments) ProtoMessage()

func (*ApplyBlockArguments) ProtoReflect

func (x *ApplyBlockArguments) ProtoReflect() protoreflect.Message

func (*ApplyBlockArguments) Reset

func (x *ApplyBlockArguments) Reset()

func (*ApplyBlockArguments) String

func (x *ApplyBlockArguments) String() string

type ApplyBlockResult

type ApplyBlockResult struct {
	// contains filtered or unexported fields
}

func (*ApplyBlockResult) Descriptor deprecated

func (*ApplyBlockResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplyBlockResult.ProtoReflect.Descriptor instead.

func (*ApplyBlockResult) ProtoMessage

func (*ApplyBlockResult) ProtoMessage()

func (*ApplyBlockResult) ProtoReflect

func (x *ApplyBlockResult) ProtoReflect() protoreflect.Message

func (*ApplyBlockResult) Reset

func (x *ApplyBlockResult) Reset()

func (*ApplyBlockResult) String

func (x *ApplyBlockResult) String() string

type ApplyCallContractOperationArguments

type ApplyCallContractOperationArguments struct {
	Op *protocol.CallContractOperation `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyCallContractOperationArguments) Descriptor deprecated

func (*ApplyCallContractOperationArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplyCallContractOperationArguments.ProtoReflect.Descriptor instead.

func (*ApplyCallContractOperationArguments) GetOp

func (*ApplyCallContractOperationArguments) ProtoMessage

func (*ApplyCallContractOperationArguments) ProtoMessage()

func (*ApplyCallContractOperationArguments) ProtoReflect

func (*ApplyCallContractOperationArguments) Reset

func (*ApplyCallContractOperationArguments) String

type ApplyCallContractOperationResult

type ApplyCallContractOperationResult struct {
	// contains filtered or unexported fields
}

func (*ApplyCallContractOperationResult) Descriptor deprecated

func (*ApplyCallContractOperationResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplyCallContractOperationResult.ProtoReflect.Descriptor instead.

func (*ApplyCallContractOperationResult) ProtoMessage

func (*ApplyCallContractOperationResult) ProtoMessage()

func (*ApplyCallContractOperationResult) ProtoReflect

func (*ApplyCallContractOperationResult) Reset

func (*ApplyCallContractOperationResult) String

type ApplySetSystemCallOperationArguments

type ApplySetSystemCallOperationArguments struct {
	Op *protocol.SetSystemCallOperation `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySetSystemCallOperationArguments) Descriptor deprecated

func (*ApplySetSystemCallOperationArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplySetSystemCallOperationArguments.ProtoReflect.Descriptor instead.

func (*ApplySetSystemCallOperationArguments) GetOp

func (*ApplySetSystemCallOperationArguments) ProtoMessage

func (*ApplySetSystemCallOperationArguments) ProtoMessage()

func (*ApplySetSystemCallOperationArguments) ProtoReflect

func (*ApplySetSystemCallOperationArguments) Reset

func (*ApplySetSystemCallOperationArguments) String

type ApplySetSystemCallOperationResult

type ApplySetSystemCallOperationResult struct {
	// contains filtered or unexported fields
}

func (*ApplySetSystemCallOperationResult) Descriptor deprecated

func (*ApplySetSystemCallOperationResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplySetSystemCallOperationResult.ProtoReflect.Descriptor instead.

func (*ApplySetSystemCallOperationResult) ProtoMessage

func (*ApplySetSystemCallOperationResult) ProtoMessage()

func (*ApplySetSystemCallOperationResult) ProtoReflect

func (*ApplySetSystemCallOperationResult) Reset

func (*ApplySetSystemCallOperationResult) String

type ApplySetSystemContractOperationArguments

type ApplySetSystemContractOperationArguments struct {
	Op *protocol.SetSystemContractOperation `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplySetSystemContractOperationArguments) Descriptor deprecated

func (*ApplySetSystemContractOperationArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplySetSystemContractOperationArguments.ProtoReflect.Descriptor instead.

func (*ApplySetSystemContractOperationArguments) GetOp

func (*ApplySetSystemContractOperationArguments) ProtoMessage

func (*ApplySetSystemContractOperationArguments) ProtoReflect

func (*ApplySetSystemContractOperationArguments) Reset

func (*ApplySetSystemContractOperationArguments) String

type ApplySetSystemContractOperationResult

type ApplySetSystemContractOperationResult struct {
	// contains filtered or unexported fields
}

func (*ApplySetSystemContractOperationResult) Descriptor deprecated

func (*ApplySetSystemContractOperationResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplySetSystemContractOperationResult.ProtoReflect.Descriptor instead.

func (*ApplySetSystemContractOperationResult) ProtoMessage

func (*ApplySetSystemContractOperationResult) ProtoMessage()

func (*ApplySetSystemContractOperationResult) ProtoReflect

func (*ApplySetSystemContractOperationResult) Reset

func (*ApplySetSystemContractOperationResult) String

type ApplyTransactionArguments

type ApplyTransactionArguments struct {
	Transaction *protocol.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyTransactionArguments) Descriptor deprecated

func (*ApplyTransactionArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplyTransactionArguments.ProtoReflect.Descriptor instead.

func (*ApplyTransactionArguments) GetTransaction

func (x *ApplyTransactionArguments) GetTransaction() *protocol.Transaction

func (*ApplyTransactionArguments) ProtoMessage

func (*ApplyTransactionArguments) ProtoMessage()

func (*ApplyTransactionArguments) ProtoReflect

func (*ApplyTransactionArguments) Reset

func (x *ApplyTransactionArguments) Reset()

func (*ApplyTransactionArguments) String

func (x *ApplyTransactionArguments) String() string

type ApplyTransactionResult

type ApplyTransactionResult struct {
	// contains filtered or unexported fields
}

func (*ApplyTransactionResult) Descriptor deprecated

func (*ApplyTransactionResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplyTransactionResult.ProtoReflect.Descriptor instead.

func (*ApplyTransactionResult) ProtoMessage

func (*ApplyTransactionResult) ProtoMessage()

func (*ApplyTransactionResult) ProtoReflect

func (x *ApplyTransactionResult) ProtoReflect() protoreflect.Message

func (*ApplyTransactionResult) Reset

func (x *ApplyTransactionResult) Reset()

func (*ApplyTransactionResult) String

func (x *ApplyTransactionResult) String() string

type ApplyUploadContractOperationArguments

type ApplyUploadContractOperationArguments struct {
	Op *protocol.UploadContractOperation `protobuf:"bytes,1,opt,name=op,proto3" json:"op,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyUploadContractOperationArguments) Descriptor deprecated

func (*ApplyUploadContractOperationArguments) Descriptor() ([]byte, []int)

Deprecated: Use ApplyUploadContractOperationArguments.ProtoReflect.Descriptor instead.

func (*ApplyUploadContractOperationArguments) GetOp

func (*ApplyUploadContractOperationArguments) ProtoMessage

func (*ApplyUploadContractOperationArguments) ProtoMessage()

func (*ApplyUploadContractOperationArguments) ProtoReflect

func (*ApplyUploadContractOperationArguments) Reset

func (*ApplyUploadContractOperationArguments) String

type ApplyUploadContractOperationResult

type ApplyUploadContractOperationResult struct {
	// contains filtered or unexported fields
}

func (*ApplyUploadContractOperationResult) Descriptor deprecated

func (*ApplyUploadContractOperationResult) Descriptor() ([]byte, []int)

Deprecated: Use ApplyUploadContractOperationResult.ProtoReflect.Descriptor instead.

func (*ApplyUploadContractOperationResult) ProtoMessage

func (*ApplyUploadContractOperationResult) ProtoMessage()

func (*ApplyUploadContractOperationResult) ProtoReflect

func (*ApplyUploadContractOperationResult) Reset

func (*ApplyUploadContractOperationResult) String

type ArgumentData

type ArgumentData struct {
	EntryPoint uint32 `protobuf:"varint,1,opt,name=entry_point,json=entryPoint,proto3" json:"entry_point,omitempty"`
	Arguments  []byte `protobuf:"bytes,2,opt,name=arguments,proto3" json:"arguments,omitempty"`
	// contains filtered or unexported fields
}

func (*ArgumentData) Descriptor deprecated

func (*ArgumentData) Descriptor() ([]byte, []int)

Deprecated: Use ArgumentData.ProtoReflect.Descriptor instead.

func (*ArgumentData) GetArguments

func (x *ArgumentData) GetArguments() []byte

func (*ArgumentData) GetEntryPoint

func (x *ArgumentData) GetEntryPoint() uint32

func (*ArgumentData) ProtoMessage

func (*ArgumentData) ProtoMessage()

func (*ArgumentData) ProtoReflect

func (x *ArgumentData) ProtoReflect() protoreflect.Message

func (*ArgumentData) Reset

func (x *ArgumentData) Reset()

func (*ArgumentData) String

func (x *ArgumentData) String() string

type AuthorizationType

type AuthorizationType int32
const (
	AuthorizationType_contract_call           AuthorizationType = 0
	AuthorizationType_transaction_application AuthorizationType = 1
	AuthorizationType_contract_upload         AuthorizationType = 2
)

func (AuthorizationType) Descriptor

func (AuthorizationType) Enum

func (AuthorizationType) EnumDescriptor deprecated

func (AuthorizationType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuthorizationType.Descriptor instead.

func (AuthorizationType) Number

func (AuthorizationType) String

func (x AuthorizationType) String() string

func (AuthorizationType) Type

type AuthorizeArguments

type AuthorizeArguments struct {
	Type AuthorizationType `protobuf:"varint,1,opt,name=type,proto3,enum=koinos.chain.AuthorizationType" json:"type,omitempty"`
	Call *CallData         `protobuf:"bytes,2,opt,name=call,proto3,oneof" json:"call,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizeArguments) Descriptor deprecated

func (*AuthorizeArguments) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizeArguments.ProtoReflect.Descriptor instead.

func (*AuthorizeArguments) GetCall

func (x *AuthorizeArguments) GetCall() *CallData

func (*AuthorizeArguments) GetType

func (*AuthorizeArguments) ProtoMessage

func (*AuthorizeArguments) ProtoMessage()

func (*AuthorizeArguments) ProtoReflect

func (x *AuthorizeArguments) ProtoReflect() protoreflect.Message

func (*AuthorizeArguments) Reset

func (x *AuthorizeArguments) Reset()

func (*AuthorizeArguments) String

func (x *AuthorizeArguments) String() string

type AuthorizeResult

type AuthorizeResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthorizeResult) Descriptor deprecated

func (*AuthorizeResult) Descriptor() ([]byte, []int)

Deprecated: Use AuthorizeResult.ProtoReflect.Descriptor instead.

func (*AuthorizeResult) GetValue

func (x *AuthorizeResult) GetValue() bool

func (*AuthorizeResult) ProtoMessage

func (*AuthorizeResult) ProtoMessage()

func (*AuthorizeResult) ProtoReflect

func (x *AuthorizeResult) ProtoReflect() protoreflect.Message

func (*AuthorizeResult) Reset

func (x *AuthorizeResult) Reset()

func (*AuthorizeResult) String

func (x *AuthorizeResult) String() string

type CallArguments

type CallArguments struct {
	ContractId []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	EntryPoint uint32 `protobuf:"varint,2,opt,name=entry_point,json=entryPoint,proto3" json:"entry_point,omitempty"`
	Args       []byte `protobuf:"bytes,3,opt,name=args,proto3" json:"args,omitempty"`
	// contains filtered or unexported fields
}

func (*CallArguments) Descriptor deprecated

func (*CallArguments) Descriptor() ([]byte, []int)

Deprecated: Use CallArguments.ProtoReflect.Descriptor instead.

func (*CallArguments) GetArgs

func (x *CallArguments) GetArgs() []byte

func (*CallArguments) GetContractId

func (x *CallArguments) GetContractId() []byte

func (*CallArguments) GetEntryPoint

func (x *CallArguments) GetEntryPoint() uint32

func (*CallArguments) ProtoMessage

func (*CallArguments) ProtoMessage()

func (*CallArguments) ProtoReflect

func (x *CallArguments) ProtoReflect() protoreflect.Message

func (*CallArguments) Reset

func (x *CallArguments) Reset()

func (*CallArguments) String

func (x *CallArguments) String() string

type CallData

type CallData struct {
	ContractId []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	EntryPoint uint32 `protobuf:"varint,2,opt,name=entry_point,json=entryPoint,proto3" json:"entry_point,omitempty"`
	Caller     []byte `protobuf:"bytes,3,opt,name=caller,proto3" json:"caller,omitempty"`
	Data       []byte `protobuf:"bytes,4,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CallData) Descriptor deprecated

func (*CallData) Descriptor() ([]byte, []int)

Deprecated: Use CallData.ProtoReflect.Descriptor instead.

func (*CallData) GetCaller

func (x *CallData) GetCaller() []byte

func (*CallData) GetContractId

func (x *CallData) GetContractId() []byte

func (*CallData) GetData

func (x *CallData) GetData() []byte

func (*CallData) GetEntryPoint

func (x *CallData) GetEntryPoint() uint32

func (*CallData) ProtoMessage

func (*CallData) ProtoMessage()

func (*CallData) ProtoReflect

func (x *CallData) ProtoReflect() protoreflect.Message

func (*CallData) Reset

func (x *CallData) Reset()

func (*CallData) String

func (x *CallData) String() string

type CallResult

type CallResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CallResult) Descriptor deprecated

func (*CallResult) Descriptor() ([]byte, []int)

Deprecated: Use CallResult.ProtoReflect.Descriptor instead.

func (*CallResult) GetValue

func (x *CallResult) GetValue() []byte

func (*CallResult) ProtoMessage

func (*CallResult) ProtoMessage()

func (*CallResult) ProtoReflect

func (x *CallResult) ProtoReflect() protoreflect.Message

func (*CallResult) Reset

func (x *CallResult) Reset()

func (*CallResult) String

func (x *CallResult) String() string

type CallerData

type CallerData struct {
	Caller          []byte    `protobuf:"bytes,1,opt,name=caller,proto3" json:"caller,omitempty"`
	CallerPrivilege Privilege `` /* 135-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CallerData) Descriptor deprecated

func (*CallerData) Descriptor() ([]byte, []int)

Deprecated: Use CallerData.ProtoReflect.Descriptor instead.

func (*CallerData) GetCaller

func (x *CallerData) GetCaller() []byte

func (*CallerData) GetCallerPrivilege

func (x *CallerData) GetCallerPrivilege() Privilege

func (*CallerData) ProtoMessage

func (*CallerData) ProtoMessage()

func (*CallerData) ProtoReflect

func (x *CallerData) ProtoReflect() protoreflect.Message

func (*CallerData) Reset

func (x *CallerData) Reset()

func (*CallerData) String

func (x *CallerData) String() string

type CheckAuthorityArguments

type CheckAuthorityArguments struct {
	Type    AuthorizationType `protobuf:"varint,1,opt,name=type,proto3,enum=koinos.chain.AuthorizationType" json:"type,omitempty"`
	Account []byte            `protobuf:"bytes,2,opt,name=account,proto3" json:"account,omitempty"`
	Data    []byte            `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckAuthorityArguments) Descriptor deprecated

func (*CheckAuthorityArguments) Descriptor() ([]byte, []int)

Deprecated: Use CheckAuthorityArguments.ProtoReflect.Descriptor instead.

func (*CheckAuthorityArguments) GetAccount

func (x *CheckAuthorityArguments) GetAccount() []byte

func (*CheckAuthorityArguments) GetData

func (x *CheckAuthorityArguments) GetData() []byte

func (*CheckAuthorityArguments) GetType

func (*CheckAuthorityArguments) ProtoMessage

func (*CheckAuthorityArguments) ProtoMessage()

func (*CheckAuthorityArguments) ProtoReflect

func (x *CheckAuthorityArguments) ProtoReflect() protoreflect.Message

func (*CheckAuthorityArguments) Reset

func (x *CheckAuthorityArguments) Reset()

func (*CheckAuthorityArguments) String

func (x *CheckAuthorityArguments) String() string

type CheckAuthorityResult

type CheckAuthorityResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckAuthorityResult) Descriptor deprecated

func (*CheckAuthorityResult) Descriptor() ([]byte, []int)

Deprecated: Use CheckAuthorityResult.ProtoReflect.Descriptor instead.

func (*CheckAuthorityResult) GetValue

func (x *CheckAuthorityResult) GetValue() bool

func (*CheckAuthorityResult) ProtoMessage

func (*CheckAuthorityResult) ProtoMessage()

func (*CheckAuthorityResult) ProtoReflect

func (x *CheckAuthorityResult) ProtoReflect() protoreflect.Message

func (*CheckAuthorityResult) Reset

func (x *CheckAuthorityResult) Reset()

func (*CheckAuthorityResult) String

func (x *CheckAuthorityResult) String() string

type CheckSystemAuthorityArguments

type CheckSystemAuthorityArguments struct {
	// contains filtered or unexported fields
}

func (*CheckSystemAuthorityArguments) Descriptor deprecated

func (*CheckSystemAuthorityArguments) Descriptor() ([]byte, []int)

Deprecated: Use CheckSystemAuthorityArguments.ProtoReflect.Descriptor instead.

func (*CheckSystemAuthorityArguments) ProtoMessage

func (*CheckSystemAuthorityArguments) ProtoMessage()

func (*CheckSystemAuthorityArguments) ProtoReflect

func (*CheckSystemAuthorityArguments) Reset

func (x *CheckSystemAuthorityArguments) Reset()

func (*CheckSystemAuthorityArguments) String

type CheckSystemAuthorityResult

type CheckSystemAuthorityResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckSystemAuthorityResult) Descriptor deprecated

func (*CheckSystemAuthorityResult) Descriptor() ([]byte, []int)

Deprecated: Use CheckSystemAuthorityResult.ProtoReflect.Descriptor instead.

func (*CheckSystemAuthorityResult) GetValue

func (x *CheckSystemAuthorityResult) GetValue() bool

func (*CheckSystemAuthorityResult) ProtoMessage

func (*CheckSystemAuthorityResult) ProtoMessage()

func (*CheckSystemAuthorityResult) ProtoReflect

func (*CheckSystemAuthorityResult) Reset

func (x *CheckSystemAuthorityResult) Reset()

func (*CheckSystemAuthorityResult) String

func (x *CheckSystemAuthorityResult) String() string

type ComputeBandwidthEntry

type ComputeBandwidthEntry struct {
	Name    string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Compute uint64 `protobuf:"varint,2,opt,name=compute,proto3" json:"compute,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeBandwidthEntry) Descriptor deprecated

func (*ComputeBandwidthEntry) Descriptor() ([]byte, []int)

Deprecated: Use ComputeBandwidthEntry.ProtoReflect.Descriptor instead.

func (*ComputeBandwidthEntry) GetCompute

func (x *ComputeBandwidthEntry) GetCompute() uint64

func (*ComputeBandwidthEntry) GetName

func (x *ComputeBandwidthEntry) GetName() string

func (*ComputeBandwidthEntry) ProtoMessage

func (*ComputeBandwidthEntry) ProtoMessage()

func (*ComputeBandwidthEntry) ProtoReflect

func (x *ComputeBandwidthEntry) ProtoReflect() protoreflect.Message

func (*ComputeBandwidthEntry) Reset

func (x *ComputeBandwidthEntry) Reset()

func (*ComputeBandwidthEntry) String

func (x *ComputeBandwidthEntry) String() string

type ComputeBandwidthRegistry

type ComputeBandwidthRegistry struct {
	Entries []*ComputeBandwidthEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ComputeBandwidthRegistry) Descriptor deprecated

func (*ComputeBandwidthRegistry) Descriptor() ([]byte, []int)

Deprecated: Use ComputeBandwidthRegistry.ProtoReflect.Descriptor instead.

func (*ComputeBandwidthRegistry) GetEntries

func (*ComputeBandwidthRegistry) ProtoMessage

func (*ComputeBandwidthRegistry) ProtoMessage()

func (*ComputeBandwidthRegistry) ProtoReflect

func (x *ComputeBandwidthRegistry) ProtoReflect() protoreflect.Message

func (*ComputeBandwidthRegistry) Reset

func (x *ComputeBandwidthRegistry) Reset()

func (*ComputeBandwidthRegistry) String

func (x *ComputeBandwidthRegistry) String() string

type ConsumeAccountRcArguments

type ConsumeAccountRcArguments struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Value   uint64 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumeAccountRcArguments) Descriptor deprecated

func (*ConsumeAccountRcArguments) Descriptor() ([]byte, []int)

Deprecated: Use ConsumeAccountRcArguments.ProtoReflect.Descriptor instead.

func (*ConsumeAccountRcArguments) GetAccount

func (x *ConsumeAccountRcArguments) GetAccount() []byte

func (*ConsumeAccountRcArguments) GetValue

func (x *ConsumeAccountRcArguments) GetValue() uint64

func (*ConsumeAccountRcArguments) ProtoMessage

func (*ConsumeAccountRcArguments) ProtoMessage()

func (*ConsumeAccountRcArguments) ProtoReflect

func (*ConsumeAccountRcArguments) Reset

func (x *ConsumeAccountRcArguments) Reset()

func (*ConsumeAccountRcArguments) String

func (x *ConsumeAccountRcArguments) String() string

type ConsumeAccountRcResult

type ConsumeAccountRcResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumeAccountRcResult) Descriptor deprecated

func (*ConsumeAccountRcResult) Descriptor() ([]byte, []int)

Deprecated: Use ConsumeAccountRcResult.ProtoReflect.Descriptor instead.

func (*ConsumeAccountRcResult) GetValue

func (x *ConsumeAccountRcResult) GetValue() bool

func (*ConsumeAccountRcResult) ProtoMessage

func (*ConsumeAccountRcResult) ProtoMessage()

func (*ConsumeAccountRcResult) ProtoReflect

func (x *ConsumeAccountRcResult) ProtoReflect() protoreflect.Message

func (*ConsumeAccountRcResult) Reset

func (x *ConsumeAccountRcResult) Reset()

func (*ConsumeAccountRcResult) String

func (x *ConsumeAccountRcResult) String() string

type ConsumeBlockResourcesArguments

type ConsumeBlockResourcesArguments struct {
	DiskStorageConsumed      uint64 `protobuf:"varint,1,opt,name=disk_storage_consumed,json=diskStorageConsumed,proto3" json:"disk_storage_consumed,omitempty"`
	NetworkBandwidthConsumed uint64 `` /* 136-byte string literal not displayed */
	ComputeBandwidthConsumed uint64 `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConsumeBlockResourcesArguments) Descriptor deprecated

func (*ConsumeBlockResourcesArguments) Descriptor() ([]byte, []int)

Deprecated: Use ConsumeBlockResourcesArguments.ProtoReflect.Descriptor instead.

func (*ConsumeBlockResourcesArguments) GetComputeBandwidthConsumed

func (x *ConsumeBlockResourcesArguments) GetComputeBandwidthConsumed() uint64

func (*ConsumeBlockResourcesArguments) GetDiskStorageConsumed

func (x *ConsumeBlockResourcesArguments) GetDiskStorageConsumed() uint64

func (*ConsumeBlockResourcesArguments) GetNetworkBandwidthConsumed

func (x *ConsumeBlockResourcesArguments) GetNetworkBandwidthConsumed() uint64

func (*ConsumeBlockResourcesArguments) ProtoMessage

func (*ConsumeBlockResourcesArguments) ProtoMessage()

func (*ConsumeBlockResourcesArguments) ProtoReflect

func (*ConsumeBlockResourcesArguments) Reset

func (x *ConsumeBlockResourcesArguments) Reset()

func (*ConsumeBlockResourcesArguments) String

type ConsumeBlockResourcesResult

type ConsumeBlockResourcesResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumeBlockResourcesResult) Descriptor deprecated

func (*ConsumeBlockResourcesResult) Descriptor() ([]byte, []int)

Deprecated: Use ConsumeBlockResourcesResult.ProtoReflect.Descriptor instead.

func (*ConsumeBlockResourcesResult) GetValue

func (x *ConsumeBlockResourcesResult) GetValue() bool

func (*ConsumeBlockResourcesResult) ProtoMessage

func (*ConsumeBlockResourcesResult) ProtoMessage()

func (*ConsumeBlockResourcesResult) ProtoReflect

func (*ConsumeBlockResourcesResult) Reset

func (x *ConsumeBlockResourcesResult) Reset()

func (*ConsumeBlockResourcesResult) String

func (x *ConsumeBlockResourcesResult) String() string

type ContractMetadataObject

type ContractMetadataObject struct {
	Hash                             []byte `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	System                           bool   `protobuf:"varint,2,opt,name=system,proto3" json:"system,omitempty"`
	AuthorizesCallContract           bool   `` /* 130-byte string literal not displayed */
	AuthorizesTransactionApplication bool   `` /* 160-byte string literal not displayed */
	AuthorizesUploadContract         bool   `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ContractMetadataObject) Descriptor deprecated

func (*ContractMetadataObject) Descriptor() ([]byte, []int)

Deprecated: Use ContractMetadataObject.ProtoReflect.Descriptor instead.

func (*ContractMetadataObject) GetAuthorizesCallContract

func (x *ContractMetadataObject) GetAuthorizesCallContract() bool

func (*ContractMetadataObject) GetAuthorizesTransactionApplication

func (x *ContractMetadataObject) GetAuthorizesTransactionApplication() bool

func (*ContractMetadataObject) GetAuthorizesUploadContract

func (x *ContractMetadataObject) GetAuthorizesUploadContract() bool

func (*ContractMetadataObject) GetHash

func (x *ContractMetadataObject) GetHash() []byte

func (*ContractMetadataObject) GetSystem

func (x *ContractMetadataObject) GetSystem() bool

func (*ContractMetadataObject) ProtoMessage

func (*ContractMetadataObject) ProtoMessage()

func (*ContractMetadataObject) ProtoReflect

func (x *ContractMetadataObject) ProtoReflect() protoreflect.Message

func (*ContractMetadataObject) Reset

func (x *ContractMetadataObject) Reset()

func (*ContractMetadataObject) String

func (x *ContractMetadataObject) String() string

type DatabaseKey

type DatabaseKey struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*DatabaseKey) Descriptor deprecated

func (*DatabaseKey) Descriptor() ([]byte, []int)

Deprecated: Use DatabaseKey.ProtoReflect.Descriptor instead.

func (*DatabaseKey) GetKey

func (x *DatabaseKey) GetKey() []byte

func (*DatabaseKey) GetSpace

func (x *DatabaseKey) GetSpace() *ObjectSpace

func (*DatabaseKey) ProtoMessage

func (*DatabaseKey) ProtoMessage()

func (*DatabaseKey) ProtoReflect

func (x *DatabaseKey) ProtoReflect() protoreflect.Message

func (*DatabaseKey) Reset

func (x *DatabaseKey) Reset()

func (*DatabaseKey) String

func (x *DatabaseKey) String() string

type DatabaseObject

type DatabaseObject struct {
	Exists bool   `protobuf:"varint,1,opt,name=exists,proto3" json:"exists,omitempty"`
	Value  []byte `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	Key    []byte `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // Only returned with get_next_object and get_prev_object
	// contains filtered or unexported fields
}

func (*DatabaseObject) Descriptor deprecated

func (*DatabaseObject) Descriptor() ([]byte, []int)

Deprecated: Use DatabaseObject.ProtoReflect.Descriptor instead.

func (*DatabaseObject) GetExists

func (x *DatabaseObject) GetExists() bool

func (*DatabaseObject) GetKey

func (x *DatabaseObject) GetKey() []byte

func (*DatabaseObject) GetValue

func (x *DatabaseObject) GetValue() []byte

func (*DatabaseObject) ProtoMessage

func (*DatabaseObject) ProtoMessage()

func (*DatabaseObject) ProtoReflect

func (x *DatabaseObject) ProtoReflect() protoreflect.Message

func (*DatabaseObject) Reset

func (x *DatabaseObject) Reset()

func (*DatabaseObject) String

func (x *DatabaseObject) String() string

type Dsa

type Dsa int32
const (
	Dsa_ecdsa_secp256k1 Dsa = 0
)

func (Dsa) Descriptor

func (Dsa) Descriptor() protoreflect.EnumDescriptor

func (Dsa) Enum

func (x Dsa) Enum() *Dsa

func (Dsa) EnumDescriptor deprecated

func (Dsa) EnumDescriptor() ([]byte, []int)

Deprecated: Use Dsa.Descriptor instead.

func (Dsa) Number

func (x Dsa) Number() protoreflect.EnumNumber

func (Dsa) String

func (x Dsa) String() string

func (Dsa) Type

func (Dsa) Type() protoreflect.EnumType

type EnumType

type EnumType struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Number int32  `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// contains filtered or unexported fields
}

func (*EnumType) Descriptor deprecated

func (*EnumType) Descriptor() ([]byte, []int)

Deprecated: Use EnumType.ProtoReflect.Descriptor instead.

func (*EnumType) GetName

func (x *EnumType) GetName() string

func (*EnumType) GetNumber

func (x *EnumType) GetNumber() int32

func (*EnumType) ProtoMessage

func (*EnumType) ProtoMessage()

func (*EnumType) ProtoReflect

func (x *EnumType) ProtoReflect() protoreflect.Message

func (*EnumType) Reset

func (x *EnumType) Reset()

func (*EnumType) String

func (x *EnumType) String() string

type ErrorCode

type ErrorCode int32
const (
	ErrorCode_success ErrorCode = 0
	// Reversions
	ErrorCode_reversion                    ErrorCode = 1
	ErrorCode_internal_error               ErrorCode = 100
	ErrorCode_system_authorization_failure ErrorCode = 101
	ErrorCode_invalid_contract             ErrorCode = 102
	ErrorCode_insufficient_privileges      ErrorCode = 103
	ErrorCode_insufficient_rc              ErrorCode = 104
	ErrorCode_insufficient_return_buffer   ErrorCode = 105
	ErrorCode_unknown_thunk                ErrorCode = 106
	ErrorCode_unknown_operation            ErrorCode = 107
	ErrorCode_read_only_context            ErrorCode = 108
	// Failures
	ErrorCode_failure                ErrorCode = -1
	ErrorCode_field_not_found        ErrorCode = -100
	ErrorCode_unknown_hash_code      ErrorCode = -101
	ErrorCode_unknown_dsa            ErrorCode = -102
	ErrorCode_unknown_system_call    ErrorCode = -103
	ErrorCode_operation_not_found    ErrorCode = -104
	ErrorCode_authorization_failure  ErrorCode = -200
	ErrorCode_invalid_nonce          ErrorCode = -201
	ErrorCode_invalid_signature      ErrorCode = -202
	ErrorCode_malformed_block        ErrorCode = -203
	ErrorCode_malformed_transaction  ErrorCode = -204
	ErrorCode_block_resource_failure ErrorCode = -205
	// Framework failures
	ErrorCode_unknown_backend                  ErrorCode = -1000
	ErrorCode_unexpected_state                 ErrorCode = -1001
	ErrorCode_missing_required_arguments       ErrorCode = -1002
	ErrorCode_unknown_previous_block           ErrorCode = -1003
	ErrorCode_unexpected_height                ErrorCode = -1004
	ErrorCode_block_state_error                ErrorCode = -1005
	ErrorCode_state_merkle_mismatch            ErrorCode = -1006
	ErrorCode_unexpected_receipt               ErrorCode = -1007
	ErrorCode_rpc_failure                      ErrorCode = -1008
	ErrorCode_pending_state_error              ErrorCode = -1009
	ErrorCode_timestamp_out_of_bounds          ErrorCode = -1010
	ErrorCode_indexer_failure                  ErrorCode = -1011
	ErrorCode_network_bandwidth_limit_exceeded ErrorCode = -1012
	ErrorCode_compute_bandwidth_limit_exceeded ErrorCode = -1013
	ErrorCode_disk_storage_limit_exceeded      ErrorCode = -1014
	ErrorCode_pre_irreversibility_block        ErrorCode = -1015
)

func (ErrorCode) Descriptor

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated

func (ErrorCode) EnumDescriptor() ([]byte, []int)

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String

func (x ErrorCode) String() string

func (ErrorCode) Type

type ErrorData

type ErrorData struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorData) Descriptor deprecated

func (*ErrorData) Descriptor() ([]byte, []int)

Deprecated: Use ErrorData.ProtoReflect.Descriptor instead.

func (*ErrorData) GetMessage

func (x *ErrorData) GetMessage() string

func (*ErrorData) ProtoMessage

func (*ErrorData) ProtoMessage()

func (*ErrorData) ProtoReflect

func (x *ErrorData) ProtoReflect() protoreflect.Message

func (*ErrorData) Reset

func (x *ErrorData) Reset()

func (*ErrorData) String

func (x *ErrorData) String() string

type ErrorDetails

type ErrorDetails struct {
	Code int32    `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Logs []string `protobuf:"bytes,2,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*ErrorDetails) Descriptor deprecated

func (*ErrorDetails) Descriptor() ([]byte, []int)

Deprecated: Use ErrorDetails.ProtoReflect.Descriptor instead.

func (*ErrorDetails) GetCode

func (x *ErrorDetails) GetCode() int32

func (*ErrorDetails) GetLogs

func (x *ErrorDetails) GetLogs() []string

func (*ErrorDetails) ProtoMessage

func (*ErrorDetails) ProtoMessage()

func (*ErrorDetails) ProtoReflect

func (x *ErrorDetails) ProtoReflect() protoreflect.Message

func (*ErrorDetails) Reset

func (x *ErrorDetails) Reset()

func (*ErrorDetails) String

func (x *ErrorDetails) String() string

type EventArguments

type EventArguments struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Data     []byte   `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Impacted [][]byte `protobuf:"bytes,3,rep,name=impacted,proto3" json:"impacted,omitempty"`
	// contains filtered or unexported fields
}

func (*EventArguments) Descriptor deprecated

func (*EventArguments) Descriptor() ([]byte, []int)

Deprecated: Use EventArguments.ProtoReflect.Descriptor instead.

func (*EventArguments) GetData

func (x *EventArguments) GetData() []byte

func (*EventArguments) GetImpacted

func (x *EventArguments) GetImpacted() [][]byte

func (*EventArguments) GetName

func (x *EventArguments) GetName() string

func (*EventArguments) ProtoMessage

func (*EventArguments) ProtoMessage()

func (*EventArguments) ProtoReflect

func (x *EventArguments) ProtoReflect() protoreflect.Message

func (*EventArguments) Reset

func (x *EventArguments) Reset()

func (*EventArguments) String

func (x *EventArguments) String() string

type EventResult

type EventResult struct {
	// contains filtered or unexported fields
}

func (*EventResult) Descriptor deprecated

func (*EventResult) Descriptor() ([]byte, []int)

Deprecated: Use EventResult.ProtoReflect.Descriptor instead.

func (*EventResult) ProtoMessage

func (*EventResult) ProtoMessage()

func (*EventResult) ProtoReflect

func (x *EventResult) ProtoReflect() protoreflect.Message

func (*EventResult) Reset

func (x *EventResult) Reset()

func (*EventResult) String

func (x *EventResult) String() string

type ExitArguments

type ExitArguments struct {
	Code int32   `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Res  *Result `protobuf:"bytes,2,opt,name=res,proto3" json:"res,omitempty"`
	// contains filtered or unexported fields
}

func (*ExitArguments) Descriptor deprecated

func (*ExitArguments) Descriptor() ([]byte, []int)

Deprecated: Use ExitArguments.ProtoReflect.Descriptor instead.

func (*ExitArguments) GetCode

func (x *ExitArguments) GetCode() int32

func (*ExitArguments) GetRes

func (x *ExitArguments) GetRes() *Result

func (*ExitArguments) ProtoMessage

func (*ExitArguments) ProtoMessage()

func (*ExitArguments) ProtoReflect

func (x *ExitArguments) ProtoReflect() protoreflect.Message

func (*ExitArguments) Reset

func (x *ExitArguments) Reset()

func (*ExitArguments) String

func (x *ExitArguments) String() string

type ExitResult

type ExitResult struct {
	// contains filtered or unexported fields
}

func (*ExitResult) Descriptor deprecated

func (*ExitResult) Descriptor() ([]byte, []int)

Deprecated: Use ExitResult.ProtoReflect.Descriptor instead.

func (*ExitResult) ProtoMessage

func (*ExitResult) ProtoMessage()

func (*ExitResult) ProtoReflect

func (x *ExitResult) ProtoReflect() protoreflect.Message

func (*ExitResult) Reset

func (x *ExitResult) Reset()

func (*ExitResult) String

func (x *ExitResult) String() string

type GenesisData

type GenesisData struct {
	Entries []*GenesisEntry `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisData) Descriptor deprecated

func (*GenesisData) Descriptor() ([]byte, []int)

Deprecated: Use GenesisData.ProtoReflect.Descriptor instead.

func (*GenesisData) GetEntries

func (x *GenesisData) GetEntries() []*GenesisEntry

func (*GenesisData) ProtoMessage

func (*GenesisData) ProtoMessage()

func (*GenesisData) ProtoReflect

func (x *GenesisData) ProtoReflect() protoreflect.Message

func (*GenesisData) Reset

func (x *GenesisData) Reset()

func (*GenesisData) String

func (x *GenesisData) String() string

type GenesisEntry

type GenesisEntry struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Value []byte       `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GenesisEntry) Descriptor deprecated

func (*GenesisEntry) Descriptor() ([]byte, []int)

Deprecated: Use GenesisEntry.ProtoReflect.Descriptor instead.

func (*GenesisEntry) GetKey

func (x *GenesisEntry) GetKey() []byte

func (*GenesisEntry) GetSpace

func (x *GenesisEntry) GetSpace() *ObjectSpace

func (*GenesisEntry) GetValue

func (x *GenesisEntry) GetValue() []byte

func (*GenesisEntry) ProtoMessage

func (*GenesisEntry) ProtoMessage()

func (*GenesisEntry) ProtoReflect

func (x *GenesisEntry) ProtoReflect() protoreflect.Message

func (*GenesisEntry) Reset

func (x *GenesisEntry) Reset()

func (*GenesisEntry) String

func (x *GenesisEntry) String() string

type GetAccountNonceArguments

type GetAccountNonceArguments struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountNonceArguments) Descriptor deprecated

func (*GetAccountNonceArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountNonceArguments.ProtoReflect.Descriptor instead.

func (*GetAccountNonceArguments) GetAccount

func (x *GetAccountNonceArguments) GetAccount() []byte

func (*GetAccountNonceArguments) ProtoMessage

func (*GetAccountNonceArguments) ProtoMessage()

func (*GetAccountNonceArguments) ProtoReflect

func (x *GetAccountNonceArguments) ProtoReflect() protoreflect.Message

func (*GetAccountNonceArguments) Reset

func (x *GetAccountNonceArguments) Reset()

func (*GetAccountNonceArguments) String

func (x *GetAccountNonceArguments) String() string

type GetAccountNonceResult

type GetAccountNonceResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountNonceResult) Descriptor deprecated

func (*GetAccountNonceResult) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountNonceResult.ProtoReflect.Descriptor instead.

func (*GetAccountNonceResult) GetValue

func (x *GetAccountNonceResult) GetValue() []byte

func (*GetAccountNonceResult) ProtoMessage

func (*GetAccountNonceResult) ProtoMessage()

func (*GetAccountNonceResult) ProtoReflect

func (x *GetAccountNonceResult) ProtoReflect() protoreflect.Message

func (*GetAccountNonceResult) Reset

func (x *GetAccountNonceResult) Reset()

func (*GetAccountNonceResult) String

func (x *GetAccountNonceResult) String() string

type GetAccountRcArguments

type GetAccountRcArguments struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountRcArguments) Descriptor deprecated

func (*GetAccountRcArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountRcArguments.ProtoReflect.Descriptor instead.

func (*GetAccountRcArguments) GetAccount

func (x *GetAccountRcArguments) GetAccount() []byte

func (*GetAccountRcArguments) ProtoMessage

func (*GetAccountRcArguments) ProtoMessage()

func (*GetAccountRcArguments) ProtoReflect

func (x *GetAccountRcArguments) ProtoReflect() protoreflect.Message

func (*GetAccountRcArguments) Reset

func (x *GetAccountRcArguments) Reset()

func (*GetAccountRcArguments) String

func (x *GetAccountRcArguments) String() string

type GetAccountRcResult

type GetAccountRcResult struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAccountRcResult) Descriptor deprecated

func (*GetAccountRcResult) Descriptor() ([]byte, []int)

Deprecated: Use GetAccountRcResult.ProtoReflect.Descriptor instead.

func (*GetAccountRcResult) GetValue

func (x *GetAccountRcResult) GetValue() uint64

func (*GetAccountRcResult) ProtoMessage

func (*GetAccountRcResult) ProtoMessage()

func (*GetAccountRcResult) ProtoReflect

func (x *GetAccountRcResult) ProtoReflect() protoreflect.Message

func (*GetAccountRcResult) Reset

func (x *GetAccountRcResult) Reset()

func (*GetAccountRcResult) String

func (x *GetAccountRcResult) String() string

type GetArgumentsArguments

type GetArgumentsArguments struct {
	// contains filtered or unexported fields
}

func (*GetArgumentsArguments) Descriptor deprecated

func (*GetArgumentsArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetArgumentsArguments.ProtoReflect.Descriptor instead.

func (*GetArgumentsArguments) ProtoMessage

func (*GetArgumentsArguments) ProtoMessage()

func (*GetArgumentsArguments) ProtoReflect

func (x *GetArgumentsArguments) ProtoReflect() protoreflect.Message

func (*GetArgumentsArguments) Reset

func (x *GetArgumentsArguments) Reset()

func (*GetArgumentsArguments) String

func (x *GetArgumentsArguments) String() string

type GetArgumentsResult

type GetArgumentsResult struct {
	Value *ArgumentData `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArgumentsResult) Descriptor deprecated

func (*GetArgumentsResult) Descriptor() ([]byte, []int)

Deprecated: Use GetArgumentsResult.ProtoReflect.Descriptor instead.

func (*GetArgumentsResult) GetValue

func (x *GetArgumentsResult) GetValue() *ArgumentData

func (*GetArgumentsResult) ProtoMessage

func (*GetArgumentsResult) ProtoMessage()

func (*GetArgumentsResult) ProtoReflect

func (x *GetArgumentsResult) ProtoReflect() protoreflect.Message

func (*GetArgumentsResult) Reset

func (x *GetArgumentsResult) Reset()

func (*GetArgumentsResult) String

func (x *GetArgumentsResult) String() string

type GetBlockArguments

type GetBlockArguments struct {
	// contains filtered or unexported fields
}

func (*GetBlockArguments) Descriptor deprecated

func (*GetBlockArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockArguments.ProtoReflect.Descriptor instead.

func (*GetBlockArguments) ProtoMessage

func (*GetBlockArguments) ProtoMessage()

func (*GetBlockArguments) ProtoReflect

func (x *GetBlockArguments) ProtoReflect() protoreflect.Message

func (*GetBlockArguments) Reset

func (x *GetBlockArguments) Reset()

func (*GetBlockArguments) String

func (x *GetBlockArguments) String() string

type GetBlockFieldArguments

type GetBlockFieldArguments struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockFieldArguments) Descriptor deprecated

func (*GetBlockFieldArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockFieldArguments.ProtoReflect.Descriptor instead.

func (*GetBlockFieldArguments) GetField

func (x *GetBlockFieldArguments) GetField() string

func (*GetBlockFieldArguments) ProtoMessage

func (*GetBlockFieldArguments) ProtoMessage()

func (*GetBlockFieldArguments) ProtoReflect

func (x *GetBlockFieldArguments) ProtoReflect() protoreflect.Message

func (*GetBlockFieldArguments) Reset

func (x *GetBlockFieldArguments) Reset()

func (*GetBlockFieldArguments) String

func (x *GetBlockFieldArguments) String() string

type GetBlockFieldResult

type GetBlockFieldResult struct {
	Value *ValueType `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockFieldResult) Descriptor deprecated

func (*GetBlockFieldResult) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockFieldResult.ProtoReflect.Descriptor instead.

func (*GetBlockFieldResult) GetValue

func (x *GetBlockFieldResult) GetValue() *ValueType

func (*GetBlockFieldResult) ProtoMessage

func (*GetBlockFieldResult) ProtoMessage()

func (*GetBlockFieldResult) ProtoReflect

func (x *GetBlockFieldResult) ProtoReflect() protoreflect.Message

func (*GetBlockFieldResult) Reset

func (x *GetBlockFieldResult) Reset()

func (*GetBlockFieldResult) String

func (x *GetBlockFieldResult) String() string

type GetBlockResult

type GetBlockResult struct {
	Value *protocol.Block `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBlockResult) Descriptor deprecated

func (*GetBlockResult) Descriptor() ([]byte, []int)

Deprecated: Use GetBlockResult.ProtoReflect.Descriptor instead.

func (*GetBlockResult) GetValue

func (x *GetBlockResult) GetValue() *protocol.Block

func (*GetBlockResult) ProtoMessage

func (*GetBlockResult) ProtoMessage()

func (*GetBlockResult) ProtoReflect

func (x *GetBlockResult) ProtoReflect() protoreflect.Message

func (*GetBlockResult) Reset

func (x *GetBlockResult) Reset()

func (*GetBlockResult) String

func (x *GetBlockResult) String() string

type GetCallerArguments

type GetCallerArguments struct {
	// contains filtered or unexported fields
}

func (*GetCallerArguments) Descriptor deprecated

func (*GetCallerArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetCallerArguments.ProtoReflect.Descriptor instead.

func (*GetCallerArguments) ProtoMessage

func (*GetCallerArguments) ProtoMessage()

func (*GetCallerArguments) ProtoReflect

func (x *GetCallerArguments) ProtoReflect() protoreflect.Message

func (*GetCallerArguments) Reset

func (x *GetCallerArguments) Reset()

func (*GetCallerArguments) String

func (x *GetCallerArguments) String() string

type GetCallerResult

type GetCallerResult struct {
	Value *CallerData `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCallerResult) Descriptor deprecated

func (*GetCallerResult) Descriptor() ([]byte, []int)

Deprecated: Use GetCallerResult.ProtoReflect.Descriptor instead.

func (*GetCallerResult) GetValue

func (x *GetCallerResult) GetValue() *CallerData

func (*GetCallerResult) ProtoMessage

func (*GetCallerResult) ProtoMessage()

func (*GetCallerResult) ProtoReflect

func (x *GetCallerResult) ProtoReflect() protoreflect.Message

func (*GetCallerResult) Reset

func (x *GetCallerResult) Reset()

func (*GetCallerResult) String

func (x *GetCallerResult) String() string

type GetChainIdArguments

type GetChainIdArguments struct {
	// contains filtered or unexported fields
}

func (*GetChainIdArguments) Descriptor deprecated

func (*GetChainIdArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetChainIdArguments.ProtoReflect.Descriptor instead.

func (*GetChainIdArguments) ProtoMessage

func (*GetChainIdArguments) ProtoMessage()

func (*GetChainIdArguments) ProtoReflect

func (x *GetChainIdArguments) ProtoReflect() protoreflect.Message

func (*GetChainIdArguments) Reset

func (x *GetChainIdArguments) Reset()

func (*GetChainIdArguments) String

func (x *GetChainIdArguments) String() string

type GetChainIdResult

type GetChainIdResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChainIdResult) Descriptor deprecated

func (*GetChainIdResult) Descriptor() ([]byte, []int)

Deprecated: Use GetChainIdResult.ProtoReflect.Descriptor instead.

func (*GetChainIdResult) GetValue

func (x *GetChainIdResult) GetValue() []byte

func (*GetChainIdResult) ProtoMessage

func (*GetChainIdResult) ProtoMessage()

func (*GetChainIdResult) ProtoReflect

func (x *GetChainIdResult) ProtoReflect() protoreflect.Message

func (*GetChainIdResult) Reset

func (x *GetChainIdResult) Reset()

func (*GetChainIdResult) String

func (x *GetChainIdResult) String() string

type GetContractIdArguments

type GetContractIdArguments struct {
	// contains filtered or unexported fields
}

func (*GetContractIdArguments) Descriptor deprecated

func (*GetContractIdArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetContractIdArguments.ProtoReflect.Descriptor instead.

func (*GetContractIdArguments) ProtoMessage

func (*GetContractIdArguments) ProtoMessage()

func (*GetContractIdArguments) ProtoReflect

func (x *GetContractIdArguments) ProtoReflect() protoreflect.Message

func (*GetContractIdArguments) Reset

func (x *GetContractIdArguments) Reset()

func (*GetContractIdArguments) String

func (x *GetContractIdArguments) String() string

type GetContractIdResult

type GetContractIdResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContractIdResult) Descriptor deprecated

func (*GetContractIdResult) Descriptor() ([]byte, []int)

Deprecated: Use GetContractIdResult.ProtoReflect.Descriptor instead.

func (*GetContractIdResult) GetValue

func (x *GetContractIdResult) GetValue() []byte

func (*GetContractIdResult) ProtoMessage

func (*GetContractIdResult) ProtoMessage()

func (*GetContractIdResult) ProtoReflect

func (x *GetContractIdResult) ProtoReflect() protoreflect.Message

func (*GetContractIdResult) Reset

func (x *GetContractIdResult) Reset()

func (*GetContractIdResult) String

func (x *GetContractIdResult) String() string

type GetContractMetadataArguments

type GetContractMetadataArguments struct {
	ContractId []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContractMetadataArguments) Descriptor deprecated

func (*GetContractMetadataArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetContractMetadataArguments.ProtoReflect.Descriptor instead.

func (*GetContractMetadataArguments) GetContractId

func (x *GetContractMetadataArguments) GetContractId() []byte

func (*GetContractMetadataArguments) ProtoMessage

func (*GetContractMetadataArguments) ProtoMessage()

func (*GetContractMetadataArguments) ProtoReflect

func (*GetContractMetadataArguments) Reset

func (x *GetContractMetadataArguments) Reset()

func (*GetContractMetadataArguments) String

type GetContractMetadataResult

type GetContractMetadataResult struct {
	Value *ContractMetadataObject `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContractMetadataResult) Descriptor deprecated

func (*GetContractMetadataResult) Descriptor() ([]byte, []int)

Deprecated: Use GetContractMetadataResult.ProtoReflect.Descriptor instead.

func (*GetContractMetadataResult) GetValue

func (*GetContractMetadataResult) ProtoMessage

func (*GetContractMetadataResult) ProtoMessage()

func (*GetContractMetadataResult) ProtoReflect

func (*GetContractMetadataResult) Reset

func (x *GetContractMetadataResult) Reset()

func (*GetContractMetadataResult) String

func (x *GetContractMetadataResult) String() string

type GetHeadInfoArguments

type GetHeadInfoArguments struct {
	// contains filtered or unexported fields
}

func (*GetHeadInfoArguments) Descriptor deprecated

func (*GetHeadInfoArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetHeadInfoArguments.ProtoReflect.Descriptor instead.

func (*GetHeadInfoArguments) ProtoMessage

func (*GetHeadInfoArguments) ProtoMessage()

func (*GetHeadInfoArguments) ProtoReflect

func (x *GetHeadInfoArguments) ProtoReflect() protoreflect.Message

func (*GetHeadInfoArguments) Reset

func (x *GetHeadInfoArguments) Reset()

func (*GetHeadInfoArguments) String

func (x *GetHeadInfoArguments) String() string

type GetHeadInfoResult

type GetHeadInfoResult struct {
	Value *HeadInfo `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHeadInfoResult) Descriptor deprecated

func (*GetHeadInfoResult) Descriptor() ([]byte, []int)

Deprecated: Use GetHeadInfoResult.ProtoReflect.Descriptor instead.

func (*GetHeadInfoResult) GetValue

func (x *GetHeadInfoResult) GetValue() *HeadInfo

func (*GetHeadInfoResult) ProtoMessage

func (*GetHeadInfoResult) ProtoMessage()

func (*GetHeadInfoResult) ProtoReflect

func (x *GetHeadInfoResult) ProtoReflect() protoreflect.Message

func (*GetHeadInfoResult) Reset

func (x *GetHeadInfoResult) Reset()

func (*GetHeadInfoResult) String

func (x *GetHeadInfoResult) String() string

type GetLastIrreversibleBlockArguments

type GetLastIrreversibleBlockArguments struct {
	// contains filtered or unexported fields
}

func (*GetLastIrreversibleBlockArguments) Descriptor deprecated

func (*GetLastIrreversibleBlockArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetLastIrreversibleBlockArguments.ProtoReflect.Descriptor instead.

func (*GetLastIrreversibleBlockArguments) ProtoMessage

func (*GetLastIrreversibleBlockArguments) ProtoMessage()

func (*GetLastIrreversibleBlockArguments) ProtoReflect

func (*GetLastIrreversibleBlockArguments) Reset

func (*GetLastIrreversibleBlockArguments) String

type GetLastIrreversibleBlockResult

type GetLastIrreversibleBlockResult struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLastIrreversibleBlockResult) Descriptor deprecated

func (*GetLastIrreversibleBlockResult) Descriptor() ([]byte, []int)

Deprecated: Use GetLastIrreversibleBlockResult.ProtoReflect.Descriptor instead.

func (*GetLastIrreversibleBlockResult) GetValue

func (x *GetLastIrreversibleBlockResult) GetValue() uint64

func (*GetLastIrreversibleBlockResult) ProtoMessage

func (*GetLastIrreversibleBlockResult) ProtoMessage()

func (*GetLastIrreversibleBlockResult) ProtoReflect

func (*GetLastIrreversibleBlockResult) Reset

func (x *GetLastIrreversibleBlockResult) Reset()

func (*GetLastIrreversibleBlockResult) String

type GetNextObjectArguments

type GetNextObjectArguments struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNextObjectArguments) Descriptor deprecated

func (*GetNextObjectArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetNextObjectArguments.ProtoReflect.Descriptor instead.

func (*GetNextObjectArguments) GetKey

func (x *GetNextObjectArguments) GetKey() []byte

func (*GetNextObjectArguments) GetSpace

func (x *GetNextObjectArguments) GetSpace() *ObjectSpace

func (*GetNextObjectArguments) ProtoMessage

func (*GetNextObjectArguments) ProtoMessage()

func (*GetNextObjectArguments) ProtoReflect

func (x *GetNextObjectArguments) ProtoReflect() protoreflect.Message

func (*GetNextObjectArguments) Reset

func (x *GetNextObjectArguments) Reset()

func (*GetNextObjectArguments) String

func (x *GetNextObjectArguments) String() string

type GetNextObjectResult

type GetNextObjectResult struct {
	Value *DatabaseObject `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNextObjectResult) Descriptor deprecated

func (*GetNextObjectResult) Descriptor() ([]byte, []int)

Deprecated: Use GetNextObjectResult.ProtoReflect.Descriptor instead.

func (*GetNextObjectResult) GetValue

func (x *GetNextObjectResult) GetValue() *DatabaseObject

func (*GetNextObjectResult) ProtoMessage

func (*GetNextObjectResult) ProtoMessage()

func (*GetNextObjectResult) ProtoReflect

func (x *GetNextObjectResult) ProtoReflect() protoreflect.Message

func (*GetNextObjectResult) Reset

func (x *GetNextObjectResult) Reset()

func (*GetNextObjectResult) String

func (x *GetNextObjectResult) String() string

type GetObjectArguments

type GetObjectArguments struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectArguments) Descriptor deprecated

func (*GetObjectArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetObjectArguments.ProtoReflect.Descriptor instead.

func (*GetObjectArguments) GetKey

func (x *GetObjectArguments) GetKey() []byte

func (*GetObjectArguments) GetSpace

func (x *GetObjectArguments) GetSpace() *ObjectSpace

func (*GetObjectArguments) ProtoMessage

func (*GetObjectArguments) ProtoMessage()

func (*GetObjectArguments) ProtoReflect

func (x *GetObjectArguments) ProtoReflect() protoreflect.Message

func (*GetObjectArguments) Reset

func (x *GetObjectArguments) Reset()

func (*GetObjectArguments) String

func (x *GetObjectArguments) String() string

type GetObjectResult

type GetObjectResult struct {
	Value *DatabaseObject `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetObjectResult) Descriptor deprecated

func (*GetObjectResult) Descriptor() ([]byte, []int)

Deprecated: Use GetObjectResult.ProtoReflect.Descriptor instead.

func (*GetObjectResult) GetValue

func (x *GetObjectResult) GetValue() *DatabaseObject

func (*GetObjectResult) ProtoMessage

func (*GetObjectResult) ProtoMessage()

func (*GetObjectResult) ProtoReflect

func (x *GetObjectResult) ProtoReflect() protoreflect.Message

func (*GetObjectResult) Reset

func (x *GetObjectResult) Reset()

func (*GetObjectResult) String

func (x *GetObjectResult) String() string

type GetOperationArguments

type GetOperationArguments struct {
	// contains filtered or unexported fields
}

func (*GetOperationArguments) Descriptor deprecated

func (*GetOperationArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationArguments.ProtoReflect.Descriptor instead.

func (*GetOperationArguments) ProtoMessage

func (*GetOperationArguments) ProtoMessage()

func (*GetOperationArguments) ProtoReflect

func (x *GetOperationArguments) ProtoReflect() protoreflect.Message

func (*GetOperationArguments) Reset

func (x *GetOperationArguments) Reset()

func (*GetOperationArguments) String

func (x *GetOperationArguments) String() string

type GetOperationResult

type GetOperationResult struct {
	Value *protocol.Operation `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOperationResult) Descriptor deprecated

func (*GetOperationResult) Descriptor() ([]byte, []int)

Deprecated: Use GetOperationResult.ProtoReflect.Descriptor instead.

func (*GetOperationResult) GetValue

func (x *GetOperationResult) GetValue() *protocol.Operation

func (*GetOperationResult) ProtoMessage

func (*GetOperationResult) ProtoMessage()

func (*GetOperationResult) ProtoReflect

func (x *GetOperationResult) ProtoReflect() protoreflect.Message

func (*GetOperationResult) Reset

func (x *GetOperationResult) Reset()

func (*GetOperationResult) String

func (x *GetOperationResult) String() string

type GetPrevObjectArguments

type GetPrevObjectArguments struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrevObjectArguments) Descriptor deprecated

func (*GetPrevObjectArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetPrevObjectArguments.ProtoReflect.Descriptor instead.

func (*GetPrevObjectArguments) GetKey

func (x *GetPrevObjectArguments) GetKey() []byte

func (*GetPrevObjectArguments) GetSpace

func (x *GetPrevObjectArguments) GetSpace() *ObjectSpace

func (*GetPrevObjectArguments) ProtoMessage

func (*GetPrevObjectArguments) ProtoMessage()

func (*GetPrevObjectArguments) ProtoReflect

func (x *GetPrevObjectArguments) ProtoReflect() protoreflect.Message

func (*GetPrevObjectArguments) Reset

func (x *GetPrevObjectArguments) Reset()

func (*GetPrevObjectArguments) String

func (x *GetPrevObjectArguments) String() string

type GetPrevObjectResult

type GetPrevObjectResult struct {
	Value *DatabaseObject `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrevObjectResult) Descriptor deprecated

func (*GetPrevObjectResult) Descriptor() ([]byte, []int)

Deprecated: Use GetPrevObjectResult.ProtoReflect.Descriptor instead.

func (*GetPrevObjectResult) GetValue

func (x *GetPrevObjectResult) GetValue() *DatabaseObject

func (*GetPrevObjectResult) ProtoMessage

func (*GetPrevObjectResult) ProtoMessage()

func (*GetPrevObjectResult) ProtoReflect

func (x *GetPrevObjectResult) ProtoReflect() protoreflect.Message

func (*GetPrevObjectResult) Reset

func (x *GetPrevObjectResult) Reset()

func (*GetPrevObjectResult) String

func (x *GetPrevObjectResult) String() string

type GetResourceLimitsArguments

type GetResourceLimitsArguments struct {
	// contains filtered or unexported fields
}

func (*GetResourceLimitsArguments) Descriptor deprecated

func (*GetResourceLimitsArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetResourceLimitsArguments.ProtoReflect.Descriptor instead.

func (*GetResourceLimitsArguments) ProtoMessage

func (*GetResourceLimitsArguments) ProtoMessage()

func (*GetResourceLimitsArguments) ProtoReflect

func (*GetResourceLimitsArguments) Reset

func (x *GetResourceLimitsArguments) Reset()

func (*GetResourceLimitsArguments) String

func (x *GetResourceLimitsArguments) String() string

type GetResourceLimitsResult

type GetResourceLimitsResult struct {
	Value *ResourceLimitData `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetResourceLimitsResult) Descriptor deprecated

func (*GetResourceLimitsResult) Descriptor() ([]byte, []int)

Deprecated: Use GetResourceLimitsResult.ProtoReflect.Descriptor instead.

func (*GetResourceLimitsResult) GetValue

func (*GetResourceLimitsResult) ProtoMessage

func (*GetResourceLimitsResult) ProtoMessage()

func (*GetResourceLimitsResult) ProtoReflect

func (x *GetResourceLimitsResult) ProtoReflect() protoreflect.Message

func (*GetResourceLimitsResult) Reset

func (x *GetResourceLimitsResult) Reset()

func (*GetResourceLimitsResult) String

func (x *GetResourceLimitsResult) String() string

type GetTransactionArguments

type GetTransactionArguments struct {
	// contains filtered or unexported fields
}

func (*GetTransactionArguments) Descriptor deprecated

func (*GetTransactionArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionArguments.ProtoReflect.Descriptor instead.

func (*GetTransactionArguments) ProtoMessage

func (*GetTransactionArguments) ProtoMessage()

func (*GetTransactionArguments) ProtoReflect

func (x *GetTransactionArguments) ProtoReflect() protoreflect.Message

func (*GetTransactionArguments) Reset

func (x *GetTransactionArguments) Reset()

func (*GetTransactionArguments) String

func (x *GetTransactionArguments) String() string

type GetTransactionFieldArguments

type GetTransactionFieldArguments struct {
	Field string `protobuf:"bytes,1,opt,name=field,proto3" json:"field,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionFieldArguments) Descriptor deprecated

func (*GetTransactionFieldArguments) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionFieldArguments.ProtoReflect.Descriptor instead.

func (*GetTransactionFieldArguments) GetField

func (x *GetTransactionFieldArguments) GetField() string

func (*GetTransactionFieldArguments) ProtoMessage

func (*GetTransactionFieldArguments) ProtoMessage()

func (*GetTransactionFieldArguments) ProtoReflect

func (*GetTransactionFieldArguments) Reset

func (x *GetTransactionFieldArguments) Reset()

func (*GetTransactionFieldArguments) String

type GetTransactionFieldResult

type GetTransactionFieldResult struct {
	Value *ValueType `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionFieldResult) Descriptor deprecated

func (*GetTransactionFieldResult) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionFieldResult.ProtoReflect.Descriptor instead.

func (*GetTransactionFieldResult) GetValue

func (x *GetTransactionFieldResult) GetValue() *ValueType

func (*GetTransactionFieldResult) ProtoMessage

func (*GetTransactionFieldResult) ProtoMessage()

func (*GetTransactionFieldResult) ProtoReflect

func (*GetTransactionFieldResult) Reset

func (x *GetTransactionFieldResult) Reset()

func (*GetTransactionFieldResult) String

func (x *GetTransactionFieldResult) String() string

type GetTransactionResult

type GetTransactionResult struct {
	Value *protocol.Transaction `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionResult) Descriptor deprecated

func (*GetTransactionResult) Descriptor() ([]byte, []int)

Deprecated: Use GetTransactionResult.ProtoReflect.Descriptor instead.

func (*GetTransactionResult) GetValue

func (x *GetTransactionResult) GetValue() *protocol.Transaction

func (*GetTransactionResult) ProtoMessage

func (*GetTransactionResult) ProtoMessage()

func (*GetTransactionResult) ProtoReflect

func (x *GetTransactionResult) ProtoReflect() protoreflect.Message

func (*GetTransactionResult) Reset

func (x *GetTransactionResult) Reset()

func (*GetTransactionResult) String

func (x *GetTransactionResult) String() string

type HashArguments

type HashArguments struct {
	Code uint64 `protobuf:"varint,1,opt,name=code,proto3" json:"code,omitempty"`
	Obj  []byte `protobuf:"bytes,2,opt,name=obj,proto3" json:"obj,omitempty"`
	Size uint64 `protobuf:"varint,3,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*HashArguments) Descriptor deprecated

func (*HashArguments) Descriptor() ([]byte, []int)

Deprecated: Use HashArguments.ProtoReflect.Descriptor instead.

func (*HashArguments) GetCode

func (x *HashArguments) GetCode() uint64

func (*HashArguments) GetObj

func (x *HashArguments) GetObj() []byte

func (*HashArguments) GetSize

func (x *HashArguments) GetSize() uint64

func (*HashArguments) ProtoMessage

func (*HashArguments) ProtoMessage()

func (*HashArguments) ProtoReflect

func (x *HashArguments) ProtoReflect() protoreflect.Message

func (*HashArguments) Reset

func (x *HashArguments) Reset()

func (*HashArguments) String

func (x *HashArguments) String() string

type HashResult

type HashResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HashResult) Descriptor deprecated

func (*HashResult) Descriptor() ([]byte, []int)

Deprecated: Use HashResult.ProtoReflect.Descriptor instead.

func (*HashResult) GetValue

func (x *HashResult) GetValue() []byte

func (*HashResult) ProtoMessage

func (*HashResult) ProtoMessage()

func (*HashResult) ProtoReflect

func (x *HashResult) ProtoReflect() protoreflect.Message

func (*HashResult) Reset

func (x *HashResult) Reset()

func (*HashResult) String

func (x *HashResult) String() string

type HeadInfo

type HeadInfo struct {
	HeadTopology          *koinos.BlockTopology `protobuf:"bytes,1,opt,name=head_topology,json=headTopology,proto3" json:"head_topology,omitempty"`
	HeadBlockTime         uint64                `protobuf:"varint,2,opt,name=head_block_time,json=headBlockTime,proto3" json:"head_block_time,omitempty"`
	LastIrreversibleBlock uint64                `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*HeadInfo) Descriptor deprecated

func (*HeadInfo) Descriptor() ([]byte, []int)

Deprecated: Use HeadInfo.ProtoReflect.Descriptor instead.

func (*HeadInfo) GetHeadBlockTime

func (x *HeadInfo) GetHeadBlockTime() uint64

func (*HeadInfo) GetHeadTopology

func (x *HeadInfo) GetHeadTopology() *koinos.BlockTopology

func (*HeadInfo) GetLastIrreversibleBlock

func (x *HeadInfo) GetLastIrreversibleBlock() uint64

func (*HeadInfo) ProtoMessage

func (*HeadInfo) ProtoMessage()

func (*HeadInfo) ProtoReflect

func (x *HeadInfo) ProtoReflect() protoreflect.Message

func (*HeadInfo) Reset

func (x *HeadInfo) Reset()

func (*HeadInfo) String

func (x *HeadInfo) String() string

type ListType

type ListType struct {
	Values []*ValueType `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*ListType) Descriptor deprecated

func (*ListType) Descriptor() ([]byte, []int)

Deprecated: Use ListType.ProtoReflect.Descriptor instead.

func (*ListType) GetValues

func (x *ListType) GetValues() []*ValueType

func (*ListType) ProtoMessage

func (*ListType) ProtoMessage()

func (*ListType) ProtoReflect

func (x *ListType) ProtoReflect() protoreflect.Message

func (*ListType) Reset

func (x *ListType) Reset()

func (*ListType) String

func (x *ListType) String() string

type LogArguments

type LogArguments struct {
	Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*LogArguments) Descriptor deprecated

func (*LogArguments) Descriptor() ([]byte, []int)

Deprecated: Use LogArguments.ProtoReflect.Descriptor instead.

func (*LogArguments) GetMessage

func (x *LogArguments) GetMessage() string

func (*LogArguments) ProtoMessage

func (*LogArguments) ProtoMessage()

func (*LogArguments) ProtoReflect

func (x *LogArguments) ProtoReflect() protoreflect.Message

func (*LogArguments) Reset

func (x *LogArguments) Reset()

func (*LogArguments) String

func (x *LogArguments) String() string

type LogResult

type LogResult struct {
	// contains filtered or unexported fields
}

func (*LogResult) Descriptor deprecated

func (*LogResult) Descriptor() ([]byte, []int)

Deprecated: Use LogResult.ProtoReflect.Descriptor instead.

func (*LogResult) ProtoMessage

func (*LogResult) ProtoMessage()

func (*LogResult) ProtoReflect

func (x *LogResult) ProtoReflect() protoreflect.Message

func (*LogResult) Reset

func (x *LogResult) Reset()

func (*LogResult) String

func (x *LogResult) String() string

type MaxAccountResources

type MaxAccountResources struct {
	Value uint64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*MaxAccountResources) Descriptor deprecated

func (*MaxAccountResources) Descriptor() ([]byte, []int)

Deprecated: Use MaxAccountResources.ProtoReflect.Descriptor instead.

func (*MaxAccountResources) GetValue

func (x *MaxAccountResources) GetValue() uint64

func (*MaxAccountResources) ProtoMessage

func (*MaxAccountResources) ProtoMessage()

func (*MaxAccountResources) ProtoReflect

func (x *MaxAccountResources) ProtoReflect() protoreflect.Message

func (*MaxAccountResources) Reset

func (x *MaxAccountResources) Reset()

func (*MaxAccountResources) String

func (x *MaxAccountResources) String() string

type NopArguments

type NopArguments struct {
	// contains filtered or unexported fields
}

func (*NopArguments) Descriptor deprecated

func (*NopArguments) Descriptor() ([]byte, []int)

Deprecated: Use NopArguments.ProtoReflect.Descriptor instead.

func (*NopArguments) ProtoMessage

func (*NopArguments) ProtoMessage()

func (*NopArguments) ProtoReflect

func (x *NopArguments) ProtoReflect() protoreflect.Message

func (*NopArguments) Reset

func (x *NopArguments) Reset()

func (*NopArguments) String

func (x *NopArguments) String() string

type NopResult

type NopResult struct {
	// contains filtered or unexported fields
}

func (*NopResult) Descriptor deprecated

func (*NopResult) Descriptor() ([]byte, []int)

Deprecated: Use NopResult.ProtoReflect.Descriptor instead.

func (*NopResult) ProtoMessage

func (*NopResult) ProtoMessage()

func (*NopResult) ProtoReflect

func (x *NopResult) ProtoReflect() protoreflect.Message

func (*NopResult) Reset

func (x *NopResult) Reset()

func (*NopResult) String

func (x *NopResult) String() string

type ObjectSpace

type ObjectSpace struct {
	System bool   `protobuf:"varint,1,opt,name=system,proto3" json:"system,omitempty"`
	Zone   []byte `protobuf:"bytes,2,opt,name=zone,proto3" json:"zone,omitempty"`
	Id     uint32 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ObjectSpace) Descriptor deprecated

func (*ObjectSpace) Descriptor() ([]byte, []int)

Deprecated: Use ObjectSpace.ProtoReflect.Descriptor instead.

func (*ObjectSpace) GetId

func (x *ObjectSpace) GetId() uint32

func (*ObjectSpace) GetSystem

func (x *ObjectSpace) GetSystem() bool

func (*ObjectSpace) GetZone

func (x *ObjectSpace) GetZone() []byte

func (*ObjectSpace) ProtoMessage

func (*ObjectSpace) ProtoMessage()

func (*ObjectSpace) ProtoReflect

func (x *ObjectSpace) ProtoReflect() protoreflect.Message

func (*ObjectSpace) Reset

func (x *ObjectSpace) Reset()

func (*ObjectSpace) String

func (x *ObjectSpace) String() string

type PostBlockCallbackArguments

type PostBlockCallbackArguments struct {
	// contains filtered or unexported fields
}

func (*PostBlockCallbackArguments) Descriptor deprecated

func (*PostBlockCallbackArguments) Descriptor() ([]byte, []int)

Deprecated: Use PostBlockCallbackArguments.ProtoReflect.Descriptor instead.

func (*PostBlockCallbackArguments) ProtoMessage

func (*PostBlockCallbackArguments) ProtoMessage()

func (*PostBlockCallbackArguments) ProtoReflect

func (*PostBlockCallbackArguments) Reset

func (x *PostBlockCallbackArguments) Reset()

func (*PostBlockCallbackArguments) String

func (x *PostBlockCallbackArguments) String() string

type PostBlockCallbackResult

type PostBlockCallbackResult struct {
	// contains filtered or unexported fields
}

func (*PostBlockCallbackResult) Descriptor deprecated

func (*PostBlockCallbackResult) Descriptor() ([]byte, []int)

Deprecated: Use PostBlockCallbackResult.ProtoReflect.Descriptor instead.

func (*PostBlockCallbackResult) ProtoMessage

func (*PostBlockCallbackResult) ProtoMessage()

func (*PostBlockCallbackResult) ProtoReflect

func (x *PostBlockCallbackResult) ProtoReflect() protoreflect.Message

func (*PostBlockCallbackResult) Reset

func (x *PostBlockCallbackResult) Reset()

func (*PostBlockCallbackResult) String

func (x *PostBlockCallbackResult) String() string

type PostTransactionCallbackArguments

type PostTransactionCallbackArguments struct {
	// contains filtered or unexported fields
}

func (*PostTransactionCallbackArguments) Descriptor deprecated

func (*PostTransactionCallbackArguments) Descriptor() ([]byte, []int)

Deprecated: Use PostTransactionCallbackArguments.ProtoReflect.Descriptor instead.

func (*PostTransactionCallbackArguments) ProtoMessage

func (*PostTransactionCallbackArguments) ProtoMessage()

func (*PostTransactionCallbackArguments) ProtoReflect

func (*PostTransactionCallbackArguments) Reset

func (*PostTransactionCallbackArguments) String

type PostTransactionCallbackResult

type PostTransactionCallbackResult struct {
	// contains filtered or unexported fields
}

func (*PostTransactionCallbackResult) Descriptor deprecated

func (*PostTransactionCallbackResult) Descriptor() ([]byte, []int)

Deprecated: Use PostTransactionCallbackResult.ProtoReflect.Descriptor instead.

func (*PostTransactionCallbackResult) ProtoMessage

func (*PostTransactionCallbackResult) ProtoMessage()

func (*PostTransactionCallbackResult) ProtoReflect

func (*PostTransactionCallbackResult) Reset

func (x *PostTransactionCallbackResult) Reset()

func (*PostTransactionCallbackResult) String

type PreBlockCallbackArguments

type PreBlockCallbackArguments struct {
	// contains filtered or unexported fields
}

func (*PreBlockCallbackArguments) Descriptor deprecated

func (*PreBlockCallbackArguments) Descriptor() ([]byte, []int)

Deprecated: Use PreBlockCallbackArguments.ProtoReflect.Descriptor instead.

func (*PreBlockCallbackArguments) ProtoMessage

func (*PreBlockCallbackArguments) ProtoMessage()

func (*PreBlockCallbackArguments) ProtoReflect

func (*PreBlockCallbackArguments) Reset

func (x *PreBlockCallbackArguments) Reset()

func (*PreBlockCallbackArguments) String

func (x *PreBlockCallbackArguments) String() string

type PreBlockCallbackResult

type PreBlockCallbackResult struct {
	// contains filtered or unexported fields
}

func (*PreBlockCallbackResult) Descriptor deprecated

func (*PreBlockCallbackResult) Descriptor() ([]byte, []int)

Deprecated: Use PreBlockCallbackResult.ProtoReflect.Descriptor instead.

func (*PreBlockCallbackResult) ProtoMessage

func (*PreBlockCallbackResult) ProtoMessage()

func (*PreBlockCallbackResult) ProtoReflect

func (x *PreBlockCallbackResult) ProtoReflect() protoreflect.Message

func (*PreBlockCallbackResult) Reset

func (x *PreBlockCallbackResult) Reset()

func (*PreBlockCallbackResult) String

func (x *PreBlockCallbackResult) String() string

type PreTransactionCallbackArguments

type PreTransactionCallbackArguments struct {
	// contains filtered or unexported fields
}

func (*PreTransactionCallbackArguments) Descriptor deprecated

func (*PreTransactionCallbackArguments) Descriptor() ([]byte, []int)

Deprecated: Use PreTransactionCallbackArguments.ProtoReflect.Descriptor instead.

func (*PreTransactionCallbackArguments) ProtoMessage

func (*PreTransactionCallbackArguments) ProtoMessage()

func (*PreTransactionCallbackArguments) ProtoReflect

func (*PreTransactionCallbackArguments) Reset

func (*PreTransactionCallbackArguments) String

type PreTransactionCallbackResult

type PreTransactionCallbackResult struct {
	// contains filtered or unexported fields
}

func (*PreTransactionCallbackResult) Descriptor deprecated

func (*PreTransactionCallbackResult) Descriptor() ([]byte, []int)

Deprecated: Use PreTransactionCallbackResult.ProtoReflect.Descriptor instead.

func (*PreTransactionCallbackResult) ProtoMessage

func (*PreTransactionCallbackResult) ProtoMessage()

func (*PreTransactionCallbackResult) ProtoReflect

func (*PreTransactionCallbackResult) Reset

func (x *PreTransactionCallbackResult) Reset()

func (*PreTransactionCallbackResult) String

type Privilege

type Privilege int32
const (
	Privilege_kernel_mode Privilege = 0
	Privilege_user_mode   Privilege = 1
)

func (Privilege) Descriptor

func (Privilege) Descriptor() protoreflect.EnumDescriptor

func (Privilege) Enum

func (x Privilege) Enum() *Privilege

func (Privilege) EnumDescriptor deprecated

func (Privilege) EnumDescriptor() ([]byte, []int)

Deprecated: Use Privilege.Descriptor instead.

func (Privilege) Number

func (x Privilege) Number() protoreflect.EnumNumber

func (Privilege) String

func (x Privilege) String() string

func (Privilege) Type

type ProcessBlockSignatureArguments

type ProcessBlockSignatureArguments struct {
	Digest    []byte                `protobuf:"bytes,1,opt,name=digest,proto3" json:"digest,omitempty"`
	Header    *protocol.BlockHeader `protobuf:"bytes,2,opt,name=header,proto3" json:"header,omitempty"`
	Signature []byte                `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessBlockSignatureArguments) Descriptor deprecated

func (*ProcessBlockSignatureArguments) Descriptor() ([]byte, []int)

Deprecated: Use ProcessBlockSignatureArguments.ProtoReflect.Descriptor instead.

func (*ProcessBlockSignatureArguments) GetDigest

func (x *ProcessBlockSignatureArguments) GetDigest() []byte

func (*ProcessBlockSignatureArguments) GetHeader

func (*ProcessBlockSignatureArguments) GetSignature

func (x *ProcessBlockSignatureArguments) GetSignature() []byte

func (*ProcessBlockSignatureArguments) ProtoMessage

func (*ProcessBlockSignatureArguments) ProtoMessage()

func (*ProcessBlockSignatureArguments) ProtoReflect

func (*ProcessBlockSignatureArguments) Reset

func (x *ProcessBlockSignatureArguments) Reset()

func (*ProcessBlockSignatureArguments) String

type ProcessBlockSignatureResult

type ProcessBlockSignatureResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*ProcessBlockSignatureResult) Descriptor deprecated

func (*ProcessBlockSignatureResult) Descriptor() ([]byte, []int)

Deprecated: Use ProcessBlockSignatureResult.ProtoReflect.Descriptor instead.

func (*ProcessBlockSignatureResult) GetValue

func (x *ProcessBlockSignatureResult) GetValue() bool

func (*ProcessBlockSignatureResult) ProtoMessage

func (*ProcessBlockSignatureResult) ProtoMessage()

func (*ProcessBlockSignatureResult) ProtoReflect

func (*ProcessBlockSignatureResult) Reset

func (x *ProcessBlockSignatureResult) Reset()

func (*ProcessBlockSignatureResult) String

func (x *ProcessBlockSignatureResult) String() string

type PutObjectArguments

type PutObjectArguments struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	Obj   []byte       `protobuf:"bytes,3,opt,name=obj,proto3" json:"obj,omitempty"`
	// contains filtered or unexported fields
}

func (*PutObjectArguments) Descriptor deprecated

func (*PutObjectArguments) Descriptor() ([]byte, []int)

Deprecated: Use PutObjectArguments.ProtoReflect.Descriptor instead.

func (*PutObjectArguments) GetKey

func (x *PutObjectArguments) GetKey() []byte

func (*PutObjectArguments) GetObj

func (x *PutObjectArguments) GetObj() []byte

func (*PutObjectArguments) GetSpace

func (x *PutObjectArguments) GetSpace() *ObjectSpace

func (*PutObjectArguments) ProtoMessage

func (*PutObjectArguments) ProtoMessage()

func (*PutObjectArguments) ProtoReflect

func (x *PutObjectArguments) ProtoReflect() protoreflect.Message

func (*PutObjectArguments) Reset

func (x *PutObjectArguments) Reset()

func (*PutObjectArguments) String

func (x *PutObjectArguments) String() string

type PutObjectResult

type PutObjectResult struct {
	// contains filtered or unexported fields
}

func (*PutObjectResult) Descriptor deprecated

func (*PutObjectResult) Descriptor() ([]byte, []int)

Deprecated: Use PutObjectResult.ProtoReflect.Descriptor instead.

func (*PutObjectResult) ProtoMessage

func (*PutObjectResult) ProtoMessage()

func (*PutObjectResult) ProtoReflect

func (x *PutObjectResult) ProtoReflect() protoreflect.Message

func (*PutObjectResult) Reset

func (x *PutObjectResult) Reset()

func (*PutObjectResult) String

func (x *PutObjectResult) String() string

type RecoverPublicKeyArguments

type RecoverPublicKeyArguments struct {
	Type       Dsa    `protobuf:"varint,1,opt,name=type,proto3,enum=koinos.chain.Dsa" json:"type,omitempty"`
	Signature  []byte `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	Digest     []byte `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	Compressed bool   `protobuf:"varint,4,opt,name=compressed,proto3" json:"compressed,omitempty"`
	// contains filtered or unexported fields
}

func (*RecoverPublicKeyArguments) Descriptor deprecated

func (*RecoverPublicKeyArguments) Descriptor() ([]byte, []int)

Deprecated: Use RecoverPublicKeyArguments.ProtoReflect.Descriptor instead.

func (*RecoverPublicKeyArguments) GetCompressed

func (x *RecoverPublicKeyArguments) GetCompressed() bool

func (*RecoverPublicKeyArguments) GetDigest

func (x *RecoverPublicKeyArguments) GetDigest() []byte

func (*RecoverPublicKeyArguments) GetSignature

func (x *RecoverPublicKeyArguments) GetSignature() []byte

func (*RecoverPublicKeyArguments) GetType

func (x *RecoverPublicKeyArguments) GetType() Dsa

func (*RecoverPublicKeyArguments) ProtoMessage

func (*RecoverPublicKeyArguments) ProtoMessage()

func (*RecoverPublicKeyArguments) ProtoReflect

func (*RecoverPublicKeyArguments) Reset

func (x *RecoverPublicKeyArguments) Reset()

func (*RecoverPublicKeyArguments) String

func (x *RecoverPublicKeyArguments) String() string

type RecoverPublicKeyResult

type RecoverPublicKeyResult struct {
	Value []byte `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*RecoverPublicKeyResult) Descriptor deprecated

func (*RecoverPublicKeyResult) Descriptor() ([]byte, []int)

Deprecated: Use RecoverPublicKeyResult.ProtoReflect.Descriptor instead.

func (*RecoverPublicKeyResult) GetValue

func (x *RecoverPublicKeyResult) GetValue() []byte

func (*RecoverPublicKeyResult) ProtoMessage

func (*RecoverPublicKeyResult) ProtoMessage()

func (*RecoverPublicKeyResult) ProtoReflect

func (x *RecoverPublicKeyResult) ProtoReflect() protoreflect.Message

func (*RecoverPublicKeyResult) Reset

func (x *RecoverPublicKeyResult) Reset()

func (*RecoverPublicKeyResult) String

func (x *RecoverPublicKeyResult) String() string

type RemoveObjectArguments

type RemoveObjectArguments struct {
	Space *ObjectSpace `protobuf:"bytes,1,opt,name=space,proto3" json:"space,omitempty"`
	Key   []byte       `protobuf:"bytes,2,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveObjectArguments) Descriptor deprecated

func (*RemoveObjectArguments) Descriptor() ([]byte, []int)

Deprecated: Use RemoveObjectArguments.ProtoReflect.Descriptor instead.

func (*RemoveObjectArguments) GetKey

func (x *RemoveObjectArguments) GetKey() []byte

func (*RemoveObjectArguments) GetSpace

func (x *RemoveObjectArguments) GetSpace() *ObjectSpace

func (*RemoveObjectArguments) ProtoMessage

func (*RemoveObjectArguments) ProtoMessage()

func (*RemoveObjectArguments) ProtoReflect

func (x *RemoveObjectArguments) ProtoReflect() protoreflect.Message

func (*RemoveObjectArguments) Reset

func (x *RemoveObjectArguments) Reset()

func (*RemoveObjectArguments) String

func (x *RemoveObjectArguments) String() string

type RemoveObjectResult

type RemoveObjectResult struct {
	// contains filtered or unexported fields
}

func (*RemoveObjectResult) Descriptor deprecated

func (*RemoveObjectResult) Descriptor() ([]byte, []int)

Deprecated: Use RemoveObjectResult.ProtoReflect.Descriptor instead.

func (*RemoveObjectResult) ProtoMessage

func (*RemoveObjectResult) ProtoMessage()

func (*RemoveObjectResult) ProtoReflect

func (x *RemoveObjectResult) ProtoReflect() protoreflect.Message

func (*RemoveObjectResult) Reset

func (x *RemoveObjectResult) Reset()

func (*RemoveObjectResult) String

func (x *RemoveObjectResult) String() string

type ResourceLimitData

type ResourceLimitData struct {
	DiskStorageLimit      uint64 `protobuf:"varint,1,opt,name=disk_storage_limit,json=diskStorageLimit,proto3" json:"disk_storage_limit,omitempty"`
	DiskStorageCost       uint64 `protobuf:"varint,2,opt,name=disk_storage_cost,json=diskStorageCost,proto3" json:"disk_storage_cost,omitempty"`
	NetworkBandwidthLimit uint64 `` /* 127-byte string literal not displayed */
	NetworkBandwidthCost  uint64 `protobuf:"varint,4,opt,name=network_bandwidth_cost,json=networkBandwidthCost,proto3" json:"network_bandwidth_cost,omitempty"`
	ComputeBandwidthLimit uint64 `` /* 127-byte string literal not displayed */
	ComputeBandwidthCost  uint64 `protobuf:"varint,6,opt,name=compute_bandwidth_cost,json=computeBandwidthCost,proto3" json:"compute_bandwidth_cost,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceLimitData) Descriptor deprecated

func (*ResourceLimitData) Descriptor() ([]byte, []int)

Deprecated: Use ResourceLimitData.ProtoReflect.Descriptor instead.

func (*ResourceLimitData) GetComputeBandwidthCost

func (x *ResourceLimitData) GetComputeBandwidthCost() uint64

func (*ResourceLimitData) GetComputeBandwidthLimit

func (x *ResourceLimitData) GetComputeBandwidthLimit() uint64

func (*ResourceLimitData) GetDiskStorageCost

func (x *ResourceLimitData) GetDiskStorageCost() uint64

func (*ResourceLimitData) GetDiskStorageLimit

func (x *ResourceLimitData) GetDiskStorageLimit() uint64

func (*ResourceLimitData) GetNetworkBandwidthCost

func (x *ResourceLimitData) GetNetworkBandwidthCost() uint64

func (*ResourceLimitData) GetNetworkBandwidthLimit

func (x *ResourceLimitData) GetNetworkBandwidthLimit() uint64

func (*ResourceLimitData) ProtoMessage

func (*ResourceLimitData) ProtoMessage()

func (*ResourceLimitData) ProtoReflect

func (x *ResourceLimitData) ProtoReflect() protoreflect.Message

func (*ResourceLimitData) Reset

func (x *ResourceLimitData) Reset()

func (*ResourceLimitData) String

func (x *ResourceLimitData) String() string

type Result

type Result struct {

	// Types that are assignable to Value:
	//	*Result_Object
	//	*Result_Error
	Value isResult_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

func (*Result) Descriptor deprecated

func (*Result) Descriptor() ([]byte, []int)

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetError

func (x *Result) GetError() *ErrorData

func (*Result) GetObject

func (x *Result) GetObject() []byte

func (*Result) GetValue

func (m *Result) GetValue() isResult_Value

func (*Result) ProtoMessage

func (*Result) ProtoMessage()

func (*Result) ProtoReflect

func (x *Result) ProtoReflect() protoreflect.Message

func (*Result) Reset

func (x *Result) Reset()

func (*Result) String

func (x *Result) String() string

type Result_Error

type Result_Error struct {
	Error *ErrorData `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type Result_Object

type Result_Object struct {
	Object []byte `protobuf:"bytes,1,opt,name=object,proto3,oneof"`
}

type SetAccountNonceArguments

type SetAccountNonceArguments struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Nonce   []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*SetAccountNonceArguments) Descriptor deprecated

func (*SetAccountNonceArguments) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountNonceArguments.ProtoReflect.Descriptor instead.

func (*SetAccountNonceArguments) GetAccount

func (x *SetAccountNonceArguments) GetAccount() []byte

func (*SetAccountNonceArguments) GetNonce

func (x *SetAccountNonceArguments) GetNonce() []byte

func (*SetAccountNonceArguments) ProtoMessage

func (*SetAccountNonceArguments) ProtoMessage()

func (*SetAccountNonceArguments) ProtoReflect

func (x *SetAccountNonceArguments) ProtoReflect() protoreflect.Message

func (*SetAccountNonceArguments) Reset

func (x *SetAccountNonceArguments) Reset()

func (*SetAccountNonceArguments) String

func (x *SetAccountNonceArguments) String() string

type SetAccountNonceResult

type SetAccountNonceResult struct {
	// contains filtered or unexported fields
}

func (*SetAccountNonceResult) Descriptor deprecated

func (*SetAccountNonceResult) Descriptor() ([]byte, []int)

Deprecated: Use SetAccountNonceResult.ProtoReflect.Descriptor instead.

func (*SetAccountNonceResult) ProtoMessage

func (*SetAccountNonceResult) ProtoMessage()

func (*SetAccountNonceResult) ProtoReflect

func (x *SetAccountNonceResult) ProtoReflect() protoreflect.Message

func (*SetAccountNonceResult) Reset

func (x *SetAccountNonceResult) Reset()

func (*SetAccountNonceResult) String

func (x *SetAccountNonceResult) String() string

type SetSystemCallEvent

type SetSystemCallEvent struct {
	CallId uint32                     `protobuf:"varint,1,opt,name=call_id,json=callId,proto3" json:"call_id,omitempty"`
	Target *protocol.SystemCallTarget `protobuf:"bytes,2,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSystemCallEvent) Descriptor deprecated

func (*SetSystemCallEvent) Descriptor() ([]byte, []int)

Deprecated: Use SetSystemCallEvent.ProtoReflect.Descriptor instead.

func (*SetSystemCallEvent) GetCallId

func (x *SetSystemCallEvent) GetCallId() uint32

func (*SetSystemCallEvent) GetTarget

func (*SetSystemCallEvent) ProtoMessage

func (*SetSystemCallEvent) ProtoMessage()

func (*SetSystemCallEvent) ProtoReflect

func (x *SetSystemCallEvent) ProtoReflect() protoreflect.Message

func (*SetSystemCallEvent) Reset

func (x *SetSystemCallEvent) Reset()

func (*SetSystemCallEvent) String

func (x *SetSystemCallEvent) String() string

type SetSystemContractEvent

type SetSystemContractEvent struct {
	ContractId     []byte `protobuf:"bytes,1,opt,name=contract_id,json=contractId,proto3" json:"contract_id,omitempty"`
	SystemContract bool   `protobuf:"varint,2,opt,name=system_contract,json=systemContract,proto3" json:"system_contract,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSystemContractEvent) Descriptor deprecated

func (*SetSystemContractEvent) Descriptor() ([]byte, []int)

Deprecated: Use SetSystemContractEvent.ProtoReflect.Descriptor instead.

func (*SetSystemContractEvent) GetContractId

func (x *SetSystemContractEvent) GetContractId() []byte

func (*SetSystemContractEvent) GetSystemContract

func (x *SetSystemContractEvent) GetSystemContract() bool

func (*SetSystemContractEvent) ProtoMessage

func (*SetSystemContractEvent) ProtoMessage()

func (*SetSystemContractEvent) ProtoReflect

func (x *SetSystemContractEvent) ProtoReflect() protoreflect.Message

func (*SetSystemContractEvent) Reset

func (x *SetSystemContractEvent) Reset()

func (*SetSystemContractEvent) String

func (x *SetSystemContractEvent) String() string

type SystemCallId

type SystemCallId int32
const (
	SystemCallId_nop SystemCallId = 0
	// General Blockchain Management
	SystemCallId_get_head_info                       SystemCallId = 1
	SystemCallId_apply_block                         SystemCallId = 2
	SystemCallId_apply_transaction                   SystemCallId = 3
	SystemCallId_apply_upload_contract_operation     SystemCallId = 4
	SystemCallId_apply_call_contract_operation       SystemCallId = 5
	SystemCallId_apply_set_system_call_operation     SystemCallId = 6
	SystemCallId_apply_set_system_contract_operation SystemCallId = 7
	SystemCallId_pre_block_callback                  SystemCallId = 8
	SystemCallId_post_block_callback                 SystemCallId = 9
	SystemCallId_pre_transaction_callback            SystemCallId = 10
	SystemCallId_post_transaction_callback           SystemCallId = 11
	SystemCallId_get_chain_id                        SystemCallId = 12
	// System Helpers
	SystemCallId_process_block_signature     SystemCallId = 101
	SystemCallId_get_transaction             SystemCallId = 102
	SystemCallId_get_transaction_field       SystemCallId = 103
	SystemCallId_get_block                   SystemCallId = 104
	SystemCallId_get_block_field             SystemCallId = 105
	SystemCallId_get_last_irreversible_block SystemCallId = 106
	SystemCallId_get_account_nonce           SystemCallId = 107
	SystemCallId_verify_account_nonce        SystemCallId = 108
	SystemCallId_set_account_nonce           SystemCallId = 109
	SystemCallId_check_system_authority      SystemCallId = 110
	SystemCallId_get_operation               SystemCallId = 111
	SystemCallId_get_contract_metadata       SystemCallId = 112
	// Resource Subsystem
	SystemCallId_get_account_rc          SystemCallId = 201
	SystemCallId_consume_account_rc      SystemCallId = 202
	SystemCallId_get_resource_limits     SystemCallId = 203
	SystemCallId_consume_block_resources SystemCallId = 204
	// Database
	SystemCallId_put_object      SystemCallId = 301
	SystemCallId_remove_object   SystemCallId = 302
	SystemCallId_get_object      SystemCallId = 303
	SystemCallId_get_next_object SystemCallId = 304
	SystemCallId_get_prev_object SystemCallId = 305
	// Logging
	SystemCallId_log   SystemCallId = 401
	SystemCallId_event SystemCallId = 402
	// Cryptography
	SystemCallId_hash               SystemCallId = 501
	SystemCallId_recover_public_key SystemCallId = 502
	SystemCallId_verify_merkle_root SystemCallId = 503
	SystemCallId_verify_signature   SystemCallId = 504
	SystemCallId_verify_vrf_proof   SystemCallId = 505
	// Contract Management
	SystemCallId_call            SystemCallId = 601
	SystemCallId_exit            SystemCallId = 602
	SystemCallId_get_arguments   SystemCallId = 603
	SystemCallId_get_contract_id SystemCallId = 604
	SystemCallId_get_caller      SystemCallId = 605
	SystemCallId_check_authority SystemCallId = 606
	// System Management
	SystemCallId_get_contract_name    SystemCallId = 10000
	SystemCallId_get_contract_address SystemCallId = 10001
)

func (SystemCallId) Descriptor

func (SystemCallId) Enum

func (x SystemCallId) Enum() *SystemCallId

func (SystemCallId) EnumDescriptor deprecated

func (SystemCallId) EnumDescriptor() ([]byte, []int)

Deprecated: Use SystemCallId.Descriptor instead.

func (SystemCallId) Number

func (SystemCallId) String

func (x SystemCallId) String() string

func (SystemCallId) Type

type SystemSpaceId

type SystemSpaceId int32
const (
	SystemSpaceId_metadata             SystemSpaceId = 0
	SystemSpaceId_system_call_dispatch SystemSpaceId = 1
	SystemSpaceId_contract_bytecode    SystemSpaceId = 2
	SystemSpaceId_contract_metadata    SystemSpaceId = 3
	SystemSpaceId_transaction_nonce    SystemSpaceId = 4
)

func (SystemSpaceId) Descriptor

func (SystemSpaceId) Enum

func (x SystemSpaceId) Enum() *SystemSpaceId

func (SystemSpaceId) EnumDescriptor deprecated

func (SystemSpaceId) EnumDescriptor() ([]byte, []int)

Deprecated: Use SystemSpaceId.Descriptor instead.

func (SystemSpaceId) Number

func (SystemSpaceId) String

func (x SystemSpaceId) String() string

func (SystemSpaceId) Type

type ValueType

type ValueType struct {

	// Types that are assignable to Kind:
	//	*ValueType_MessageValue
	//	*ValueType_Int32Value
	//	*ValueType_Int64Value
	//	*ValueType_Uint32Value
	//	*ValueType_Uint64Value
	//	*ValueType_Sint32Value
	//	*ValueType_Sint64Value
	//	*ValueType_Fixed32Value
	//	*ValueType_Fixed64Value
	//	*ValueType_Sfixed32Value
	//	*ValueType_Sfixed64Value
	//	*ValueType_BoolValue
	//	*ValueType_StringValue
	//	*ValueType_BytesValue
	Kind isValueType_Kind `protobuf_oneof:"kind"`
	// contains filtered or unexported fields
}

func (*ValueType) Descriptor deprecated

func (*ValueType) Descriptor() ([]byte, []int)

Deprecated: Use ValueType.ProtoReflect.Descriptor instead.

func (*ValueType) GetBoolValue

func (x *ValueType) GetBoolValue() bool

func (*ValueType) GetBytesValue

func (x *ValueType) GetBytesValue() []byte

func (*ValueType) GetFixed32Value

func (x *ValueType) GetFixed32Value() uint32

func (*ValueType) GetFixed64Value

func (x *ValueType) GetFixed64Value() uint64

func (*ValueType) GetInt32Value

func (x *ValueType) GetInt32Value() int32

func (*ValueType) GetInt64Value

func (x *ValueType) GetInt64Value() int64

func (*ValueType) GetKind

func (m *ValueType) GetKind() isValueType_Kind

func (*ValueType) GetMessageValue

func (x *ValueType) GetMessageValue() *anypb.Any

func (*ValueType) GetSfixed32Value

func (x *ValueType) GetSfixed32Value() int32

func (*ValueType) GetSfixed64Value

func (x *ValueType) GetSfixed64Value() int64

func (*ValueType) GetSint32Value

func (x *ValueType) GetSint32Value() int32

func (*ValueType) GetSint64Value

func (x *ValueType) GetSint64Value() int64

func (*ValueType) GetStringValue

func (x *ValueType) GetStringValue() string

func (*ValueType) GetUint32Value

func (x *ValueType) GetUint32Value() uint32

func (*ValueType) GetUint64Value

func (x *ValueType) GetUint64Value() uint64

func (*ValueType) ProtoMessage

func (*ValueType) ProtoMessage()

func (*ValueType) ProtoReflect

func (x *ValueType) ProtoReflect() protoreflect.Message

func (*ValueType) Reset

func (x *ValueType) Reset()

func (*ValueType) String

func (x *ValueType) String() string

type ValueType_BoolValue

type ValueType_BoolValue struct {
	BoolValue bool `protobuf:"varint,12,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type ValueType_BytesValue

type ValueType_BytesValue struct {
	BytesValue []byte `protobuf:"bytes,14,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

type ValueType_Fixed32Value

type ValueType_Fixed32Value struct {
	Fixed32Value uint32 `protobuf:"fixed32,8,opt,name=fixed32_value,json=fixed32Value,proto3,oneof"`
}

type ValueType_Fixed64Value

type ValueType_Fixed64Value struct {
	Fixed64Value uint64 `protobuf:"fixed64,9,opt,name=fixed64_value,json=fixed64Value,proto3,oneof"`
}

type ValueType_Int32Value

type ValueType_Int32Value struct {
	Int32Value int32 `protobuf:"varint,2,opt,name=int32_value,json=int32Value,proto3,oneof"`
}

type ValueType_Int64Value

type ValueType_Int64Value struct {
	Int64Value int64 `protobuf:"varint,3,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type ValueType_MessageValue

type ValueType_MessageValue struct {
	MessageValue *anypb.Any `protobuf:"bytes,1,opt,name=message_value,json=messageValue,proto3,oneof"`
}

type ValueType_Sfixed32Value

type ValueType_Sfixed32Value struct {
	Sfixed32Value int32 `protobuf:"fixed32,10,opt,name=sfixed32_value,json=sfixed32Value,proto3,oneof"`
}

type ValueType_Sfixed64Value

type ValueType_Sfixed64Value struct {
	Sfixed64Value int64 `protobuf:"fixed64,11,opt,name=sfixed64_value,json=sfixed64Value,proto3,oneof"`
}

type ValueType_Sint32Value

type ValueType_Sint32Value struct {
	Sint32Value int32 `protobuf:"zigzag32,6,opt,name=sint32_value,json=sint32Value,proto3,oneof"`
}

type ValueType_Sint64Value

type ValueType_Sint64Value struct {
	Sint64Value int64 `protobuf:"zigzag64,7,opt,name=sint64_value,json=sint64Value,proto3,oneof"`
}

type ValueType_StringValue

type ValueType_StringValue struct {
	StringValue string `protobuf:"bytes,13,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type ValueType_Uint32Value

type ValueType_Uint32Value struct {
	Uint32Value uint32 `protobuf:"varint,4,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type ValueType_Uint64Value

type ValueType_Uint64Value struct {
	Uint64Value uint64 `protobuf:"varint,5,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type VerifyAccountNonceArguments

type VerifyAccountNonceArguments struct {
	Account []byte `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Nonce   []byte `protobuf:"bytes,2,opt,name=nonce,proto3" json:"nonce,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyAccountNonceArguments) Descriptor deprecated

func (*VerifyAccountNonceArguments) Descriptor() ([]byte, []int)

Deprecated: Use VerifyAccountNonceArguments.ProtoReflect.Descriptor instead.

func (*VerifyAccountNonceArguments) GetAccount

func (x *VerifyAccountNonceArguments) GetAccount() []byte

func (*VerifyAccountNonceArguments) GetNonce

func (x *VerifyAccountNonceArguments) GetNonce() []byte

func (*VerifyAccountNonceArguments) ProtoMessage

func (*VerifyAccountNonceArguments) ProtoMessage()

func (*VerifyAccountNonceArguments) ProtoReflect

func (*VerifyAccountNonceArguments) Reset

func (x *VerifyAccountNonceArguments) Reset()

func (*VerifyAccountNonceArguments) String

func (x *VerifyAccountNonceArguments) String() string

type VerifyAccountNonceResult

type VerifyAccountNonceResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyAccountNonceResult) Descriptor deprecated

func (*VerifyAccountNonceResult) Descriptor() ([]byte, []int)

Deprecated: Use VerifyAccountNonceResult.ProtoReflect.Descriptor instead.

func (*VerifyAccountNonceResult) GetValue

func (x *VerifyAccountNonceResult) GetValue() bool

func (*VerifyAccountNonceResult) ProtoMessage

func (*VerifyAccountNonceResult) ProtoMessage()

func (*VerifyAccountNonceResult) ProtoReflect

func (x *VerifyAccountNonceResult) ProtoReflect() protoreflect.Message

func (*VerifyAccountNonceResult) Reset

func (x *VerifyAccountNonceResult) Reset()

func (*VerifyAccountNonceResult) String

func (x *VerifyAccountNonceResult) String() string

type VerifyMerkleRootArguments

type VerifyMerkleRootArguments struct {
	Root   []byte   `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	Hashes [][]byte `protobuf:"bytes,2,rep,name=hashes,proto3" json:"hashes,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMerkleRootArguments) Descriptor deprecated

func (*VerifyMerkleRootArguments) Descriptor() ([]byte, []int)

Deprecated: Use VerifyMerkleRootArguments.ProtoReflect.Descriptor instead.

func (*VerifyMerkleRootArguments) GetHashes

func (x *VerifyMerkleRootArguments) GetHashes() [][]byte

func (*VerifyMerkleRootArguments) GetRoot

func (x *VerifyMerkleRootArguments) GetRoot() []byte

func (*VerifyMerkleRootArguments) ProtoMessage

func (*VerifyMerkleRootArguments) ProtoMessage()

func (*VerifyMerkleRootArguments) ProtoReflect

func (*VerifyMerkleRootArguments) Reset

func (x *VerifyMerkleRootArguments) Reset()

func (*VerifyMerkleRootArguments) String

func (x *VerifyMerkleRootArguments) String() string

type VerifyMerkleRootResult

type VerifyMerkleRootResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyMerkleRootResult) Descriptor deprecated

func (*VerifyMerkleRootResult) Descriptor() ([]byte, []int)

Deprecated: Use VerifyMerkleRootResult.ProtoReflect.Descriptor instead.

func (*VerifyMerkleRootResult) GetValue

func (x *VerifyMerkleRootResult) GetValue() bool

func (*VerifyMerkleRootResult) ProtoMessage

func (*VerifyMerkleRootResult) ProtoMessage()

func (*VerifyMerkleRootResult) ProtoReflect

func (x *VerifyMerkleRootResult) ProtoReflect() protoreflect.Message

func (*VerifyMerkleRootResult) Reset

func (x *VerifyMerkleRootResult) Reset()

func (*VerifyMerkleRootResult) String

func (x *VerifyMerkleRootResult) String() string

type VerifySignatureArguments

type VerifySignatureArguments struct {
	Type       Dsa    `protobuf:"varint,1,opt,name=type,proto3,enum=koinos.chain.Dsa" json:"type,omitempty"`
	PublicKey  []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Signature  []byte `protobuf:"bytes,3,opt,name=signature,proto3" json:"signature,omitempty"`
	Digest     []byte `protobuf:"bytes,4,opt,name=digest,proto3" json:"digest,omitempty"`
	Compressed bool   `protobuf:"varint,5,opt,name=compressed,proto3" json:"compressed,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifySignatureArguments) Descriptor deprecated

func (*VerifySignatureArguments) Descriptor() ([]byte, []int)

Deprecated: Use VerifySignatureArguments.ProtoReflect.Descriptor instead.

func (*VerifySignatureArguments) GetCompressed

func (x *VerifySignatureArguments) GetCompressed() bool

func (*VerifySignatureArguments) GetDigest

func (x *VerifySignatureArguments) GetDigest() []byte

func (*VerifySignatureArguments) GetPublicKey

func (x *VerifySignatureArguments) GetPublicKey() []byte

func (*VerifySignatureArguments) GetSignature

func (x *VerifySignatureArguments) GetSignature() []byte

func (*VerifySignatureArguments) GetType

func (x *VerifySignatureArguments) GetType() Dsa

func (*VerifySignatureArguments) ProtoMessage

func (*VerifySignatureArguments) ProtoMessage()

func (*VerifySignatureArguments) ProtoReflect

func (x *VerifySignatureArguments) ProtoReflect() protoreflect.Message

func (*VerifySignatureArguments) Reset

func (x *VerifySignatureArguments) Reset()

func (*VerifySignatureArguments) String

func (x *VerifySignatureArguments) String() string

type VerifySignatureResult

type VerifySignatureResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifySignatureResult) Descriptor deprecated

func (*VerifySignatureResult) Descriptor() ([]byte, []int)

Deprecated: Use VerifySignatureResult.ProtoReflect.Descriptor instead.

func (*VerifySignatureResult) GetValue

func (x *VerifySignatureResult) GetValue() bool

func (*VerifySignatureResult) ProtoMessage

func (*VerifySignatureResult) ProtoMessage()

func (*VerifySignatureResult) ProtoReflect

func (x *VerifySignatureResult) ProtoReflect() protoreflect.Message

func (*VerifySignatureResult) Reset

func (x *VerifySignatureResult) Reset()

func (*VerifySignatureResult) String

func (x *VerifySignatureResult) String() string

type VerifyVrfProofArguments

type VerifyVrfProofArguments struct {
	Type      Dsa    `protobuf:"varint,1,opt,name=type,proto3,enum=koinos.chain.Dsa" json:"type,omitempty"`
	PublicKey []byte `protobuf:"bytes,2,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	Proof     []byte `protobuf:"bytes,3,opt,name=proof,proto3" json:"proof,omitempty"`
	Hash      []byte `protobuf:"bytes,4,opt,name=hash,proto3" json:"hash,omitempty"`
	Message   []byte `protobuf:"bytes,5,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyVrfProofArguments) Descriptor deprecated

func (*VerifyVrfProofArguments) Descriptor() ([]byte, []int)

Deprecated: Use VerifyVrfProofArguments.ProtoReflect.Descriptor instead.

func (*VerifyVrfProofArguments) GetHash

func (x *VerifyVrfProofArguments) GetHash() []byte

func (*VerifyVrfProofArguments) GetMessage

func (x *VerifyVrfProofArguments) GetMessage() []byte

func (*VerifyVrfProofArguments) GetProof

func (x *VerifyVrfProofArguments) GetProof() []byte

func (*VerifyVrfProofArguments) GetPublicKey

func (x *VerifyVrfProofArguments) GetPublicKey() []byte

func (*VerifyVrfProofArguments) GetType

func (x *VerifyVrfProofArguments) GetType() Dsa

func (*VerifyVrfProofArguments) ProtoMessage

func (*VerifyVrfProofArguments) ProtoMessage()

func (*VerifyVrfProofArguments) ProtoReflect

func (x *VerifyVrfProofArguments) ProtoReflect() protoreflect.Message

func (*VerifyVrfProofArguments) Reset

func (x *VerifyVrfProofArguments) Reset()

func (*VerifyVrfProofArguments) String

func (x *VerifyVrfProofArguments) String() string

type VerifyVrfProofResult

type VerifyVrfProofResult struct {
	Value bool `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyVrfProofResult) Descriptor deprecated

func (*VerifyVrfProofResult) Descriptor() ([]byte, []int)

Deprecated: Use VerifyVrfProofResult.ProtoReflect.Descriptor instead.

func (*VerifyVrfProofResult) GetValue

func (x *VerifyVrfProofResult) GetValue() bool

func (*VerifyVrfProofResult) ProtoMessage

func (*VerifyVrfProofResult) ProtoMessage()

func (*VerifyVrfProofResult) ProtoReflect

func (x *VerifyVrfProofResult) ProtoReflect() protoreflect.Message

func (*VerifyVrfProofResult) Reset

func (x *VerifyVrfProofResult) Reset()

func (*VerifyVrfProofResult) String

func (x *VerifyVrfProofResult) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL