contract_meta_store

package
v2.1.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_koinos_rpc_contract_meta_store_contract_meta_store_rpc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ContractMetaStoreRequest

type ContractMetaStoreRequest struct {

	// Types that are assignable to Request:
	//	*ContractMetaStoreRequest_Reserved
	//	*ContractMetaStoreRequest_GetContractMeta
	Request isContractMetaStoreRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*ContractMetaStoreRequest) Descriptor deprecated

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

Deprecated: Use ContractMetaStoreRequest.ProtoReflect.Descriptor instead.

func (*ContractMetaStoreRequest) GetGetContractMeta

func (x *ContractMetaStoreRequest) GetGetContractMeta() *GetContractMetaRequest

func (*ContractMetaStoreRequest) GetRequest

func (m *ContractMetaStoreRequest) GetRequest() isContractMetaStoreRequest_Request

func (*ContractMetaStoreRequest) GetReserved

func (x *ContractMetaStoreRequest) GetReserved() *rpc.ReservedRpc

func (*ContractMetaStoreRequest) ProtoMessage

func (*ContractMetaStoreRequest) ProtoMessage()

func (*ContractMetaStoreRequest) ProtoReflect

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

func (*ContractMetaStoreRequest) Reset

func (x *ContractMetaStoreRequest) Reset()

func (*ContractMetaStoreRequest) String

func (x *ContractMetaStoreRequest) String() string

type ContractMetaStoreRequest_GetContractMeta

type ContractMetaStoreRequest_GetContractMeta struct {
	GetContractMeta *GetContractMetaRequest `protobuf:"bytes,2,opt,name=get_contract_meta,json=getContractMeta,proto3,oneof"`
}

type ContractMetaStoreRequest_Reserved

type ContractMetaStoreRequest_Reserved struct {
	Reserved *rpc.ReservedRpc `protobuf:"bytes,1,opt,name=reserved,proto3,oneof"`
}

type ContractMetaStoreResponse

type ContractMetaStoreResponse struct {

	// Types that are assignable to Response:
	//	*ContractMetaStoreResponse_Reserved
	//	*ContractMetaStoreResponse_Error
	//	*ContractMetaStoreResponse_GetContractMeta
	Response isContractMetaStoreResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*ContractMetaStoreResponse) Descriptor deprecated

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

Deprecated: Use ContractMetaStoreResponse.ProtoReflect.Descriptor instead.

func (*ContractMetaStoreResponse) GetError

func (x *ContractMetaStoreResponse) GetError() *rpc.ErrorStatus

func (*ContractMetaStoreResponse) GetGetContractMeta

func (x *ContractMetaStoreResponse) GetGetContractMeta() *GetContractMetaResponse

func (*ContractMetaStoreResponse) GetReserved

func (x *ContractMetaStoreResponse) GetReserved() *rpc.ReservedRpc

func (*ContractMetaStoreResponse) GetResponse

func (m *ContractMetaStoreResponse) GetResponse() isContractMetaStoreResponse_Response

func (*ContractMetaStoreResponse) ProtoMessage

func (*ContractMetaStoreResponse) ProtoMessage()

func (*ContractMetaStoreResponse) ProtoReflect

func (*ContractMetaStoreResponse) Reset

func (x *ContractMetaStoreResponse) Reset()

func (*ContractMetaStoreResponse) String

func (x *ContractMetaStoreResponse) String() string

type ContractMetaStoreResponse_Error

type ContractMetaStoreResponse_Error struct {
	Error *rpc.ErrorStatus `protobuf:"bytes,2,opt,name=error,proto3,oneof"`
}

type ContractMetaStoreResponse_GetContractMeta

type ContractMetaStoreResponse_GetContractMeta struct {
	GetContractMeta *GetContractMetaResponse `protobuf:"bytes,3,opt,name=get_contract_meta,json=getContractMeta,proto3,oneof"`
}

type ContractMetaStoreResponse_Reserved

type ContractMetaStoreResponse_Reserved struct {
	Reserved *rpc.ReservedRpc `protobuf:"bytes,1,opt,name=reserved,proto3,oneof"`
}

type GetContractMetaRequest

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

func (*GetContractMetaRequest) Descriptor deprecated

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

Deprecated: Use GetContractMetaRequest.ProtoReflect.Descriptor instead.

func (*GetContractMetaRequest) GetContractId

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

func (*GetContractMetaRequest) ProtoMessage

func (*GetContractMetaRequest) ProtoMessage()

func (*GetContractMetaRequest) ProtoReflect

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

func (*GetContractMetaRequest) Reset

func (x *GetContractMetaRequest) Reset()

func (*GetContractMetaRequest) String

func (x *GetContractMetaRequest) String() string

type GetContractMetaResponse

type GetContractMetaResponse struct {
	Meta *contract_meta_store.ContractMetaItem `protobuf:"bytes,1,opt,name=meta,proto3" json:"meta,omitempty"`
	// contains filtered or unexported fields
}

func (*GetContractMetaResponse) Descriptor deprecated

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

Deprecated: Use GetContractMetaResponse.ProtoReflect.Descriptor instead.

func (*GetContractMetaResponse) GetMeta

func (*GetContractMetaResponse) ProtoMessage

func (*GetContractMetaResponse) ProtoMessage()

func (*GetContractMetaResponse) ProtoReflect

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

func (*GetContractMetaResponse) Reset

func (x *GetContractMetaResponse) Reset()

func (*GetContractMetaResponse) String

func (x *GetContractMetaResponse) String() string

Jump to

Keyboard shortcuts

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