chain

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: MIT Imports: 7 Imported by: 2

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 added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use ApplySetSystemContractOperationArguments.ProtoReflect.Descriptor instead.

func (*ApplySetSystemContractOperationArguments) GetOp added in v0.3.0

func (*ApplySetSystemContractOperationArguments) ProtoMessage added in v0.3.0

func (*ApplySetSystemContractOperationArguments) ProtoReflect added in v0.3.0

func (*ApplySetSystemContractOperationArguments) Reset added in v0.3.0

func (*ApplySetSystemContractOperationArguments) String added in v0.3.0

type ApplySetSystemContractOperationResult added in v0.3.0

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

func (*ApplySetSystemContractOperationResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ApplySetSystemContractOperationResult.ProtoReflect.Descriptor instead.

func (*ApplySetSystemContractOperationResult) ProtoMessage added in v0.3.0

func (*ApplySetSystemContractOperationResult) ProtoMessage()

func (*ApplySetSystemContractOperationResult) ProtoReflect added in v0.3.0

func (*ApplySetSystemContractOperationResult) Reset added in v0.3.0

func (*ApplySetSystemContractOperationResult) String added in v0.3.0

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 added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use ArgumentData.ProtoReflect.Descriptor instead.

func (*ArgumentData) GetArguments added in v0.4.0

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

func (*ArgumentData) GetEntryPoint added in v0.4.0

func (x *ArgumentData) GetEntryPoint() uint32

func (*ArgumentData) ProtoMessage added in v0.4.0

func (*ArgumentData) ProtoMessage()

func (*ArgumentData) ProtoReflect added in v0.4.0

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

func (*ArgumentData) Reset added in v0.4.0

func (x *ArgumentData) Reset()

func (*ArgumentData) String added in v0.4.0

func (x *ArgumentData) String() string

type AuthorizationType added in v0.3.0

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

func (AuthorizationType) Descriptor added in v0.3.0

func (AuthorizationType) Enum added in v0.3.0

func (AuthorizationType) EnumDescriptor deprecated added in v0.3.0

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

Deprecated: Use AuthorizationType.Descriptor instead.

func (AuthorizationType) Number added in v0.3.0

func (AuthorizationType) String added in v0.3.0

func (x AuthorizationType) String() string

func (AuthorizationType) Type added in v0.3.0

type AuthorizeArguments added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use AuthorizeArguments.ProtoReflect.Descriptor instead.

func (*AuthorizeArguments) GetCall added in v0.3.0

func (x *AuthorizeArguments) GetCall() *CallData

func (*AuthorizeArguments) GetType added in v0.3.0

func (*AuthorizeArguments) ProtoMessage added in v0.3.0

func (*AuthorizeArguments) ProtoMessage()

func (*AuthorizeArguments) ProtoReflect added in v0.3.0

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

func (*AuthorizeArguments) Reset added in v0.3.0

func (x *AuthorizeArguments) Reset()

func (*AuthorizeArguments) String added in v0.3.0

func (x *AuthorizeArguments) String() string

type AuthorizeResult added in v0.3.0

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

func (*AuthorizeResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use AuthorizeResult.ProtoReflect.Descriptor instead.

func (*AuthorizeResult) GetValue added in v0.3.0

func (x *AuthorizeResult) GetValue() bool

func (*AuthorizeResult) ProtoMessage added in v0.3.0

func (*AuthorizeResult) ProtoMessage()

func (*AuthorizeResult) ProtoReflect added in v0.3.0

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

func (*AuthorizeResult) Reset added in v0.3.0

func (x *AuthorizeResult) Reset()

func (*AuthorizeResult) String added in v0.3.0

func (x *AuthorizeResult) String() string

type CallArguments added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use CallArguments.ProtoReflect.Descriptor instead.

func (*CallArguments) GetArgs added in v0.4.0

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

func (*CallArguments) GetContractId added in v0.4.0

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

func (*CallArguments) GetEntryPoint added in v0.4.0

func (x *CallArguments) GetEntryPoint() uint32

func (*CallArguments) ProtoMessage added in v0.4.0

func (*CallArguments) ProtoMessage()

func (*CallArguments) ProtoReflect added in v0.4.0

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

func (*CallArguments) Reset added in v0.4.0

func (x *CallArguments) Reset()

func (*CallArguments) String added in v0.4.0

func (x *CallArguments) String() string

type CallData added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use CallData.ProtoReflect.Descriptor instead.

func (*CallData) GetCaller added in v0.4.0

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

func (*CallData) GetContractId added in v0.4.0

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

func (*CallData) GetData added in v0.4.0

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

func (*CallData) GetEntryPoint added in v0.4.0

func (x *CallData) GetEntryPoint() uint32

func (*CallData) ProtoMessage added in v0.4.0

func (*CallData) ProtoMessage()

func (*CallData) ProtoReflect added in v0.4.0

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

func (*CallData) Reset added in v0.4.0

func (x *CallData) Reset()

func (*CallData) String added in v0.4.0

func (x *CallData) String() string

type CallResult added in v0.4.0

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

func (*CallResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use CallResult.ProtoReflect.Descriptor instead.

func (*CallResult) GetValue added in v0.4.0

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

func (*CallResult) ProtoMessage added in v0.4.0

func (*CallResult) ProtoMessage()

func (*CallResult) ProtoReflect added in v0.4.0

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

func (*CallResult) Reset added in v0.4.0

func (x *CallResult) Reset()

func (*CallResult) String added in v0.4.0

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 added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use CheckAuthorityArguments.ProtoReflect.Descriptor instead.

func (*CheckAuthorityArguments) GetAccount added in v0.4.0

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

func (*CheckAuthorityArguments) GetData added in v0.4.0

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

func (*CheckAuthorityArguments) GetType added in v0.4.0

func (*CheckAuthorityArguments) ProtoMessage added in v0.4.0

func (*CheckAuthorityArguments) ProtoMessage()

func (*CheckAuthorityArguments) ProtoReflect added in v0.4.0

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

func (*CheckAuthorityArguments) Reset added in v0.4.0

func (x *CheckAuthorityArguments) Reset()

func (*CheckAuthorityArguments) String added in v0.4.0

func (x *CheckAuthorityArguments) String() string

type CheckAuthorityResult added in v0.4.0

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

func (*CheckAuthorityResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use CheckAuthorityResult.ProtoReflect.Descriptor instead.

func (*CheckAuthorityResult) GetValue added in v0.4.0

func (x *CheckAuthorityResult) GetValue() bool

func (*CheckAuthorityResult) ProtoMessage added in v0.4.0

func (*CheckAuthorityResult) ProtoMessage()

func (*CheckAuthorityResult) ProtoReflect added in v0.4.0

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

func (*CheckAuthorityResult) Reset added in v0.4.0

func (x *CheckAuthorityResult) Reset()

func (*CheckAuthorityResult) String added in v0.4.0

func (x *CheckAuthorityResult) String() string

type CheckSystemAuthorityArguments added in v0.4.0

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

func (*CheckSystemAuthorityArguments) Descriptor deprecated added in v0.4.0

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

Deprecated: Use CheckSystemAuthorityArguments.ProtoReflect.Descriptor instead.

func (*CheckSystemAuthorityArguments) ProtoMessage added in v0.4.0

func (*CheckSystemAuthorityArguments) ProtoMessage()

func (*CheckSystemAuthorityArguments) ProtoReflect added in v0.4.0

func (*CheckSystemAuthorityArguments) Reset added in v0.4.0

func (x *CheckSystemAuthorityArguments) Reset()

func (*CheckSystemAuthorityArguments) String added in v0.4.0

type CheckSystemAuthorityResult added in v0.4.0

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

func (*CheckSystemAuthorityResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use CheckSystemAuthorityResult.ProtoReflect.Descriptor instead.

func (*CheckSystemAuthorityResult) GetValue added in v0.4.0

func (x *CheckSystemAuthorityResult) GetValue() bool

func (*CheckSystemAuthorityResult) ProtoMessage added in v0.4.0

func (*CheckSystemAuthorityResult) ProtoMessage()

func (*CheckSystemAuthorityResult) ProtoReflect added in v0.4.0

func (*CheckSystemAuthorityResult) Reset added in v0.4.0

func (x *CheckSystemAuthorityResult) Reset()

func (*CheckSystemAuthorityResult) String added in v0.4.0

func (x *CheckSystemAuthorityResult) String() string

type ComputeBandwidthEntry added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use ComputeBandwidthEntry.ProtoReflect.Descriptor instead.

func (*ComputeBandwidthEntry) GetCompute added in v0.3.0

func (x *ComputeBandwidthEntry) GetCompute() uint64

func (*ComputeBandwidthEntry) GetName added in v0.3.0

func (x *ComputeBandwidthEntry) GetName() string

func (*ComputeBandwidthEntry) ProtoMessage added in v0.3.0

func (*ComputeBandwidthEntry) ProtoMessage()

func (*ComputeBandwidthEntry) ProtoReflect added in v0.3.0

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

func (*ComputeBandwidthEntry) Reset added in v0.3.0

func (x *ComputeBandwidthEntry) Reset()

func (*ComputeBandwidthEntry) String added in v0.3.0

func (x *ComputeBandwidthEntry) String() string

type ComputeBandwidthRegistry added in v0.3.0

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

func (*ComputeBandwidthRegistry) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ComputeBandwidthRegistry.ProtoReflect.Descriptor instead.

func (*ComputeBandwidthRegistry) GetEntries added in v0.3.0

func (*ComputeBandwidthRegistry) ProtoMessage added in v0.3.0

func (*ComputeBandwidthRegistry) ProtoMessage()

func (*ComputeBandwidthRegistry) ProtoReflect added in v0.3.0

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

func (*ComputeBandwidthRegistry) Reset added in v0.3.0

func (x *ComputeBandwidthRegistry) Reset()

func (*ComputeBandwidthRegistry) String added in v0.3.0

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 added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use ContractMetadataObject.ProtoReflect.Descriptor instead.

func (*ContractMetadataObject) GetAuthorizesCallContract added in v0.3.0

func (x *ContractMetadataObject) GetAuthorizesCallContract() bool

func (*ContractMetadataObject) GetAuthorizesTransactionApplication added in v0.3.0

func (x *ContractMetadataObject) GetAuthorizesTransactionApplication() bool

func (*ContractMetadataObject) GetAuthorizesUploadContract added in v0.3.0

func (x *ContractMetadataObject) GetAuthorizesUploadContract() bool

func (*ContractMetadataObject) GetHash added in v0.3.0

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

func (*ContractMetadataObject) GetSystem added in v0.3.0

func (x *ContractMetadataObject) GetSystem() bool

func (*ContractMetadataObject) ProtoMessage added in v0.3.0

func (*ContractMetadataObject) ProtoMessage()

func (*ContractMetadataObject) ProtoReflect added in v0.3.0

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

func (*ContractMetadataObject) Reset added in v0.3.0

func (x *ContractMetadataObject) Reset()

func (*ContractMetadataObject) String added in v0.3.0

func (x *ContractMetadataObject) String() string

type DatabaseKey added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use DatabaseKey.ProtoReflect.Descriptor instead.

func (*DatabaseKey) GetKey added in v0.3.0

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

func (*DatabaseKey) GetSpace added in v0.3.0

func (x *DatabaseKey) GetSpace() *ObjectSpace

func (*DatabaseKey) ProtoMessage added in v0.3.0

func (*DatabaseKey) ProtoMessage()

func (*DatabaseKey) ProtoReflect added in v0.3.0

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

func (*DatabaseKey) Reset added in v0.3.0

func (x *DatabaseKey) Reset()

func (*DatabaseKey) String added in v0.3.0

func (x *DatabaseKey) String() string

type DatabaseObject added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use DatabaseObject.ProtoReflect.Descriptor instead.

func (*DatabaseObject) GetExists added in v0.3.0

func (x *DatabaseObject) GetExists() bool

func (*DatabaseObject) GetKey added in v0.3.0

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

func (*DatabaseObject) GetValue added in v0.3.0

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

func (*DatabaseObject) ProtoMessage added in v0.3.0

func (*DatabaseObject) ProtoMessage()

func (*DatabaseObject) ProtoReflect added in v0.3.0

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

func (*DatabaseObject) Reset added in v0.3.0

func (x *DatabaseObject) Reset()

func (*DatabaseObject) String added in v0.3.0

func (x *DatabaseObject) String() string

type Dsa added in v0.3.0

type Dsa int32
const (
	Dsa_ecdsa_secp256k1 Dsa = 0
)

func (Dsa) Descriptor added in v0.3.0

func (Dsa) Descriptor() protoreflect.EnumDescriptor

func (Dsa) Enum added in v0.3.0

func (x Dsa) Enum() *Dsa

func (Dsa) EnumDescriptor deprecated added in v0.3.0

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

Deprecated: Use Dsa.Descriptor instead.

func (Dsa) Number added in v0.3.0

func (x Dsa) Number() protoreflect.EnumNumber

func (Dsa) String added in v0.3.0

func (x Dsa) String() string

func (Dsa) Type added in v0.3.0

func (Dsa) Type() protoreflect.EnumType

type EnumType added in v1.0.1

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 added in v1.0.1

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

Deprecated: Use EnumType.ProtoReflect.Descriptor instead.

func (*EnumType) GetName added in v1.0.1

func (x *EnumType) GetName() string

func (*EnumType) GetNumber added in v1.0.1

func (x *EnumType) GetNumber() int32

func (*EnumType) ProtoMessage added in v1.0.1

func (*EnumType) ProtoMessage()

func (*EnumType) ProtoReflect added in v1.0.1

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

func (*EnumType) Reset added in v1.0.1

func (x *EnumType) Reset()

func (*EnumType) String added in v1.0.1

func (x *EnumType) String() string

type ErrorCode added in v0.4.0

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 added in v0.4.0

func (ErrorCode) Descriptor() protoreflect.EnumDescriptor

func (ErrorCode) Enum added in v0.4.0

func (x ErrorCode) Enum() *ErrorCode

func (ErrorCode) EnumDescriptor deprecated added in v0.4.0

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

Deprecated: Use ErrorCode.Descriptor instead.

func (ErrorCode) Number added in v0.4.0

func (x ErrorCode) Number() protoreflect.EnumNumber

func (ErrorCode) String added in v0.4.0

func (x ErrorCode) String() string

func (ErrorCode) Type added in v0.4.0

type ErrorData added in v0.4.0

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

func (*ErrorData) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ErrorData.ProtoReflect.Descriptor instead.

func (*ErrorData) GetMessage added in v0.4.0

func (x *ErrorData) GetMessage() string

func (*ErrorData) ProtoMessage added in v0.4.0

func (*ErrorData) ProtoMessage()

func (*ErrorData) ProtoReflect added in v0.4.0

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

func (*ErrorData) Reset added in v0.4.0

func (x *ErrorData) Reset()

func (*ErrorData) String added in v0.4.0

func (x *ErrorData) String() string

type EventArguments added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use EventArguments.ProtoReflect.Descriptor instead.

func (*EventArguments) GetData added in v0.3.0

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

func (*EventArguments) GetImpacted added in v0.3.0

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

func (*EventArguments) GetName added in v0.3.0

func (x *EventArguments) GetName() string

func (*EventArguments) ProtoMessage added in v0.3.0

func (*EventArguments) ProtoMessage()

func (*EventArguments) ProtoReflect added in v0.3.0

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

func (*EventArguments) Reset added in v0.3.0

func (x *EventArguments) Reset()

func (*EventArguments) String added in v0.3.0

func (x *EventArguments) String() string

type EventResult added in v0.3.0

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

func (*EventResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use EventResult.ProtoReflect.Descriptor instead.

func (*EventResult) ProtoMessage added in v0.3.0

func (*EventResult) ProtoMessage()

func (*EventResult) ProtoReflect added in v0.3.0

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

func (*EventResult) Reset added in v0.3.0

func (x *EventResult) Reset()

func (*EventResult) String added in v0.3.0

func (x *EventResult) String() string

type ExitArguments added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use ExitArguments.ProtoReflect.Descriptor instead.

func (*ExitArguments) GetCode added in v0.4.0

func (x *ExitArguments) GetCode() int32

func (*ExitArguments) GetRes added in v0.4.0

func (x *ExitArguments) GetRes() *Result

func (*ExitArguments) ProtoMessage added in v0.4.0

func (*ExitArguments) ProtoMessage()

func (*ExitArguments) ProtoReflect added in v0.4.0

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

func (*ExitArguments) Reset added in v0.4.0

func (x *ExitArguments) Reset()

func (*ExitArguments) String added in v0.4.0

func (x *ExitArguments) String() string

type ExitResult added in v0.4.0

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

func (*ExitResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use ExitResult.ProtoReflect.Descriptor instead.

func (*ExitResult) ProtoMessage added in v0.4.0

func (*ExitResult) ProtoMessage()

func (*ExitResult) ProtoReflect added in v0.4.0

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

func (*ExitResult) Reset added in v0.4.0

func (x *ExitResult) Reset()

func (*ExitResult) String added in v0.4.0

func (x *ExitResult) String() string

type GenesisData added in v0.3.0

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

func (*GenesisData) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GenesisData.ProtoReflect.Descriptor instead.

func (*GenesisData) GetEntries added in v0.3.0

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

func (*GenesisData) ProtoMessage added in v0.3.0

func (*GenesisData) ProtoMessage()

func (*GenesisData) ProtoReflect added in v0.3.0

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

func (*GenesisData) Reset added in v0.3.0

func (x *GenesisData) Reset()

func (*GenesisData) String added in v0.3.0

func (x *GenesisData) String() string

type GenesisEntry added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use GenesisEntry.ProtoReflect.Descriptor instead.

func (*GenesisEntry) GetKey added in v0.3.0

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

func (*GenesisEntry) GetSpace added in v0.3.0

func (x *GenesisEntry) GetSpace() *ObjectSpace

func (*GenesisEntry) GetValue added in v0.3.0

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

func (*GenesisEntry) ProtoMessage added in v0.3.0

func (*GenesisEntry) ProtoMessage()

func (*GenesisEntry) ProtoReflect added in v0.3.0

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

func (*GenesisEntry) Reset added in v0.3.0

func (x *GenesisEntry) Reset()

func (*GenesisEntry) String added in v0.3.0

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 added in v0.4.0

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

func (*GetArgumentsArguments) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetArgumentsArguments.ProtoReflect.Descriptor instead.

func (*GetArgumentsArguments) ProtoMessage added in v0.4.0

func (*GetArgumentsArguments) ProtoMessage()

func (*GetArgumentsArguments) ProtoReflect added in v0.4.0

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

func (*GetArgumentsArguments) Reset added in v0.4.0

func (x *GetArgumentsArguments) Reset()

func (*GetArgumentsArguments) String added in v0.4.0

func (x *GetArgumentsArguments) String() string

type GetArgumentsResult added in v0.4.0

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

func (*GetArgumentsResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetArgumentsResult.ProtoReflect.Descriptor instead.

func (*GetArgumentsResult) GetValue added in v0.4.0

func (x *GetArgumentsResult) GetValue() *ArgumentData

func (*GetArgumentsResult) ProtoMessage added in v0.4.0

func (*GetArgumentsResult) ProtoMessage()

func (*GetArgumentsResult) ProtoReflect added in v0.4.0

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

func (*GetArgumentsResult) Reset added in v0.4.0

func (x *GetArgumentsResult) Reset()

func (*GetArgumentsResult) String added in v0.4.0

func (x *GetArgumentsResult) String() string

type GetBlockArguments added in v0.3.0

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

func (*GetBlockArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetBlockArguments.ProtoReflect.Descriptor instead.

func (*GetBlockArguments) ProtoMessage added in v0.3.0

func (*GetBlockArguments) ProtoMessage()

func (*GetBlockArguments) ProtoReflect added in v0.3.0

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

func (*GetBlockArguments) Reset added in v0.3.0

func (x *GetBlockArguments) Reset()

func (*GetBlockArguments) String added in v0.3.0

func (x *GetBlockArguments) String() string

type GetBlockFieldArguments added in v0.3.0

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

func (*GetBlockFieldArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetBlockFieldArguments.ProtoReflect.Descriptor instead.

func (*GetBlockFieldArguments) GetField added in v0.3.0

func (x *GetBlockFieldArguments) GetField() string

func (*GetBlockFieldArguments) ProtoMessage added in v0.3.0

func (*GetBlockFieldArguments) ProtoMessage()

func (*GetBlockFieldArguments) ProtoReflect added in v0.3.0

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

func (*GetBlockFieldArguments) Reset added in v0.3.0

func (x *GetBlockFieldArguments) Reset()

func (*GetBlockFieldArguments) String added in v0.3.0

func (x *GetBlockFieldArguments) String() string

type GetBlockFieldResult added in v0.3.0

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

func (*GetBlockFieldResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetBlockFieldResult.ProtoReflect.Descriptor instead.

func (*GetBlockFieldResult) GetValue added in v0.3.0

func (x *GetBlockFieldResult) GetValue() *ValueType

func (*GetBlockFieldResult) ProtoMessage added in v0.3.0

func (*GetBlockFieldResult) ProtoMessage()

func (*GetBlockFieldResult) ProtoReflect added in v0.3.0

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

func (*GetBlockFieldResult) Reset added in v0.3.0

func (x *GetBlockFieldResult) Reset()

func (*GetBlockFieldResult) String added in v0.3.0

func (x *GetBlockFieldResult) String() string

type GetBlockResult added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use GetBlockResult.ProtoReflect.Descriptor instead.

func (*GetBlockResult) GetValue added in v0.3.0

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

func (*GetBlockResult) ProtoMessage added in v0.3.0

func (*GetBlockResult) ProtoMessage()

func (*GetBlockResult) ProtoReflect added in v0.3.0

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

func (*GetBlockResult) Reset added in v0.3.0

func (x *GetBlockResult) Reset()

func (*GetBlockResult) String added in v0.3.0

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 added in v0.4.0

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

func (*GetChainIdArguments) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetChainIdArguments.ProtoReflect.Descriptor instead.

func (*GetChainIdArguments) ProtoMessage added in v0.4.0

func (*GetChainIdArguments) ProtoMessage()

func (*GetChainIdArguments) ProtoReflect added in v0.4.0

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

func (*GetChainIdArguments) Reset added in v0.4.0

func (x *GetChainIdArguments) Reset()

func (*GetChainIdArguments) String added in v0.4.0

func (x *GetChainIdArguments) String() string

type GetChainIdResult added in v0.4.0

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

func (*GetChainIdResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetChainIdResult.ProtoReflect.Descriptor instead.

func (*GetChainIdResult) GetValue added in v0.4.0

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

func (*GetChainIdResult) ProtoMessage added in v0.4.0

func (*GetChainIdResult) ProtoMessage()

func (*GetChainIdResult) ProtoReflect added in v0.4.0

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

func (*GetChainIdResult) Reset added in v0.4.0

func (x *GetChainIdResult) Reset()

func (*GetChainIdResult) String added in v0.4.0

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 added in v1.3.0

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 added in v1.3.0

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

Deprecated: Use GetContractMetadataArguments.ProtoReflect.Descriptor instead.

func (*GetContractMetadataArguments) GetContractId added in v1.3.0

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

func (*GetContractMetadataArguments) ProtoMessage added in v1.3.0

func (*GetContractMetadataArguments) ProtoMessage()

func (*GetContractMetadataArguments) ProtoReflect added in v1.3.0

func (*GetContractMetadataArguments) Reset added in v1.3.0

func (x *GetContractMetadataArguments) Reset()

func (*GetContractMetadataArguments) String added in v1.3.0

type GetContractMetadataResult added in v1.3.0

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

func (*GetContractMetadataResult) Descriptor deprecated added in v1.3.0

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

Deprecated: Use GetContractMetadataResult.ProtoReflect.Descriptor instead.

func (*GetContractMetadataResult) GetValue added in v1.3.0

func (*GetContractMetadataResult) ProtoMessage added in v1.3.0

func (*GetContractMetadataResult) ProtoMessage()

func (*GetContractMetadataResult) ProtoReflect added in v1.3.0

func (*GetContractMetadataResult) Reset added in v1.3.0

func (x *GetContractMetadataResult) Reset()

func (*GetContractMetadataResult) String added in v1.3.0

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 added in v0.4.0

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

func (*GetOperationArguments) Descriptor deprecated added in v0.4.0

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

Deprecated: Use GetOperationArguments.ProtoReflect.Descriptor instead.

func (*GetOperationArguments) ProtoMessage added in v0.4.0

func (*GetOperationArguments) ProtoMessage()

func (*GetOperationArguments) ProtoReflect added in v0.4.0

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

func (*GetOperationArguments) Reset added in v0.4.0

func (x *GetOperationArguments) Reset()

func (*GetOperationArguments) String added in v0.4.0

func (x *GetOperationArguments) String() string

type GetOperationResult added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use GetOperationResult.ProtoReflect.Descriptor instead.

func (*GetOperationResult) GetValue added in v0.4.0

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

func (*GetOperationResult) ProtoMessage added in v0.4.0

func (*GetOperationResult) ProtoMessage()

func (*GetOperationResult) ProtoReflect added in v0.4.0

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

func (*GetOperationResult) Reset added in v0.4.0

func (x *GetOperationResult) Reset()

func (*GetOperationResult) String added in v0.4.0

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 added in v0.3.0

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

func (*GetTransactionArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetTransactionArguments.ProtoReflect.Descriptor instead.

func (*GetTransactionArguments) ProtoMessage added in v0.3.0

func (*GetTransactionArguments) ProtoMessage()

func (*GetTransactionArguments) ProtoReflect added in v0.3.0

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

func (*GetTransactionArguments) Reset added in v0.3.0

func (x *GetTransactionArguments) Reset()

func (*GetTransactionArguments) String added in v0.3.0

func (x *GetTransactionArguments) String() string

type GetTransactionFieldArguments added in v0.3.0

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

func (*GetTransactionFieldArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetTransactionFieldArguments.ProtoReflect.Descriptor instead.

func (*GetTransactionFieldArguments) GetField added in v0.3.0

func (x *GetTransactionFieldArguments) GetField() string

func (*GetTransactionFieldArguments) ProtoMessage added in v0.3.0

func (*GetTransactionFieldArguments) ProtoMessage()

func (*GetTransactionFieldArguments) ProtoReflect added in v0.3.0

func (*GetTransactionFieldArguments) Reset added in v0.3.0

func (x *GetTransactionFieldArguments) Reset()

func (*GetTransactionFieldArguments) String added in v0.3.0

type GetTransactionFieldResult added in v0.3.0

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

func (*GetTransactionFieldResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use GetTransactionFieldResult.ProtoReflect.Descriptor instead.

func (*GetTransactionFieldResult) GetValue added in v0.3.0

func (x *GetTransactionFieldResult) GetValue() *ValueType

func (*GetTransactionFieldResult) ProtoMessage added in v0.3.0

func (*GetTransactionFieldResult) ProtoMessage()

func (*GetTransactionFieldResult) ProtoReflect added in v0.3.0

func (*GetTransactionFieldResult) Reset added in v0.3.0

func (x *GetTransactionFieldResult) Reset()

func (*GetTransactionFieldResult) String added in v0.3.0

func (x *GetTransactionFieldResult) String() string

type GetTransactionResult added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use GetTransactionResult.ProtoReflect.Descriptor instead.

func (*GetTransactionResult) GetValue added in v0.3.0

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

func (*GetTransactionResult) ProtoMessage added in v0.3.0

func (*GetTransactionResult) ProtoMessage()

func (*GetTransactionResult) ProtoReflect added in v0.3.0

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

func (*GetTransactionResult) Reset added in v0.3.0

func (x *GetTransactionResult) Reset()

func (*GetTransactionResult) String added in v0.3.0

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 added in v1.0.1

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

func (*ListType) Descriptor deprecated added in v1.0.1

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

Deprecated: Use ListType.ProtoReflect.Descriptor instead.

func (*ListType) GetValues added in v1.0.1

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

func (*ListType) ProtoMessage added in v1.0.1

func (*ListType) ProtoMessage()

func (*ListType) ProtoReflect added in v1.0.1

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

func (*ListType) Reset added in v1.0.1

func (x *ListType) Reset()

func (*ListType) String added in v1.0.1

func (x *ListType) String() string

type LogArguments added in v0.3.0

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

func (*LogArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use LogArguments.ProtoReflect.Descriptor instead.

func (*LogArguments) GetMessage added in v0.3.0

func (x *LogArguments) GetMessage() string

func (*LogArguments) ProtoMessage added in v0.3.0

func (*LogArguments) ProtoMessage()

func (*LogArguments) ProtoReflect added in v0.3.0

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

func (*LogArguments) Reset added in v0.3.0

func (x *LogArguments) Reset()

func (*LogArguments) String added in v0.3.0

func (x *LogArguments) String() string

type LogResult added in v0.3.0

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

func (*LogResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use LogResult.ProtoReflect.Descriptor instead.

func (*LogResult) ProtoMessage added in v0.3.0

func (*LogResult) ProtoMessage()

func (*LogResult) ProtoReflect added in v0.3.0

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

func (*LogResult) Reset added in v0.3.0

func (x *LogResult) Reset()

func (*LogResult) String added in v0.3.0

func (x *LogResult) String() string

type MaxAccountResources added in v0.3.0

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

func (*MaxAccountResources) Descriptor deprecated added in v0.3.0

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

Deprecated: Use MaxAccountResources.ProtoReflect.Descriptor instead.

func (*MaxAccountResources) GetValue added in v0.3.0

func (x *MaxAccountResources) GetValue() uint64

func (*MaxAccountResources) ProtoMessage added in v0.3.0

func (*MaxAccountResources) ProtoMessage()

func (*MaxAccountResources) ProtoReflect added in v0.3.0

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

func (*MaxAccountResources) Reset added in v0.3.0

func (x *MaxAccountResources) Reset()

func (*MaxAccountResources) String added in v0.3.0

func (x *MaxAccountResources) String() string

type NopArguments added in v0.4.0

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

func (*NopArguments) Descriptor deprecated added in v0.4.0

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

Deprecated: Use NopArguments.ProtoReflect.Descriptor instead.

func (*NopArguments) ProtoMessage added in v0.4.0

func (*NopArguments) ProtoMessage()

func (*NopArguments) ProtoReflect added in v0.4.0

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

func (*NopArguments) Reset added in v0.4.0

func (x *NopArguments) Reset()

func (*NopArguments) String added in v0.4.0

func (x *NopArguments) String() string

type NopResult added in v0.4.0

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

func (*NopResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use NopResult.ProtoReflect.Descriptor instead.

func (*NopResult) ProtoMessage added in v0.4.0

func (*NopResult) ProtoMessage()

func (*NopResult) ProtoReflect added in v0.4.0

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

func (*NopResult) Reset added in v0.4.0

func (x *NopResult) Reset()

func (*NopResult) String added in v0.4.0

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 added in v0.3.0

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

func (*PostBlockCallbackArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PostBlockCallbackArguments.ProtoReflect.Descriptor instead.

func (*PostBlockCallbackArguments) ProtoMessage added in v0.3.0

func (*PostBlockCallbackArguments) ProtoMessage()

func (*PostBlockCallbackArguments) ProtoReflect added in v0.3.0

func (*PostBlockCallbackArguments) Reset added in v0.3.0

func (x *PostBlockCallbackArguments) Reset()

func (*PostBlockCallbackArguments) String added in v0.3.0

func (x *PostBlockCallbackArguments) String() string

type PostBlockCallbackResult added in v0.3.0

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

func (*PostBlockCallbackResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PostBlockCallbackResult.ProtoReflect.Descriptor instead.

func (*PostBlockCallbackResult) ProtoMessage added in v0.3.0

func (*PostBlockCallbackResult) ProtoMessage()

func (*PostBlockCallbackResult) ProtoReflect added in v0.3.0

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

func (*PostBlockCallbackResult) Reset added in v0.3.0

func (x *PostBlockCallbackResult) Reset()

func (*PostBlockCallbackResult) String added in v0.3.0

func (x *PostBlockCallbackResult) String() string

type PostTransactionCallbackArguments added in v0.3.0

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

func (*PostTransactionCallbackArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PostTransactionCallbackArguments.ProtoReflect.Descriptor instead.

func (*PostTransactionCallbackArguments) ProtoMessage added in v0.3.0

func (*PostTransactionCallbackArguments) ProtoMessage()

func (*PostTransactionCallbackArguments) ProtoReflect added in v0.3.0

func (*PostTransactionCallbackArguments) Reset added in v0.3.0

func (*PostTransactionCallbackArguments) String added in v0.3.0

type PostTransactionCallbackResult added in v0.3.0

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

func (*PostTransactionCallbackResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PostTransactionCallbackResult.ProtoReflect.Descriptor instead.

func (*PostTransactionCallbackResult) ProtoMessage added in v0.3.0

func (*PostTransactionCallbackResult) ProtoMessage()

func (*PostTransactionCallbackResult) ProtoReflect added in v0.3.0

func (*PostTransactionCallbackResult) Reset added in v0.3.0

func (x *PostTransactionCallbackResult) Reset()

func (*PostTransactionCallbackResult) String added in v0.3.0

type PreBlockCallbackArguments added in v0.3.0

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

func (*PreBlockCallbackArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PreBlockCallbackArguments.ProtoReflect.Descriptor instead.

func (*PreBlockCallbackArguments) ProtoMessage added in v0.3.0

func (*PreBlockCallbackArguments) ProtoMessage()

func (*PreBlockCallbackArguments) ProtoReflect added in v0.3.0

func (*PreBlockCallbackArguments) Reset added in v0.3.0

func (x *PreBlockCallbackArguments) Reset()

func (*PreBlockCallbackArguments) String added in v0.3.0

func (x *PreBlockCallbackArguments) String() string

type PreBlockCallbackResult added in v0.3.0

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

func (*PreBlockCallbackResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PreBlockCallbackResult.ProtoReflect.Descriptor instead.

func (*PreBlockCallbackResult) ProtoMessage added in v0.3.0

func (*PreBlockCallbackResult) ProtoMessage()

func (*PreBlockCallbackResult) ProtoReflect added in v0.3.0

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

func (*PreBlockCallbackResult) Reset added in v0.3.0

func (x *PreBlockCallbackResult) Reset()

func (*PreBlockCallbackResult) String added in v0.3.0

func (x *PreBlockCallbackResult) String() string

type PreTransactionCallbackArguments added in v0.3.0

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

func (*PreTransactionCallbackArguments) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PreTransactionCallbackArguments.ProtoReflect.Descriptor instead.

func (*PreTransactionCallbackArguments) ProtoMessage added in v0.3.0

func (*PreTransactionCallbackArguments) ProtoMessage()

func (*PreTransactionCallbackArguments) ProtoReflect added in v0.3.0

func (*PreTransactionCallbackArguments) Reset added in v0.3.0

func (*PreTransactionCallbackArguments) String added in v0.3.0

type PreTransactionCallbackResult added in v0.3.0

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

func (*PreTransactionCallbackResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use PreTransactionCallbackResult.ProtoReflect.Descriptor instead.

func (*PreTransactionCallbackResult) ProtoMessage added in v0.3.0

func (*PreTransactionCallbackResult) ProtoMessage()

func (*PreTransactionCallbackResult) ProtoReflect added in v0.3.0

func (*PreTransactionCallbackResult) Reset added in v0.3.0

func (x *PreTransactionCallbackResult) Reset()

func (*PreTransactionCallbackResult) String added in v0.3.0

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 added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use ProcessBlockSignatureArguments.ProtoReflect.Descriptor instead.

func (*ProcessBlockSignatureArguments) GetDigest added in v0.3.0

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

func (*ProcessBlockSignatureArguments) GetHeader added in v0.3.0

func (*ProcessBlockSignatureArguments) GetSignature added in v0.3.0

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

func (*ProcessBlockSignatureArguments) ProtoMessage added in v0.3.0

func (*ProcessBlockSignatureArguments) ProtoMessage()

func (*ProcessBlockSignatureArguments) ProtoReflect added in v0.3.0

func (*ProcessBlockSignatureArguments) Reset added in v0.3.0

func (x *ProcessBlockSignatureArguments) Reset()

func (*ProcessBlockSignatureArguments) String added in v0.3.0

type ProcessBlockSignatureResult added in v0.3.0

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

func (*ProcessBlockSignatureResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use ProcessBlockSignatureResult.ProtoReflect.Descriptor instead.

func (*ProcessBlockSignatureResult) GetValue added in v0.3.0

func (x *ProcessBlockSignatureResult) GetValue() bool

func (*ProcessBlockSignatureResult) ProtoMessage added in v0.3.0

func (*ProcessBlockSignatureResult) ProtoMessage()

func (*ProcessBlockSignatureResult) ProtoReflect added in v0.3.0

func (*ProcessBlockSignatureResult) Reset added in v0.3.0

func (x *ProcessBlockSignatureResult) Reset()

func (*ProcessBlockSignatureResult) String added in v0.3.0

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 added in v0.4.0

func (x *RecoverPublicKeyArguments) GetCompressed() bool

func (*RecoverPublicKeyArguments) GetDigest

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

func (*RecoverPublicKeyArguments) GetSignature added in v0.3.0

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

func (*RecoverPublicKeyArguments) GetType added in v0.3.0

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 added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use RemoveObjectArguments.ProtoReflect.Descriptor instead.

func (*RemoveObjectArguments) GetKey added in v0.3.0

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

func (*RemoveObjectArguments) GetSpace added in v0.3.0

func (x *RemoveObjectArguments) GetSpace() *ObjectSpace

func (*RemoveObjectArguments) ProtoMessage added in v0.3.0

func (*RemoveObjectArguments) ProtoMessage()

func (*RemoveObjectArguments) ProtoReflect added in v0.3.0

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

func (*RemoveObjectArguments) Reset added in v0.3.0

func (x *RemoveObjectArguments) Reset()

func (*RemoveObjectArguments) String added in v0.3.0

func (x *RemoveObjectArguments) String() string

type RemoveObjectResult added in v0.3.0

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

func (*RemoveObjectResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use RemoveObjectResult.ProtoReflect.Descriptor instead.

func (*RemoveObjectResult) ProtoMessage added in v0.3.0

func (*RemoveObjectResult) ProtoMessage()

func (*RemoveObjectResult) ProtoReflect added in v0.3.0

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

func (*RemoveObjectResult) Reset added in v0.3.0

func (x *RemoveObjectResult) Reset()

func (*RemoveObjectResult) String added in v0.3.0

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 added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use Result.ProtoReflect.Descriptor instead.

func (*Result) GetError added in v0.4.0

func (x *Result) GetError() *ErrorData

func (*Result) GetObject added in v0.4.0

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

func (*Result) GetValue added in v0.4.0

func (m *Result) GetValue() isResult_Value

func (*Result) ProtoMessage added in v0.4.0

func (*Result) ProtoMessage()

func (*Result) ProtoReflect added in v0.4.0

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

func (*Result) Reset added in v0.4.0

func (x *Result) Reset()

func (*Result) String added in v0.4.0

func (x *Result) String() string

type Result_Error added in v0.4.0

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

type Result_Object added in v0.4.0

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

type SetAccountNonceArguments added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use SetAccountNonceArguments.ProtoReflect.Descriptor instead.

func (*SetAccountNonceArguments) GetAccount added in v0.3.0

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

func (*SetAccountNonceArguments) GetNonce added in v0.3.0

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

func (*SetAccountNonceArguments) ProtoMessage added in v0.3.0

func (*SetAccountNonceArguments) ProtoMessage()

func (*SetAccountNonceArguments) ProtoReflect added in v0.3.0

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

func (*SetAccountNonceArguments) Reset added in v0.3.0

func (x *SetAccountNonceArguments) Reset()

func (*SetAccountNonceArguments) String added in v0.3.0

func (x *SetAccountNonceArguments) String() string

type SetAccountNonceResult added in v0.3.0

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

func (*SetAccountNonceResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use SetAccountNonceResult.ProtoReflect.Descriptor instead.

func (*SetAccountNonceResult) ProtoMessage added in v0.3.0

func (*SetAccountNonceResult) ProtoMessage()

func (*SetAccountNonceResult) ProtoReflect added in v0.3.0

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

func (*SetAccountNonceResult) Reset added in v0.3.0

func (x *SetAccountNonceResult) Reset()

func (*SetAccountNonceResult) String added in v0.3.0

func (x *SetAccountNonceResult) String() string

type SetSystemCallEvent added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use SetSystemCallEvent.ProtoReflect.Descriptor instead.

func (*SetSystemCallEvent) GetCallId added in v0.3.0

func (x *SetSystemCallEvent) GetCallId() uint32

func (*SetSystemCallEvent) GetTarget added in v0.3.0

func (*SetSystemCallEvent) ProtoMessage added in v0.3.0

func (*SetSystemCallEvent) ProtoMessage()

func (*SetSystemCallEvent) ProtoReflect added in v0.3.0

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

func (*SetSystemCallEvent) Reset added in v0.3.0

func (x *SetSystemCallEvent) Reset()

func (*SetSystemCallEvent) String added in v0.3.0

func (x *SetSystemCallEvent) String() string

type SetSystemContractEvent added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use SetSystemContractEvent.ProtoReflect.Descriptor instead.

func (*SetSystemContractEvent) GetContractId added in v0.3.0

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

func (*SetSystemContractEvent) GetSystemContract added in v0.3.0

func (x *SetSystemContractEvent) GetSystemContract() bool

func (*SetSystemContractEvent) ProtoMessage added in v0.3.0

func (*SetSystemContractEvent) ProtoMessage()

func (*SetSystemContractEvent) ProtoReflect added in v0.3.0

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

func (*SetSystemContractEvent) Reset added in v0.3.0

func (x *SetSystemContractEvent) Reset()

func (*SetSystemContractEvent) String added in v0.3.0

func (x *SetSystemContractEvent) String() string

type SystemCallId added in v0.3.0

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 added in v0.3.0

func (SystemCallId) Enum added in v0.3.0

func (x SystemCallId) Enum() *SystemCallId

func (SystemCallId) EnumDescriptor deprecated added in v0.3.0

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

Deprecated: Use SystemCallId.Descriptor instead.

func (SystemCallId) Number added in v0.3.0

func (SystemCallId) String added in v0.3.0

func (x SystemCallId) String() string

func (SystemCallId) Type added in v0.3.0

type SystemSpaceId added in v0.3.0

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 added in v0.3.0

func (SystemSpaceId) Enum added in v0.3.0

func (x SystemSpaceId) Enum() *SystemSpaceId

func (SystemSpaceId) EnumDescriptor deprecated added in v0.3.0

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

Deprecated: Use SystemSpaceId.Descriptor instead.

func (SystemSpaceId) Number added in v0.3.0

func (SystemSpaceId) String added in v0.3.0

func (x SystemSpaceId) String() string

func (SystemSpaceId) Type added in v0.3.0

type ValueType added in v1.0.1

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 added in v1.0.1

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

Deprecated: Use ValueType.ProtoReflect.Descriptor instead.

func (*ValueType) GetBoolValue added in v1.0.1

func (x *ValueType) GetBoolValue() bool

func (*ValueType) GetBytesValue added in v1.0.1

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

func (*ValueType) GetFixed32Value added in v1.0.1

func (x *ValueType) GetFixed32Value() uint32

func (*ValueType) GetFixed64Value added in v1.0.1

func (x *ValueType) GetFixed64Value() uint64

func (*ValueType) GetInt32Value added in v1.0.1

func (x *ValueType) GetInt32Value() int32

func (*ValueType) GetInt64Value added in v1.0.1

func (x *ValueType) GetInt64Value() int64

func (*ValueType) GetKind added in v1.0.1

func (m *ValueType) GetKind() isValueType_Kind

func (*ValueType) GetMessageValue added in v1.0.1

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

func (*ValueType) GetSfixed32Value added in v1.0.1

func (x *ValueType) GetSfixed32Value() int32

func (*ValueType) GetSfixed64Value added in v1.0.1

func (x *ValueType) GetSfixed64Value() int64

func (*ValueType) GetSint32Value added in v1.0.1

func (x *ValueType) GetSint32Value() int32

func (*ValueType) GetSint64Value added in v1.0.1

func (x *ValueType) GetSint64Value() int64

func (*ValueType) GetStringValue added in v1.0.1

func (x *ValueType) GetStringValue() string

func (*ValueType) GetUint32Value added in v1.0.1

func (x *ValueType) GetUint32Value() uint32

func (*ValueType) GetUint64Value added in v1.0.1

func (x *ValueType) GetUint64Value() uint64

func (*ValueType) ProtoMessage added in v1.0.1

func (*ValueType) ProtoMessage()

func (*ValueType) ProtoReflect added in v1.0.1

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

func (*ValueType) Reset added in v1.0.1

func (x *ValueType) Reset()

func (*ValueType) String added in v1.0.1

func (x *ValueType) String() string

type ValueType_BoolValue added in v1.0.1

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

type ValueType_BytesValue added in v1.0.1

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

type ValueType_Fixed32Value added in v1.0.1

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

type ValueType_Fixed64Value added in v1.0.1

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

type ValueType_Int32Value added in v1.0.1

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

type ValueType_Int64Value added in v1.0.1

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

type ValueType_MessageValue added in v1.0.1

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

type ValueType_Sfixed32Value added in v1.0.1

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

type ValueType_Sfixed64Value added in v1.0.1

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

type ValueType_Sint32Value added in v1.0.1

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

type ValueType_Sint64Value added in v1.0.1

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

type ValueType_StringValue added in v1.0.1

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

type ValueType_Uint32Value added in v1.0.1

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

type ValueType_Uint64Value added in v1.0.1

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

type VerifyAccountNonceArguments added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use VerifyAccountNonceArguments.ProtoReflect.Descriptor instead.

func (*VerifyAccountNonceArguments) GetAccount added in v0.3.0

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

func (*VerifyAccountNonceArguments) GetNonce added in v0.3.0

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

func (*VerifyAccountNonceArguments) ProtoMessage added in v0.3.0

func (*VerifyAccountNonceArguments) ProtoMessage()

func (*VerifyAccountNonceArguments) ProtoReflect added in v0.3.0

func (*VerifyAccountNonceArguments) Reset added in v0.3.0

func (x *VerifyAccountNonceArguments) Reset()

func (*VerifyAccountNonceArguments) String added in v0.3.0

func (x *VerifyAccountNonceArguments) String() string

type VerifyAccountNonceResult added in v0.3.0

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

func (*VerifyAccountNonceResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use VerifyAccountNonceResult.ProtoReflect.Descriptor instead.

func (*VerifyAccountNonceResult) GetValue added in v0.3.0

func (x *VerifyAccountNonceResult) GetValue() bool

func (*VerifyAccountNonceResult) ProtoMessage added in v0.3.0

func (*VerifyAccountNonceResult) ProtoMessage()

func (*VerifyAccountNonceResult) ProtoReflect added in v0.3.0

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

func (*VerifyAccountNonceResult) Reset added in v0.3.0

func (x *VerifyAccountNonceResult) Reset()

func (*VerifyAccountNonceResult) String added in v0.3.0

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 added in v0.3.0

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 added in v0.3.0

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

Deprecated: Use VerifySignatureArguments.ProtoReflect.Descriptor instead.

func (*VerifySignatureArguments) GetCompressed added in v0.4.0

func (x *VerifySignatureArguments) GetCompressed() bool

func (*VerifySignatureArguments) GetDigest added in v0.3.0

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

func (*VerifySignatureArguments) GetPublicKey added in v0.3.0

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

func (*VerifySignatureArguments) GetSignature added in v0.3.0

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

func (*VerifySignatureArguments) GetType added in v0.3.0

func (x *VerifySignatureArguments) GetType() Dsa

func (*VerifySignatureArguments) ProtoMessage added in v0.3.0

func (*VerifySignatureArguments) ProtoMessage()

func (*VerifySignatureArguments) ProtoReflect added in v0.3.0

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

func (*VerifySignatureArguments) Reset added in v0.3.0

func (x *VerifySignatureArguments) Reset()

func (*VerifySignatureArguments) String added in v0.3.0

func (x *VerifySignatureArguments) String() string

type VerifySignatureResult added in v0.3.0

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

func (*VerifySignatureResult) Descriptor deprecated added in v0.3.0

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

Deprecated: Use VerifySignatureResult.ProtoReflect.Descriptor instead.

func (*VerifySignatureResult) GetValue added in v0.3.0

func (x *VerifySignatureResult) GetValue() bool

func (*VerifySignatureResult) ProtoMessage added in v0.3.0

func (*VerifySignatureResult) ProtoMessage()

func (*VerifySignatureResult) ProtoReflect added in v0.3.0

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

func (*VerifySignatureResult) Reset added in v0.3.0

func (x *VerifySignatureResult) Reset()

func (*VerifySignatureResult) String added in v0.3.0

func (x *VerifySignatureResult) String() string

type VerifyVrfProofArguments added in v0.4.0

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 added in v0.4.0

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

Deprecated: Use VerifyVrfProofArguments.ProtoReflect.Descriptor instead.

func (*VerifyVrfProofArguments) GetHash added in v0.4.0

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

func (*VerifyVrfProofArguments) GetMessage added in v0.4.0

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

func (*VerifyVrfProofArguments) GetProof added in v0.4.0

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

func (*VerifyVrfProofArguments) GetPublicKey added in v0.4.0

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

func (*VerifyVrfProofArguments) GetType added in v0.4.0

func (x *VerifyVrfProofArguments) GetType() Dsa

func (*VerifyVrfProofArguments) ProtoMessage added in v0.4.0

func (*VerifyVrfProofArguments) ProtoMessage()

func (*VerifyVrfProofArguments) ProtoReflect added in v0.4.0

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

func (*VerifyVrfProofArguments) Reset added in v0.4.0

func (x *VerifyVrfProofArguments) Reset()

func (*VerifyVrfProofArguments) String added in v0.4.0

func (x *VerifyVrfProofArguments) String() string

type VerifyVrfProofResult added in v0.4.0

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

func (*VerifyVrfProofResult) Descriptor deprecated added in v0.4.0

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

Deprecated: Use VerifyVrfProofResult.ProtoReflect.Descriptor instead.

func (*VerifyVrfProofResult) GetValue added in v0.4.0

func (x *VerifyVrfProofResult) GetValue() bool

func (*VerifyVrfProofResult) ProtoMessage added in v0.4.0

func (*VerifyVrfProofResult) ProtoMessage()

func (*VerifyVrfProofResult) ProtoReflect added in v0.4.0

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

func (*VerifyVrfProofResult) Reset added in v0.4.0

func (x *VerifyVrfProofResult) Reset()

func (*VerifyVrfProofResult) String added in v0.4.0

func (x *VerifyVrfProofResult) String() string

Jump to

Keyboard shortcuts

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