transaction_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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_koinos_rpc_transaction_store_transaction_store_rpc_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type GetTransactionsByIdRequest

type GetTransactionsByIdRequest struct {
	TransactionIds [][]byte `protobuf:"bytes,1,rep,name=transaction_ids,json=transactionIds,proto3" json:"transaction_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsByIdRequest) Descriptor deprecated

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

Deprecated: Use GetTransactionsByIdRequest.ProtoReflect.Descriptor instead.

func (*GetTransactionsByIdRequest) GetTransactionIds

func (x *GetTransactionsByIdRequest) GetTransactionIds() [][]byte

func (*GetTransactionsByIdRequest) ProtoMessage

func (*GetTransactionsByIdRequest) ProtoMessage()

func (*GetTransactionsByIdRequest) ProtoReflect

func (*GetTransactionsByIdRequest) Reset

func (x *GetTransactionsByIdRequest) Reset()

func (*GetTransactionsByIdRequest) String

func (x *GetTransactionsByIdRequest) String() string

type GetTransactionsByIdResponse

type GetTransactionsByIdResponse struct {
	Transactions []*transaction_store.TransactionItem `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTransactionsByIdResponse) Descriptor deprecated

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

Deprecated: Use GetTransactionsByIdResponse.ProtoReflect.Descriptor instead.

func (*GetTransactionsByIdResponse) GetTransactions

func (*GetTransactionsByIdResponse) ProtoMessage

func (*GetTransactionsByIdResponse) ProtoMessage()

func (*GetTransactionsByIdResponse) ProtoReflect

func (*GetTransactionsByIdResponse) Reset

func (x *GetTransactionsByIdResponse) Reset()

func (*GetTransactionsByIdResponse) String

func (x *GetTransactionsByIdResponse) String() string

type TransactionStoreRequest

type TransactionStoreRequest struct {

	// Types that are assignable to Request:
	//	*TransactionStoreRequest_Reserved
	//	*TransactionStoreRequest_GetTransactionsById
	Request isTransactionStoreRequest_Request `protobuf_oneof:"request"`
	// contains filtered or unexported fields
}

func (*TransactionStoreRequest) Descriptor deprecated

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

Deprecated: Use TransactionStoreRequest.ProtoReflect.Descriptor instead.

func (*TransactionStoreRequest) GetGetTransactionsById

func (x *TransactionStoreRequest) GetGetTransactionsById() *GetTransactionsByIdRequest

func (*TransactionStoreRequest) GetRequest

func (m *TransactionStoreRequest) GetRequest() isTransactionStoreRequest_Request

func (*TransactionStoreRequest) GetReserved

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

func (*TransactionStoreRequest) ProtoMessage

func (*TransactionStoreRequest) ProtoMessage()

func (*TransactionStoreRequest) ProtoReflect

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

func (*TransactionStoreRequest) Reset

func (x *TransactionStoreRequest) Reset()

func (*TransactionStoreRequest) String

func (x *TransactionStoreRequest) String() string

type TransactionStoreRequest_GetTransactionsById

type TransactionStoreRequest_GetTransactionsById struct {
	GetTransactionsById *GetTransactionsByIdRequest `protobuf:"bytes,2,opt,name=get_transactions_by_id,json=getTransactionsById,proto3,oneof"`
}

type TransactionStoreRequest_Reserved

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

type TransactionStoreResponse

type TransactionStoreResponse struct {

	// Types that are assignable to Response:
	//	*TransactionStoreResponse_Reserved
	//	*TransactionStoreResponse_Error
	//	*TransactionStoreResponse_GetTransactionsById
	Response isTransactionStoreResponse_Response `protobuf_oneof:"response"`
	// contains filtered or unexported fields
}

func (*TransactionStoreResponse) Descriptor deprecated

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

Deprecated: Use TransactionStoreResponse.ProtoReflect.Descriptor instead.

func (*TransactionStoreResponse) GetError

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

func (*TransactionStoreResponse) GetGetTransactionsById

func (x *TransactionStoreResponse) GetGetTransactionsById() *GetTransactionsByIdResponse

func (*TransactionStoreResponse) GetReserved

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

func (*TransactionStoreResponse) GetResponse

func (m *TransactionStoreResponse) GetResponse() isTransactionStoreResponse_Response

func (*TransactionStoreResponse) ProtoMessage

func (*TransactionStoreResponse) ProtoMessage()

func (*TransactionStoreResponse) ProtoReflect

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

func (*TransactionStoreResponse) Reset

func (x *TransactionStoreResponse) Reset()

func (*TransactionStoreResponse) String

func (x *TransactionStoreResponse) String() string

type TransactionStoreResponse_Error

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

type TransactionStoreResponse_GetTransactionsById

type TransactionStoreResponse_GetTransactionsById struct {
	GetTransactionsById *GetTransactionsByIdResponse `protobuf:"bytes,3,opt,name=get_transactions_by_id,json=getTransactionsById,proto3,oneof"`
}

type TransactionStoreResponse_Reserved

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

Jump to

Keyboard shortcuts

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