access

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 4, 2024 License: Apache-2.0 Imports: 9 Imported by: 58

Documentation

Index

Constants

View Source
const (
	AccessAPI_Ping_FullMethodName                                  = "/flow.access.AccessAPI/Ping"
	AccessAPI_GetNodeVersionInfo_FullMethodName                    = "/flow.access.AccessAPI/GetNodeVersionInfo"
	AccessAPI_GetLatestBlockHeader_FullMethodName                  = "/flow.access.AccessAPI/GetLatestBlockHeader"
	AccessAPI_GetBlockHeaderByID_FullMethodName                    = "/flow.access.AccessAPI/GetBlockHeaderByID"
	AccessAPI_GetBlockHeaderByHeight_FullMethodName                = "/flow.access.AccessAPI/GetBlockHeaderByHeight"
	AccessAPI_GetLatestBlock_FullMethodName                        = "/flow.access.AccessAPI/GetLatestBlock"
	AccessAPI_GetBlockByID_FullMethodName                          = "/flow.access.AccessAPI/GetBlockByID"
	AccessAPI_GetBlockByHeight_FullMethodName                      = "/flow.access.AccessAPI/GetBlockByHeight"
	AccessAPI_GetCollectionByID_FullMethodName                     = "/flow.access.AccessAPI/GetCollectionByID"
	AccessAPI_SendTransaction_FullMethodName                       = "/flow.access.AccessAPI/SendTransaction"
	AccessAPI_GetTransaction_FullMethodName                        = "/flow.access.AccessAPI/GetTransaction"
	AccessAPI_GetTransactionResult_FullMethodName                  = "/flow.access.AccessAPI/GetTransactionResult"
	AccessAPI_GetTransactionResultByIndex_FullMethodName           = "/flow.access.AccessAPI/GetTransactionResultByIndex"
	AccessAPI_GetTransactionResultsByBlockID_FullMethodName        = "/flow.access.AccessAPI/GetTransactionResultsByBlockID"
	AccessAPI_GetTransactionsByBlockID_FullMethodName              = "/flow.access.AccessAPI/GetTransactionsByBlockID"
	AccessAPI_GetSystemTransaction_FullMethodName                  = "/flow.access.AccessAPI/GetSystemTransaction"
	AccessAPI_GetSystemTransactionResult_FullMethodName            = "/flow.access.AccessAPI/GetSystemTransactionResult"
	AccessAPI_GetAccount_FullMethodName                            = "/flow.access.AccessAPI/GetAccount"
	AccessAPI_GetAccountAtLatestBlock_FullMethodName               = "/flow.access.AccessAPI/GetAccountAtLatestBlock"
	AccessAPI_GetAccountAtBlockHeight_FullMethodName               = "/flow.access.AccessAPI/GetAccountAtBlockHeight"
	AccessAPI_ExecuteScriptAtLatestBlock_FullMethodName            = "/flow.access.AccessAPI/ExecuteScriptAtLatestBlock"
	AccessAPI_ExecuteScriptAtBlockID_FullMethodName                = "/flow.access.AccessAPI/ExecuteScriptAtBlockID"
	AccessAPI_ExecuteScriptAtBlockHeight_FullMethodName            = "/flow.access.AccessAPI/ExecuteScriptAtBlockHeight"
	AccessAPI_GetEventsForHeightRange_FullMethodName               = "/flow.access.AccessAPI/GetEventsForHeightRange"
	AccessAPI_GetEventsForBlockIDs_FullMethodName                  = "/flow.access.AccessAPI/GetEventsForBlockIDs"
	AccessAPI_GetNetworkParameters_FullMethodName                  = "/flow.access.AccessAPI/GetNetworkParameters"
	AccessAPI_GetLatestProtocolStateSnapshot_FullMethodName        = "/flow.access.AccessAPI/GetLatestProtocolStateSnapshot"
	AccessAPI_GetProtocolStateSnapshotByBlockID_FullMethodName     = "/flow.access.AccessAPI/GetProtocolStateSnapshotByBlockID"
	AccessAPI_GetProtocolStateSnapshotByHeight_FullMethodName      = "/flow.access.AccessAPI/GetProtocolStateSnapshotByHeight"
	AccessAPI_GetExecutionResultForBlockID_FullMethodName          = "/flow.access.AccessAPI/GetExecutionResultForBlockID"
	AccessAPI_GetExecutionResultByID_FullMethodName                = "/flow.access.AccessAPI/GetExecutionResultByID"
	AccessAPI_SubscribeBlocksFromStartBlockID_FullMethodName       = "/flow.access.AccessAPI/SubscribeBlocksFromStartBlockID"
	AccessAPI_SubscribeBlocksFromStartHeight_FullMethodName        = "/flow.access.AccessAPI/SubscribeBlocksFromStartHeight"
	AccessAPI_SubscribeBlocksFromLatest_FullMethodName             = "/flow.access.AccessAPI/SubscribeBlocksFromLatest"
	AccessAPI_SubscribeBlockHeadersFromStartBlockID_FullMethodName = "/flow.access.AccessAPI/SubscribeBlockHeadersFromStartBlockID"
	AccessAPI_SubscribeBlockHeadersFromStartHeight_FullMethodName  = "/flow.access.AccessAPI/SubscribeBlockHeadersFromStartHeight"
	AccessAPI_SubscribeBlockHeadersFromLatest_FullMethodName       = "/flow.access.AccessAPI/SubscribeBlockHeadersFromLatest"
	AccessAPI_SubscribeBlockDigestsFromStartBlockID_FullMethodName = "/flow.access.AccessAPI/SubscribeBlockDigestsFromStartBlockID"
	AccessAPI_SubscribeBlockDigestsFromStartHeight_FullMethodName  = "/flow.access.AccessAPI/SubscribeBlockDigestsFromStartHeight"
	AccessAPI_SubscribeBlockDigestsFromLatest_FullMethodName       = "/flow.access.AccessAPI/SubscribeBlockDigestsFromLatest"
	AccessAPI_SendAndSubscribeTransactionStatuses_FullMethodName   = "/flow.access.AccessAPI/SendAndSubscribeTransactionStatuses"
)

Variables

View Source
var AccessAPI_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "flow.access.AccessAPI",
	HandlerType: (*AccessAPIServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Ping",
			Handler:    _AccessAPI_Ping_Handler,
		},
		{
			MethodName: "GetNodeVersionInfo",
			Handler:    _AccessAPI_GetNodeVersionInfo_Handler,
		},
		{
			MethodName: "GetLatestBlockHeader",
			Handler:    _AccessAPI_GetLatestBlockHeader_Handler,
		},
		{
			MethodName: "GetBlockHeaderByID",
			Handler:    _AccessAPI_GetBlockHeaderByID_Handler,
		},
		{
			MethodName: "GetBlockHeaderByHeight",
			Handler:    _AccessAPI_GetBlockHeaderByHeight_Handler,
		},
		{
			MethodName: "GetLatestBlock",
			Handler:    _AccessAPI_GetLatestBlock_Handler,
		},
		{
			MethodName: "GetBlockByID",
			Handler:    _AccessAPI_GetBlockByID_Handler,
		},
		{
			MethodName: "GetBlockByHeight",
			Handler:    _AccessAPI_GetBlockByHeight_Handler,
		},
		{
			MethodName: "GetCollectionByID",
			Handler:    _AccessAPI_GetCollectionByID_Handler,
		},
		{
			MethodName: "SendTransaction",
			Handler:    _AccessAPI_SendTransaction_Handler,
		},
		{
			MethodName: "GetTransaction",
			Handler:    _AccessAPI_GetTransaction_Handler,
		},
		{
			MethodName: "GetTransactionResult",
			Handler:    _AccessAPI_GetTransactionResult_Handler,
		},
		{
			MethodName: "GetTransactionResultByIndex",
			Handler:    _AccessAPI_GetTransactionResultByIndex_Handler,
		},
		{
			MethodName: "GetTransactionResultsByBlockID",
			Handler:    _AccessAPI_GetTransactionResultsByBlockID_Handler,
		},
		{
			MethodName: "GetTransactionsByBlockID",
			Handler:    _AccessAPI_GetTransactionsByBlockID_Handler,
		},
		{
			MethodName: "GetSystemTransaction",
			Handler:    _AccessAPI_GetSystemTransaction_Handler,
		},
		{
			MethodName: "GetSystemTransactionResult",
			Handler:    _AccessAPI_GetSystemTransactionResult_Handler,
		},
		{
			MethodName: "GetAccount",
			Handler:    _AccessAPI_GetAccount_Handler,
		},
		{
			MethodName: "GetAccountAtLatestBlock",
			Handler:    _AccessAPI_GetAccountAtLatestBlock_Handler,
		},
		{
			MethodName: "GetAccountAtBlockHeight",
			Handler:    _AccessAPI_GetAccountAtBlockHeight_Handler,
		},
		{
			MethodName: "ExecuteScriptAtLatestBlock",
			Handler:    _AccessAPI_ExecuteScriptAtLatestBlock_Handler,
		},
		{
			MethodName: "ExecuteScriptAtBlockID",
			Handler:    _AccessAPI_ExecuteScriptAtBlockID_Handler,
		},
		{
			MethodName: "ExecuteScriptAtBlockHeight",
			Handler:    _AccessAPI_ExecuteScriptAtBlockHeight_Handler,
		},
		{
			MethodName: "GetEventsForHeightRange",
			Handler:    _AccessAPI_GetEventsForHeightRange_Handler,
		},
		{
			MethodName: "GetEventsForBlockIDs",
			Handler:    _AccessAPI_GetEventsForBlockIDs_Handler,
		},
		{
			MethodName: "GetNetworkParameters",
			Handler:    _AccessAPI_GetNetworkParameters_Handler,
		},
		{
			MethodName: "GetLatestProtocolStateSnapshot",
			Handler:    _AccessAPI_GetLatestProtocolStateSnapshot_Handler,
		},
		{
			MethodName: "GetProtocolStateSnapshotByBlockID",
			Handler:    _AccessAPI_GetProtocolStateSnapshotByBlockID_Handler,
		},
		{
			MethodName: "GetProtocolStateSnapshotByHeight",
			Handler:    _AccessAPI_GetProtocolStateSnapshotByHeight_Handler,
		},
		{
			MethodName: "GetExecutionResultForBlockID",
			Handler:    _AccessAPI_GetExecutionResultForBlockID_Handler,
		},
		{
			MethodName: "GetExecutionResultByID",
			Handler:    _AccessAPI_GetExecutionResultByID_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "SubscribeBlocksFromStartBlockID",
			Handler:       _AccessAPI_SubscribeBlocksFromStartBlockID_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlocksFromStartHeight",
			Handler:       _AccessAPI_SubscribeBlocksFromStartHeight_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlocksFromLatest",
			Handler:       _AccessAPI_SubscribeBlocksFromLatest_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockHeadersFromStartBlockID",
			Handler:       _AccessAPI_SubscribeBlockHeadersFromStartBlockID_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockHeadersFromStartHeight",
			Handler:       _AccessAPI_SubscribeBlockHeadersFromStartHeight_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockHeadersFromLatest",
			Handler:       _AccessAPI_SubscribeBlockHeadersFromLatest_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockDigestsFromStartBlockID",
			Handler:       _AccessAPI_SubscribeBlockDigestsFromStartBlockID_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockDigestsFromStartHeight",
			Handler:       _AccessAPI_SubscribeBlockDigestsFromStartHeight_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SubscribeBlockDigestsFromLatest",
			Handler:       _AccessAPI_SubscribeBlockDigestsFromLatest_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SendAndSubscribeTransactionStatuses",
			Handler:       _AccessAPI_SendAndSubscribeTransactionStatuses_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "flow/access/access.proto",
}

AccessAPI_ServiceDesc is the grpc.ServiceDesc for AccessAPI service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAccessAPIServer

func RegisterAccessAPIServer(s grpc.ServiceRegistrar, srv AccessAPIServer)

Types

type AccessAPIClient

type AccessAPIClient interface {
	// Ping is used to check if the access node is alive and healthy.
	Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error)
	// GetNodeVersionInfo return node version information, such as semver,
	// commit, sporkID and protocol version.
	GetNodeVersionInfo(ctx context.Context, in *GetNodeVersionInfoRequest, opts ...grpc.CallOption) (*GetNodeVersionInfoResponse, error)
	// GetLatestBlockHeader gets the latest sealed or unsealed block header.
	GetLatestBlockHeader(ctx context.Context, in *GetLatestBlockHeaderRequest, opts ...grpc.CallOption) (*BlockHeaderResponse, error)
	// GetBlockHeaderByID gets a block header by ID.
	GetBlockHeaderByID(ctx context.Context, in *GetBlockHeaderByIDRequest, opts ...grpc.CallOption) (*BlockHeaderResponse, error)
	// GetBlockHeaderByHeight gets a block header by height.
	GetBlockHeaderByHeight(ctx context.Context, in *GetBlockHeaderByHeightRequest, opts ...grpc.CallOption) (*BlockHeaderResponse, error)
	// GetLatestBlock gets the full payload of the latest sealed or unsealed
	// block.
	GetLatestBlock(ctx context.Context, in *GetLatestBlockRequest, opts ...grpc.CallOption) (*BlockResponse, error)
	// GetBlockByID gets a full block by ID.
	GetBlockByID(ctx context.Context, in *GetBlockByIDRequest, opts ...grpc.CallOption) (*BlockResponse, error)
	// GetBlockByHeight gets a full block by height.
	GetBlockByHeight(ctx context.Context, in *GetBlockByHeightRequest, opts ...grpc.CallOption) (*BlockResponse, error)
	// GetCollectionByID gets a collection by ID.
	GetCollectionByID(ctx context.Context, in *GetCollectionByIDRequest, opts ...grpc.CallOption) (*CollectionResponse, error)
	// SendTransaction submits a transaction to the network.
	SendTransaction(ctx context.Context, in *SendTransactionRequest, opts ...grpc.CallOption) (*SendTransactionResponse, error)
	// GetTransaction gets a transaction by ID.
	GetTransaction(ctx context.Context, in *GetTransactionRequest, opts ...grpc.CallOption) (*TransactionResponse, error)
	// GetTransactionResult gets the result of a transaction.
	GetTransactionResult(ctx context.Context, in *GetTransactionRequest, opts ...grpc.CallOption) (*TransactionResultResponse, error)
	// GetTransactionResultByIndex gets the result of a transaction at a specified
	// block and index
	GetTransactionResultByIndex(ctx context.Context, in *GetTransactionByIndexRequest, opts ...grpc.CallOption) (*TransactionResultResponse, error)
	// GetTransactionResultsByBlockID gets all the transaction results for a
	// specified block
	GetTransactionResultsByBlockID(ctx context.Context, in *GetTransactionsByBlockIDRequest, opts ...grpc.CallOption) (*TransactionResultsResponse, error)
	// GetTransactionsByBlockID gets all the transactions for a specified block
	GetTransactionsByBlockID(ctx context.Context, in *GetTransactionsByBlockIDRequest, opts ...grpc.CallOption) (*TransactionsResponse, error)
	// GetSystemTransaction gets a system transaction
	GetSystemTransaction(ctx context.Context, in *GetSystemTransactionRequest, opts ...grpc.CallOption) (*TransactionResponse, error)
	// GetSystemTransactionResult gets a system transaction result for a
	// specified block
	GetSystemTransactionResult(ctx context.Context, in *GetSystemTransactionResultRequest, opts ...grpc.CallOption) (*TransactionResultResponse, error)
	// GetAccount is an alias for GetAccountAtLatestBlock.
	//
	// Warning: this function is deprecated. It behaves identically to
	// GetAccountAtLatestBlock and will be removed in a future version.
	GetAccount(ctx context.Context, in *GetAccountRequest, opts ...grpc.CallOption) (*GetAccountResponse, error)
	// GetAccountAtLatestBlock gets an account by address from the latest sealed
	// execution state.
	GetAccountAtLatestBlock(ctx context.Context, in *GetAccountAtLatestBlockRequest, opts ...grpc.CallOption) (*AccountResponse, error)
	// GetAccountAtBlockHeight gets an account by address at the given block
	// height
	GetAccountAtBlockHeight(ctx context.Context, in *GetAccountAtBlockHeightRequest, opts ...grpc.CallOption) (*AccountResponse, error)
	// ExecuteScriptAtLatestBlock executes a read-only Cadence script against the
	// latest sealed execution state.
	ExecuteScriptAtLatestBlock(ctx context.Context, in *ExecuteScriptAtLatestBlockRequest, opts ...grpc.CallOption) (*ExecuteScriptResponse, error)
	// ExecuteScriptAtBlockID executes a ready-only Cadence script against the
	// execution state at the block with the given ID.
	ExecuteScriptAtBlockID(ctx context.Context, in *ExecuteScriptAtBlockIDRequest, opts ...grpc.CallOption) (*ExecuteScriptResponse, error)
	// ExecuteScriptAtBlockHeight executes a ready-only Cadence script against the
	// execution state at the given block height.
	ExecuteScriptAtBlockHeight(ctx context.Context, in *ExecuteScriptAtBlockHeightRequest, opts ...grpc.CallOption) (*ExecuteScriptResponse, error)
	// GetEventsForHeightRange retrieves events emitted within the specified block
	// range.
	GetEventsForHeightRange(ctx context.Context, in *GetEventsForHeightRangeRequest, opts ...grpc.CallOption) (*EventsResponse, error)
	// GetEventsForBlockIDs retrieves events for the specified block IDs and event
	// type.
	GetEventsForBlockIDs(ctx context.Context, in *GetEventsForBlockIDsRequest, opts ...grpc.CallOption) (*EventsResponse, error)
	// GetNetworkParameters retrieves the Flow network details
	GetNetworkParameters(ctx context.Context, in *GetNetworkParametersRequest, opts ...grpc.CallOption) (*GetNetworkParametersResponse, error)
	// GetLatestProtocolStateSnapshot retrieves the latest sealed protocol state
	// snapshot. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetLatestProtocolStateSnapshot(ctx context.Context, in *GetLatestProtocolStateSnapshotRequest, opts ...grpc.CallOption) (*ProtocolStateSnapshotResponse, error)
	// GetProtocolStateSnapshotByBlockID retrieves the latest sealed protocol state
	// snapshot by block ID. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetProtocolStateSnapshotByBlockID(ctx context.Context, in *GetProtocolStateSnapshotByBlockIDRequest, opts ...grpc.CallOption) (*ProtocolStateSnapshotResponse, error)
	// GetProtocolStateSnapshotByHeight retrieves the latest sealed protocol state
	// snapshot by block height. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetProtocolStateSnapshotByHeight(ctx context.Context, in *GetProtocolStateSnapshotByHeightRequest, opts ...grpc.CallOption) (*ProtocolStateSnapshotResponse, error)
	// GetExecutionResultForBlockID returns Execution Result for a given block.
	// At present, Access Node might not have execution results for every block
	// and as usual, until sealed, this data can change
	GetExecutionResultForBlockID(ctx context.Context, in *GetExecutionResultForBlockIDRequest, opts ...grpc.CallOption) (*ExecutionResultForBlockIDResponse, error)
	// GetExecutionResultByID returns Execution Result by its ID.
	GetExecutionResultByID(ctx context.Context, in *GetExecutionResultByIDRequest, opts ...grpc.CallOption) (*ExecutionResultByIDResponse, error)
	// SubscribeBlocksFromStartBlockID streams finalized or sealed blocks starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromStartBlockID(ctx context.Context, in *SubscribeBlocksFromStartBlockIDRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlocksFromStartBlockIDClient, error)
	// SubscribeBlocksFromStartHeight streams finalized or sealed blocks starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromStartHeight(ctx context.Context, in *SubscribeBlocksFromStartHeightRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlocksFromStartHeightClient, error)
	// SubscribeBlocksFromLatest streams finalized or sealed blocks starting from the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromLatest(ctx context.Context, in *SubscribeBlocksFromLatestRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlocksFromLatestClient, error)
	// SubscribeBlockHeadersFromStartBlockID streams finalized or sealed block headers starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromStartBlockID(ctx context.Context, in *SubscribeBlockHeadersFromStartBlockIDRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockHeadersFromStartBlockIDClient, error)
	// SubscribeBlockHeadersFromStartHeight streams finalized or sealed block headers starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromStartHeight(ctx context.Context, in *SubscribeBlockHeadersFromStartHeightRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockHeadersFromStartHeightClient, error)
	// SubscribeBlockHeadersFromLatest streams finalized or sealed block headers starting from the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromLatest(ctx context.Context, in *SubscribeBlockHeadersFromLatestRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockHeadersFromLatestClient, error)
	// SubscribeBlockDigestsFromStartBlockID streams finalized or sealed lightweight block starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromStartBlockID(ctx context.Context, in *SubscribeBlockDigestsFromStartBlockIDRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockDigestsFromStartBlockIDClient, error)
	// SubscribeBlockDigestsFromStartHeight streams finalized or sealed lightweight block starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromStartHeight(ctx context.Context, in *SubscribeBlockDigestsFromStartHeightRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockDigestsFromStartHeightClient, error)
	// SubscribeBlockDigestsFromLatest streams finalized or sealed lightweight block headers starting of the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromLatest(ctx context.Context, in *SubscribeBlockDigestsFromLatestRequest, opts ...grpc.CallOption) (AccessAPI_SubscribeBlockDigestsFromLatestClient, error)
	// SendAndSubscribeTransactionStatuses send a transaction and immediately subscribe to its status changes. The status
	// is streamed back until the block containing the transaction becomes sealed.
	SendAndSubscribeTransactionStatuses(ctx context.Context, in *SendAndSubscribeTransactionStatusesRequest, opts ...grpc.CallOption) (AccessAPI_SendAndSubscribeTransactionStatusesClient, error)
}

AccessAPIClient is the client API for AccessAPI service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewAccessAPIClient

func NewAccessAPIClient(cc grpc.ClientConnInterface) AccessAPIClient

type AccessAPIServer

type AccessAPIServer interface {
	// Ping is used to check if the access node is alive and healthy.
	Ping(context.Context, *PingRequest) (*PingResponse, error)
	// GetNodeVersionInfo return node version information, such as semver,
	// commit, sporkID and protocol version.
	GetNodeVersionInfo(context.Context, *GetNodeVersionInfoRequest) (*GetNodeVersionInfoResponse, error)
	// GetLatestBlockHeader gets the latest sealed or unsealed block header.
	GetLatestBlockHeader(context.Context, *GetLatestBlockHeaderRequest) (*BlockHeaderResponse, error)
	// GetBlockHeaderByID gets a block header by ID.
	GetBlockHeaderByID(context.Context, *GetBlockHeaderByIDRequest) (*BlockHeaderResponse, error)
	// GetBlockHeaderByHeight gets a block header by height.
	GetBlockHeaderByHeight(context.Context, *GetBlockHeaderByHeightRequest) (*BlockHeaderResponse, error)
	// GetLatestBlock gets the full payload of the latest sealed or unsealed
	// block.
	GetLatestBlock(context.Context, *GetLatestBlockRequest) (*BlockResponse, error)
	// GetBlockByID gets a full block by ID.
	GetBlockByID(context.Context, *GetBlockByIDRequest) (*BlockResponse, error)
	// GetBlockByHeight gets a full block by height.
	GetBlockByHeight(context.Context, *GetBlockByHeightRequest) (*BlockResponse, error)
	// GetCollectionByID gets a collection by ID.
	GetCollectionByID(context.Context, *GetCollectionByIDRequest) (*CollectionResponse, error)
	// SendTransaction submits a transaction to the network.
	SendTransaction(context.Context, *SendTransactionRequest) (*SendTransactionResponse, error)
	// GetTransaction gets a transaction by ID.
	GetTransaction(context.Context, *GetTransactionRequest) (*TransactionResponse, error)
	// GetTransactionResult gets the result of a transaction.
	GetTransactionResult(context.Context, *GetTransactionRequest) (*TransactionResultResponse, error)
	// GetTransactionResultByIndex gets the result of a transaction at a specified
	// block and index
	GetTransactionResultByIndex(context.Context, *GetTransactionByIndexRequest) (*TransactionResultResponse, error)
	// GetTransactionResultsByBlockID gets all the transaction results for a
	// specified block
	GetTransactionResultsByBlockID(context.Context, *GetTransactionsByBlockIDRequest) (*TransactionResultsResponse, error)
	// GetTransactionsByBlockID gets all the transactions for a specified block
	GetTransactionsByBlockID(context.Context, *GetTransactionsByBlockIDRequest) (*TransactionsResponse, error)
	// GetSystemTransaction gets a system transaction
	GetSystemTransaction(context.Context, *GetSystemTransactionRequest) (*TransactionResponse, error)
	// GetSystemTransactionResult gets a system transaction result for a
	// specified block
	GetSystemTransactionResult(context.Context, *GetSystemTransactionResultRequest) (*TransactionResultResponse, error)
	// GetAccount is an alias for GetAccountAtLatestBlock.
	//
	// Warning: this function is deprecated. It behaves identically to
	// GetAccountAtLatestBlock and will be removed in a future version.
	GetAccount(context.Context, *GetAccountRequest) (*GetAccountResponse, error)
	// GetAccountAtLatestBlock gets an account by address from the latest sealed
	// execution state.
	GetAccountAtLatestBlock(context.Context, *GetAccountAtLatestBlockRequest) (*AccountResponse, error)
	// GetAccountAtBlockHeight gets an account by address at the given block
	// height
	GetAccountAtBlockHeight(context.Context, *GetAccountAtBlockHeightRequest) (*AccountResponse, error)
	// ExecuteScriptAtLatestBlock executes a read-only Cadence script against the
	// latest sealed execution state.
	ExecuteScriptAtLatestBlock(context.Context, *ExecuteScriptAtLatestBlockRequest) (*ExecuteScriptResponse, error)
	// ExecuteScriptAtBlockID executes a ready-only Cadence script against the
	// execution state at the block with the given ID.
	ExecuteScriptAtBlockID(context.Context, *ExecuteScriptAtBlockIDRequest) (*ExecuteScriptResponse, error)
	// ExecuteScriptAtBlockHeight executes a ready-only Cadence script against the
	// execution state at the given block height.
	ExecuteScriptAtBlockHeight(context.Context, *ExecuteScriptAtBlockHeightRequest) (*ExecuteScriptResponse, error)
	// GetEventsForHeightRange retrieves events emitted within the specified block
	// range.
	GetEventsForHeightRange(context.Context, *GetEventsForHeightRangeRequest) (*EventsResponse, error)
	// GetEventsForBlockIDs retrieves events for the specified block IDs and event
	// type.
	GetEventsForBlockIDs(context.Context, *GetEventsForBlockIDsRequest) (*EventsResponse, error)
	// GetNetworkParameters retrieves the Flow network details
	GetNetworkParameters(context.Context, *GetNetworkParametersRequest) (*GetNetworkParametersResponse, error)
	// GetLatestProtocolStateSnapshot retrieves the latest sealed protocol state
	// snapshot. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetLatestProtocolStateSnapshot(context.Context, *GetLatestProtocolStateSnapshotRequest) (*ProtocolStateSnapshotResponse, error)
	// GetProtocolStateSnapshotByBlockID retrieves the latest sealed protocol state
	// snapshot by block ID. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetProtocolStateSnapshotByBlockID(context.Context, *GetProtocolStateSnapshotByBlockIDRequest) (*ProtocolStateSnapshotResponse, error)
	// GetProtocolStateSnapshotByHeight retrieves the latest sealed protocol state
	// snapshot by block height. Used by Flow nodes joining the network to bootstrap a
	// space-efficient local state.
	GetProtocolStateSnapshotByHeight(context.Context, *GetProtocolStateSnapshotByHeightRequest) (*ProtocolStateSnapshotResponse, error)
	// GetExecutionResultForBlockID returns Execution Result for a given block.
	// At present, Access Node might not have execution results for every block
	// and as usual, until sealed, this data can change
	GetExecutionResultForBlockID(context.Context, *GetExecutionResultForBlockIDRequest) (*ExecutionResultForBlockIDResponse, error)
	// GetExecutionResultByID returns Execution Result by its ID.
	GetExecutionResultByID(context.Context, *GetExecutionResultByIDRequest) (*ExecutionResultByIDResponse, error)
	// SubscribeBlocksFromStartBlockID streams finalized or sealed blocks starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromStartBlockID(*SubscribeBlocksFromStartBlockIDRequest, AccessAPI_SubscribeBlocksFromStartBlockIDServer) error
	// SubscribeBlocksFromStartHeight streams finalized or sealed blocks starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromStartHeight(*SubscribeBlocksFromStartHeightRequest, AccessAPI_SubscribeBlocksFromStartHeightServer) error
	// SubscribeBlocksFromLatest streams finalized or sealed blocks starting from the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new block as it becomes available.
	//
	// Blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed blocks will be returned.
	SubscribeBlocksFromLatest(*SubscribeBlocksFromLatestRequest, AccessAPI_SubscribeBlocksFromLatestServer) error
	// SubscribeBlockHeadersFromStartBlockID streams finalized or sealed block headers starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromStartBlockID(*SubscribeBlockHeadersFromStartBlockIDRequest, AccessAPI_SubscribeBlockHeadersFromStartBlockIDServer) error
	// SubscribeBlockHeadersFromStartHeight streams finalized or sealed block headers starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromStartHeight(*SubscribeBlockHeadersFromStartHeightRequest, AccessAPI_SubscribeBlockHeadersFromStartHeightServer) error
	// SubscribeBlockHeadersFromLatest streams finalized or sealed block headers starting from the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new block header as it becomes available.
	//
	// Block headers are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed block headers will be returned.
	SubscribeBlockHeadersFromLatest(*SubscribeBlockHeadersFromLatestRequest, AccessAPI_SubscribeBlockHeadersFromLatestServer) error
	// SubscribeBlockDigestsFromStartBlockID streams finalized or sealed lightweight block starting at the requested
	// start block id, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromStartBlockID(*SubscribeBlockDigestsFromStartBlockIDRequest, AccessAPI_SubscribeBlockDigestsFromStartBlockIDServer) error
	// SubscribeBlockDigestsFromStartHeight streams finalized or sealed lightweight block starting at the requested
	// start block height, up until the latest available block. Once the latest is
	// reached, the stream will remain open and responses are sent for each new
	// lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromStartHeight(*SubscribeBlockDigestsFromStartHeightRequest, AccessAPI_SubscribeBlockDigestsFromStartHeightServer) error
	// SubscribeBlockDigestsFromLatest streams finalized or sealed lightweight block headers starting of the latest finalized or sealed
	// block. The stream will remain open and responses are sent for each new lightweight block as it becomes available.
	//
	// Lightweight blocks are only returned when they have reached the provided block status. For example,
	// if the status is "sealed", only sealed lightweight blocks will be returned.
	SubscribeBlockDigestsFromLatest(*SubscribeBlockDigestsFromLatestRequest, AccessAPI_SubscribeBlockDigestsFromLatestServer) error
	// SendAndSubscribeTransactionStatuses send a transaction and immediately subscribe to its status changes. The status
	// is streamed back until the block containing the transaction becomes sealed.
	SendAndSubscribeTransactionStatuses(*SendAndSubscribeTransactionStatusesRequest, AccessAPI_SendAndSubscribeTransactionStatusesServer) error
}

AccessAPIServer is the server API for AccessAPI service. All implementations should embed UnimplementedAccessAPIServer for forward compatibility

type AccessAPI_SendAndSubscribeTransactionStatusesClient added in v0.4.0

type AccessAPI_SendAndSubscribeTransactionStatusesClient interface {
	Recv() (*SendAndSubscribeTransactionStatusesResponse, error)
	grpc.ClientStream
}

type AccessAPI_SendAndSubscribeTransactionStatusesServer added in v0.4.0

type AccessAPI_SendAndSubscribeTransactionStatusesServer interface {
	Send(*SendAndSubscribeTransactionStatusesResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockDigestsFromLatestClient added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromLatestClient interface {
	Recv() (*SubscribeBlockDigestsResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockDigestsFromLatestServer added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromLatestServer interface {
	Send(*SubscribeBlockDigestsResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockDigestsFromStartBlockIDClient added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromStartBlockIDClient interface {
	Recv() (*SubscribeBlockDigestsResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockDigestsFromStartBlockIDServer added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromStartBlockIDServer interface {
	Send(*SubscribeBlockDigestsResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockDigestsFromStartHeightClient added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromStartHeightClient interface {
	Recv() (*SubscribeBlockDigestsResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockDigestsFromStartHeightServer added in v0.4.0

type AccessAPI_SubscribeBlockDigestsFromStartHeightServer interface {
	Send(*SubscribeBlockDigestsResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockHeadersFromLatestClient added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromLatestClient interface {
	Recv() (*SubscribeBlockHeadersResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockHeadersFromLatestServer added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromLatestServer interface {
	Send(*SubscribeBlockHeadersResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockHeadersFromStartBlockIDClient added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromStartBlockIDClient interface {
	Recv() (*SubscribeBlockHeadersResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockHeadersFromStartBlockIDServer added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromStartBlockIDServer interface {
	Send(*SubscribeBlockHeadersResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlockHeadersFromStartHeightClient added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromStartHeightClient interface {
	Recv() (*SubscribeBlockHeadersResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlockHeadersFromStartHeightServer added in v0.4.0

type AccessAPI_SubscribeBlockHeadersFromStartHeightServer interface {
	Send(*SubscribeBlockHeadersResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlocksFromLatestClient added in v0.4.0

type AccessAPI_SubscribeBlocksFromLatestClient interface {
	Recv() (*SubscribeBlocksResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlocksFromLatestServer added in v0.4.0

type AccessAPI_SubscribeBlocksFromLatestServer interface {
	Send(*SubscribeBlocksResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlocksFromStartBlockIDClient added in v0.4.0

type AccessAPI_SubscribeBlocksFromStartBlockIDClient interface {
	Recv() (*SubscribeBlocksResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlocksFromStartBlockIDServer added in v0.4.0

type AccessAPI_SubscribeBlocksFromStartBlockIDServer interface {
	Send(*SubscribeBlocksResponse) error
	grpc.ServerStream
}

type AccessAPI_SubscribeBlocksFromStartHeightClient added in v0.4.0

type AccessAPI_SubscribeBlocksFromStartHeightClient interface {
	Recv() (*SubscribeBlocksResponse, error)
	grpc.ClientStream
}

type AccessAPI_SubscribeBlocksFromStartHeightServer added in v0.4.0

type AccessAPI_SubscribeBlocksFromStartHeightServer interface {
	Send(*SubscribeBlocksResponse) error
	grpc.ServerStream
}

type AccountResponse added in v0.1.5

type AccountResponse struct {
	Account              *entities.Account  `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Metadata             *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*AccountResponse) Descriptor added in v0.1.5

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

func (*AccountResponse) GetAccount added in v0.1.5

func (m *AccountResponse) GetAccount() *entities.Account

func (*AccountResponse) GetMetadata added in v0.3.5

func (m *AccountResponse) GetMetadata() *entities.Metadata

func (*AccountResponse) ProtoMessage added in v0.1.5

func (*AccountResponse) ProtoMessage()

func (*AccountResponse) Reset added in v0.1.5

func (m *AccountResponse) Reset()

func (*AccountResponse) String added in v0.1.5

func (m *AccountResponse) String() string

func (*AccountResponse) XXX_DiscardUnknown added in v0.1.5

func (m *AccountResponse) XXX_DiscardUnknown()

func (*AccountResponse) XXX_Marshal added in v0.1.5

func (m *AccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*AccountResponse) XXX_Merge added in v0.1.5

func (m *AccountResponse) XXX_Merge(src proto.Message)

func (*AccountResponse) XXX_Size added in v0.1.5

func (m *AccountResponse) XXX_Size() int

func (*AccountResponse) XXX_Unmarshal added in v0.1.5

func (m *AccountResponse) XXX_Unmarshal(b []byte) error

type BlockHeaderResponse

type BlockHeaderResponse struct {
	Block                *entities.BlockHeader `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	BlockStatus          entities.BlockStatus  `` /* 126-byte string literal not displayed */
	Metadata             *entities.Metadata    `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*BlockHeaderResponse) Descriptor

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

func (*BlockHeaderResponse) GetBlock

func (m *BlockHeaderResponse) GetBlock() *entities.BlockHeader

func (*BlockHeaderResponse) GetBlockStatus added in v0.3.5

func (m *BlockHeaderResponse) GetBlockStatus() entities.BlockStatus

func (*BlockHeaderResponse) GetMetadata added in v0.3.5

func (m *BlockHeaderResponse) GetMetadata() *entities.Metadata

func (*BlockHeaderResponse) ProtoMessage

func (*BlockHeaderResponse) ProtoMessage()

func (*BlockHeaderResponse) Reset

func (m *BlockHeaderResponse) Reset()

func (*BlockHeaderResponse) String

func (m *BlockHeaderResponse) String() string

func (*BlockHeaderResponse) XXX_DiscardUnknown

func (m *BlockHeaderResponse) XXX_DiscardUnknown()

func (*BlockHeaderResponse) XXX_Marshal

func (m *BlockHeaderResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockHeaderResponse) XXX_Merge

func (m *BlockHeaderResponse) XXX_Merge(src proto.Message)

func (*BlockHeaderResponse) XXX_Size

func (m *BlockHeaderResponse) XXX_Size() int

func (*BlockHeaderResponse) XXX_Unmarshal

func (m *BlockHeaderResponse) XXX_Unmarshal(b []byte) error

type BlockResponse

type BlockResponse struct {
	Block                *entities.Block      `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	Metadata             *entities.Metadata   `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*BlockResponse) Descriptor

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

func (*BlockResponse) GetBlock

func (m *BlockResponse) GetBlock() *entities.Block

func (*BlockResponse) GetBlockStatus added in v0.3.5

func (m *BlockResponse) GetBlockStatus() entities.BlockStatus

func (*BlockResponse) GetMetadata added in v0.3.5

func (m *BlockResponse) GetMetadata() *entities.Metadata

func (*BlockResponse) ProtoMessage

func (*BlockResponse) ProtoMessage()

func (*BlockResponse) Reset

func (m *BlockResponse) Reset()

func (*BlockResponse) String

func (m *BlockResponse) String() string

func (*BlockResponse) XXX_DiscardUnknown

func (m *BlockResponse) XXX_DiscardUnknown()

func (*BlockResponse) XXX_Marshal

func (m *BlockResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*BlockResponse) XXX_Merge

func (m *BlockResponse) XXX_Merge(src proto.Message)

func (*BlockResponse) XXX_Size

func (m *BlockResponse) XXX_Size() int

func (*BlockResponse) XXX_Unmarshal

func (m *BlockResponse) XXX_Unmarshal(b []byte) error

type CollectionResponse

type CollectionResponse struct {
	Collection           *entities.Collection `protobuf:"bytes,1,opt,name=collection,proto3" json:"collection,omitempty"`
	Metadata             *entities.Metadata   `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

func (*CollectionResponse) Descriptor

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

func (*CollectionResponse) GetCollection

func (m *CollectionResponse) GetCollection() *entities.Collection

func (*CollectionResponse) GetMetadata added in v0.3.5

func (m *CollectionResponse) GetMetadata() *entities.Metadata

func (*CollectionResponse) ProtoMessage

func (*CollectionResponse) ProtoMessage()

func (*CollectionResponse) Reset

func (m *CollectionResponse) Reset()

func (*CollectionResponse) String

func (m *CollectionResponse) String() string

func (*CollectionResponse) XXX_DiscardUnknown

func (m *CollectionResponse) XXX_DiscardUnknown()

func (*CollectionResponse) XXX_Marshal

func (m *CollectionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*CollectionResponse) XXX_Merge

func (m *CollectionResponse) XXX_Merge(src proto.Message)

func (*CollectionResponse) XXX_Size

func (m *CollectionResponse) XXX_Size() int

func (*CollectionResponse) XXX_Unmarshal

func (m *CollectionResponse) XXX_Unmarshal(b []byte) error

type EventsResponse

type EventsResponse struct {
	Results              []*EventsResponse_Result `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
	Metadata             *entities.Metadata       `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                 `json:"-"`
	XXX_unrecognized     []byte                   `json:"-"`
	XXX_sizecache        int32                    `json:"-"`
}

func (*EventsResponse) Descriptor

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

func (*EventsResponse) GetMetadata added in v0.3.5

func (m *EventsResponse) GetMetadata() *entities.Metadata

func (*EventsResponse) GetResults

func (m *EventsResponse) GetResults() []*EventsResponse_Result

func (*EventsResponse) ProtoMessage

func (*EventsResponse) ProtoMessage()

func (*EventsResponse) Reset

func (m *EventsResponse) Reset()

func (*EventsResponse) String

func (m *EventsResponse) String() string

func (*EventsResponse) XXX_DiscardUnknown

func (m *EventsResponse) XXX_DiscardUnknown()

func (*EventsResponse) XXX_Marshal

func (m *EventsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventsResponse) XXX_Merge

func (m *EventsResponse) XXX_Merge(src proto.Message)

func (*EventsResponse) XXX_Size

func (m *EventsResponse) XXX_Size() int

func (*EventsResponse) XXX_Unmarshal

func (m *EventsResponse) XXX_Unmarshal(b []byte) error

type EventsResponse_Result

type EventsResponse_Result struct {
	BlockId              []byte                 `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	BlockHeight          uint64                 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Events               []*entities.Event      `protobuf:"bytes,3,rep,name=events,proto3" json:"events,omitempty"`
	BlockTimestamp       *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

func (*EventsResponse_Result) Descriptor

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

func (*EventsResponse_Result) GetBlockHeight

func (m *EventsResponse_Result) GetBlockHeight() uint64

func (*EventsResponse_Result) GetBlockId

func (m *EventsResponse_Result) GetBlockId() []byte

func (*EventsResponse_Result) GetBlockTimestamp added in v0.1.6

func (m *EventsResponse_Result) GetBlockTimestamp() *timestamppb.Timestamp

func (*EventsResponse_Result) GetEvents

func (m *EventsResponse_Result) GetEvents() []*entities.Event

func (*EventsResponse_Result) ProtoMessage

func (*EventsResponse_Result) ProtoMessage()

func (*EventsResponse_Result) Reset

func (m *EventsResponse_Result) Reset()

func (*EventsResponse_Result) String

func (m *EventsResponse_Result) String() string

func (*EventsResponse_Result) XXX_DiscardUnknown

func (m *EventsResponse_Result) XXX_DiscardUnknown()

func (*EventsResponse_Result) XXX_Marshal

func (m *EventsResponse_Result) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*EventsResponse_Result) XXX_Merge

func (m *EventsResponse_Result) XXX_Merge(src proto.Message)

func (*EventsResponse_Result) XXX_Size

func (m *EventsResponse_Result) XXX_Size() int

func (*EventsResponse_Result) XXX_Unmarshal

func (m *EventsResponse_Result) XXX_Unmarshal(b []byte) error

type ExecuteScriptAtBlockHeightRequest

type ExecuteScriptAtBlockHeightRequest struct {
	BlockHeight          uint64   `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Script               []byte   `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"`
	Arguments            [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExecuteScriptAtBlockHeightRequest) Descriptor

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

func (*ExecuteScriptAtBlockHeightRequest) GetArguments added in v0.1.5

func (m *ExecuteScriptAtBlockHeightRequest) GetArguments() [][]byte

func (*ExecuteScriptAtBlockHeightRequest) GetBlockHeight

func (m *ExecuteScriptAtBlockHeightRequest) GetBlockHeight() uint64

func (*ExecuteScriptAtBlockHeightRequest) GetScript

func (m *ExecuteScriptAtBlockHeightRequest) GetScript() []byte

func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage

func (*ExecuteScriptAtBlockHeightRequest) ProtoMessage()

func (*ExecuteScriptAtBlockHeightRequest) Reset

func (*ExecuteScriptAtBlockHeightRequest) String

func (*ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown

func (m *ExecuteScriptAtBlockHeightRequest) XXX_DiscardUnknown()

func (*ExecuteScriptAtBlockHeightRequest) XXX_Marshal

func (m *ExecuteScriptAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecuteScriptAtBlockHeightRequest) XXX_Merge

func (*ExecuteScriptAtBlockHeightRequest) XXX_Size

func (m *ExecuteScriptAtBlockHeightRequest) XXX_Size() int

func (*ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal

func (m *ExecuteScriptAtBlockHeightRequest) XXX_Unmarshal(b []byte) error

type ExecuteScriptAtBlockIDRequest

type ExecuteScriptAtBlockIDRequest struct {
	BlockId              []byte   `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	Script               []byte   `protobuf:"bytes,2,opt,name=script,proto3" json:"script,omitempty"`
	Arguments            [][]byte `protobuf:"bytes,3,rep,name=arguments,proto3" json:"arguments,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExecuteScriptAtBlockIDRequest) Descriptor

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

func (*ExecuteScriptAtBlockIDRequest) GetArguments added in v0.1.5

func (m *ExecuteScriptAtBlockIDRequest) GetArguments() [][]byte

func (*ExecuteScriptAtBlockIDRequest) GetBlockId

func (m *ExecuteScriptAtBlockIDRequest) GetBlockId() []byte

func (*ExecuteScriptAtBlockIDRequest) GetScript

func (m *ExecuteScriptAtBlockIDRequest) GetScript() []byte

func (*ExecuteScriptAtBlockIDRequest) ProtoMessage

func (*ExecuteScriptAtBlockIDRequest) ProtoMessage()

func (*ExecuteScriptAtBlockIDRequest) Reset

func (m *ExecuteScriptAtBlockIDRequest) Reset()

func (*ExecuteScriptAtBlockIDRequest) String

func (*ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown

func (m *ExecuteScriptAtBlockIDRequest) XXX_DiscardUnknown()

func (*ExecuteScriptAtBlockIDRequest) XXX_Marshal

func (m *ExecuteScriptAtBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecuteScriptAtBlockIDRequest) XXX_Merge

func (m *ExecuteScriptAtBlockIDRequest) XXX_Merge(src proto.Message)

func (*ExecuteScriptAtBlockIDRequest) XXX_Size

func (m *ExecuteScriptAtBlockIDRequest) XXX_Size() int

func (*ExecuteScriptAtBlockIDRequest) XXX_Unmarshal

func (m *ExecuteScriptAtBlockIDRequest) XXX_Unmarshal(b []byte) error

type ExecuteScriptAtLatestBlockRequest

type ExecuteScriptAtLatestBlockRequest struct {
	Script               []byte   `protobuf:"bytes,1,opt,name=script,proto3" json:"script,omitempty"`
	Arguments            [][]byte `protobuf:"bytes,2,rep,name=arguments,proto3" json:"arguments,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*ExecuteScriptAtLatestBlockRequest) Descriptor

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

func (*ExecuteScriptAtLatestBlockRequest) GetArguments added in v0.1.5

func (m *ExecuteScriptAtLatestBlockRequest) GetArguments() [][]byte

func (*ExecuteScriptAtLatestBlockRequest) GetScript

func (m *ExecuteScriptAtLatestBlockRequest) GetScript() []byte

func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage

func (*ExecuteScriptAtLatestBlockRequest) ProtoMessage()

func (*ExecuteScriptAtLatestBlockRequest) Reset

func (*ExecuteScriptAtLatestBlockRequest) String

func (*ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown

func (m *ExecuteScriptAtLatestBlockRequest) XXX_DiscardUnknown()

func (*ExecuteScriptAtLatestBlockRequest) XXX_Marshal

func (m *ExecuteScriptAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecuteScriptAtLatestBlockRequest) XXX_Merge

func (*ExecuteScriptAtLatestBlockRequest) XXX_Size

func (m *ExecuteScriptAtLatestBlockRequest) XXX_Size() int

func (*ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal

func (m *ExecuteScriptAtLatestBlockRequest) XXX_Unmarshal(b []byte) error

type ExecuteScriptResponse

type ExecuteScriptResponse struct {
	Value                []byte             `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	Metadata             *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ComputationUsage     uint64             `protobuf:"varint,3,opt,name=computation_usage,json=computationUsage,proto3" json:"computation_usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ExecuteScriptResponse) Descriptor

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

func (*ExecuteScriptResponse) GetComputationUsage added in v0.3.6

func (m *ExecuteScriptResponse) GetComputationUsage() uint64

func (*ExecuteScriptResponse) GetMetadata added in v0.3.5

func (m *ExecuteScriptResponse) GetMetadata() *entities.Metadata

func (*ExecuteScriptResponse) GetValue

func (m *ExecuteScriptResponse) GetValue() []byte

func (*ExecuteScriptResponse) ProtoMessage

func (*ExecuteScriptResponse) ProtoMessage()

func (*ExecuteScriptResponse) Reset

func (m *ExecuteScriptResponse) Reset()

func (*ExecuteScriptResponse) String

func (m *ExecuteScriptResponse) String() string

func (*ExecuteScriptResponse) XXX_DiscardUnknown

func (m *ExecuteScriptResponse) XXX_DiscardUnknown()

func (*ExecuteScriptResponse) XXX_Marshal

func (m *ExecuteScriptResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecuteScriptResponse) XXX_Merge

func (m *ExecuteScriptResponse) XXX_Merge(src proto.Message)

func (*ExecuteScriptResponse) XXX_Size

func (m *ExecuteScriptResponse) XXX_Size() int

func (*ExecuteScriptResponse) XXX_Unmarshal

func (m *ExecuteScriptResponse) XXX_Unmarshal(b []byte) error

type ExecutionResultByIDResponse added in v0.3.5

type ExecutionResultByIDResponse struct {
	ExecutionResult      *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"`
	Metadata             *entities.Metadata        `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ExecutionResultByIDResponse) Descriptor added in v0.3.5

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

func (*ExecutionResultByIDResponse) GetExecutionResult added in v0.3.5

func (m *ExecutionResultByIDResponse) GetExecutionResult() *entities.ExecutionResult

func (*ExecutionResultByIDResponse) GetMetadata added in v0.3.5

func (m *ExecutionResultByIDResponse) GetMetadata() *entities.Metadata

func (*ExecutionResultByIDResponse) ProtoMessage added in v0.3.5

func (*ExecutionResultByIDResponse) ProtoMessage()

func (*ExecutionResultByIDResponse) Reset added in v0.3.5

func (m *ExecutionResultByIDResponse) Reset()

func (*ExecutionResultByIDResponse) String added in v0.3.5

func (m *ExecutionResultByIDResponse) String() string

func (*ExecutionResultByIDResponse) XXX_DiscardUnknown added in v0.3.5

func (m *ExecutionResultByIDResponse) XXX_DiscardUnknown()

func (*ExecutionResultByIDResponse) XXX_Marshal added in v0.3.5

func (m *ExecutionResultByIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecutionResultByIDResponse) XXX_Merge added in v0.3.5

func (m *ExecutionResultByIDResponse) XXX_Merge(src proto.Message)

func (*ExecutionResultByIDResponse) XXX_Size added in v0.3.5

func (m *ExecutionResultByIDResponse) XXX_Size() int

func (*ExecutionResultByIDResponse) XXX_Unmarshal added in v0.3.5

func (m *ExecutionResultByIDResponse) XXX_Unmarshal(b []byte) error

type ExecutionResultForBlockIDResponse added in v0.2.2

type ExecutionResultForBlockIDResponse struct {
	ExecutionResult      *entities.ExecutionResult `protobuf:"bytes,1,opt,name=execution_result,json=executionResult,proto3" json:"execution_result,omitempty"`
	Metadata             *entities.Metadata        `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*ExecutionResultForBlockIDResponse) Descriptor added in v0.2.2

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

func (*ExecutionResultForBlockIDResponse) GetExecutionResult added in v0.2.2

func (*ExecutionResultForBlockIDResponse) GetMetadata added in v0.3.5

func (*ExecutionResultForBlockIDResponse) ProtoMessage added in v0.2.2

func (*ExecutionResultForBlockIDResponse) ProtoMessage()

func (*ExecutionResultForBlockIDResponse) Reset added in v0.2.2

func (*ExecutionResultForBlockIDResponse) String added in v0.2.2

func (*ExecutionResultForBlockIDResponse) XXX_DiscardUnknown added in v0.2.2

func (m *ExecutionResultForBlockIDResponse) XXX_DiscardUnknown()

func (*ExecutionResultForBlockIDResponse) XXX_Marshal added in v0.2.2

func (m *ExecutionResultForBlockIDResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ExecutionResultForBlockIDResponse) XXX_Merge added in v0.2.2

func (*ExecutionResultForBlockIDResponse) XXX_Size added in v0.2.2

func (m *ExecutionResultForBlockIDResponse) XXX_Size() int

func (*ExecutionResultForBlockIDResponse) XXX_Unmarshal added in v0.2.2

func (m *ExecutionResultForBlockIDResponse) XXX_Unmarshal(b []byte) error

type GetAccountAtBlockHeightRequest added in v0.1.5

type GetAccountAtBlockHeightRequest struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	BlockHeight          uint64   `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountAtBlockHeightRequest) Descriptor added in v0.1.5

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

func (*GetAccountAtBlockHeightRequest) GetAddress added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) GetAddress() []byte

func (*GetAccountAtBlockHeightRequest) GetBlockHeight added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) GetBlockHeight() uint64

func (*GetAccountAtBlockHeightRequest) ProtoMessage added in v0.1.5

func (*GetAccountAtBlockHeightRequest) ProtoMessage()

func (*GetAccountAtBlockHeightRequest) Reset added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) Reset()

func (*GetAccountAtBlockHeightRequest) String added in v0.1.5

func (*GetAccountAtBlockHeightRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) XXX_DiscardUnknown()

func (*GetAccountAtBlockHeightRequest) XXX_Marshal added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountAtBlockHeightRequest) XXX_Merge added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) XXX_Merge(src proto.Message)

func (*GetAccountAtBlockHeightRequest) XXX_Size added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) XXX_Size() int

func (*GetAccountAtBlockHeightRequest) XXX_Unmarshal added in v0.1.5

func (m *GetAccountAtBlockHeightRequest) XXX_Unmarshal(b []byte) error

type GetAccountAtLatestBlockRequest added in v0.1.5

type GetAccountAtLatestBlockRequest struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountAtLatestBlockRequest) Descriptor added in v0.1.5

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

func (*GetAccountAtLatestBlockRequest) GetAddress added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) GetAddress() []byte

func (*GetAccountAtLatestBlockRequest) ProtoMessage added in v0.1.5

func (*GetAccountAtLatestBlockRequest) ProtoMessage()

func (*GetAccountAtLatestBlockRequest) Reset added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) Reset()

func (*GetAccountAtLatestBlockRequest) String added in v0.1.5

func (*GetAccountAtLatestBlockRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) XXX_DiscardUnknown()

func (*GetAccountAtLatestBlockRequest) XXX_Marshal added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountAtLatestBlockRequest) XXX_Merge added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) XXX_Merge(src proto.Message)

func (*GetAccountAtLatestBlockRequest) XXX_Size added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) XXX_Size() int

func (*GetAccountAtLatestBlockRequest) XXX_Unmarshal added in v0.1.5

func (m *GetAccountAtLatestBlockRequest) XXX_Unmarshal(b []byte) error

type GetAccountRequest

type GetAccountRequest struct {
	Address              []byte   `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetAccountRequest) Descriptor

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

func (*GetAccountRequest) GetAddress

func (m *GetAccountRequest) GetAddress() []byte

func (*GetAccountRequest) ProtoMessage

func (*GetAccountRequest) ProtoMessage()

func (*GetAccountRequest) Reset

func (m *GetAccountRequest) Reset()

func (*GetAccountRequest) String

func (m *GetAccountRequest) String() string

func (*GetAccountRequest) XXX_DiscardUnknown

func (m *GetAccountRequest) XXX_DiscardUnknown()

func (*GetAccountRequest) XXX_Marshal

func (m *GetAccountRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountRequest) XXX_Merge

func (m *GetAccountRequest) XXX_Merge(src proto.Message)

func (*GetAccountRequest) XXX_Size

func (m *GetAccountRequest) XXX_Size() int

func (*GetAccountRequest) XXX_Unmarshal

func (m *GetAccountRequest) XXX_Unmarshal(b []byte) error

type GetAccountResponse

type GetAccountResponse struct {
	Account              *entities.Account  `protobuf:"bytes,1,opt,name=account,proto3" json:"account,omitempty"`
	Metadata             *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*GetAccountResponse) Descriptor

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

func (*GetAccountResponse) GetAccount

func (m *GetAccountResponse) GetAccount() *entities.Account

func (*GetAccountResponse) GetMetadata added in v0.3.5

func (m *GetAccountResponse) GetMetadata() *entities.Metadata

func (*GetAccountResponse) ProtoMessage

func (*GetAccountResponse) ProtoMessage()

func (*GetAccountResponse) Reset

func (m *GetAccountResponse) Reset()

func (*GetAccountResponse) String

func (m *GetAccountResponse) String() string

func (*GetAccountResponse) XXX_DiscardUnknown

func (m *GetAccountResponse) XXX_DiscardUnknown()

func (*GetAccountResponse) XXX_Marshal

func (m *GetAccountResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetAccountResponse) XXX_Merge

func (m *GetAccountResponse) XXX_Merge(src proto.Message)

func (*GetAccountResponse) XXX_Size

func (m *GetAccountResponse) XXX_Size() int

func (*GetAccountResponse) XXX_Unmarshal

func (m *GetAccountResponse) XXX_Unmarshal(b []byte) error

type GetBlockByHeightRequest

type GetBlockByHeightRequest struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	FullBlockResponse    bool     `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockByHeightRequest) Descriptor

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

func (*GetBlockByHeightRequest) GetFullBlockResponse added in v0.2.4

func (m *GetBlockByHeightRequest) GetFullBlockResponse() bool

func (*GetBlockByHeightRequest) GetHeight

func (m *GetBlockByHeightRequest) GetHeight() uint64

func (*GetBlockByHeightRequest) ProtoMessage

func (*GetBlockByHeightRequest) ProtoMessage()

func (*GetBlockByHeightRequest) Reset

func (m *GetBlockByHeightRequest) Reset()

func (*GetBlockByHeightRequest) String

func (m *GetBlockByHeightRequest) String() string

func (*GetBlockByHeightRequest) XXX_DiscardUnknown

func (m *GetBlockByHeightRequest) XXX_DiscardUnknown()

func (*GetBlockByHeightRequest) XXX_Marshal

func (m *GetBlockByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByHeightRequest) XXX_Merge

func (m *GetBlockByHeightRequest) XXX_Merge(src proto.Message)

func (*GetBlockByHeightRequest) XXX_Size

func (m *GetBlockByHeightRequest) XXX_Size() int

func (*GetBlockByHeightRequest) XXX_Unmarshal

func (m *GetBlockByHeightRequest) XXX_Unmarshal(b []byte) error

type GetBlockByIDRequest

type GetBlockByIDRequest struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	FullBlockResponse    bool     `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockByIDRequest) Descriptor

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

func (*GetBlockByIDRequest) GetFullBlockResponse added in v0.2.4

func (m *GetBlockByIDRequest) GetFullBlockResponse() bool

func (*GetBlockByIDRequest) GetId

func (m *GetBlockByIDRequest) GetId() []byte

func (*GetBlockByIDRequest) ProtoMessage

func (*GetBlockByIDRequest) ProtoMessage()

func (*GetBlockByIDRequest) Reset

func (m *GetBlockByIDRequest) Reset()

func (*GetBlockByIDRequest) String

func (m *GetBlockByIDRequest) String() string

func (*GetBlockByIDRequest) XXX_DiscardUnknown

func (m *GetBlockByIDRequest) XXX_DiscardUnknown()

func (*GetBlockByIDRequest) XXX_Marshal

func (m *GetBlockByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockByIDRequest) XXX_Merge

func (m *GetBlockByIDRequest) XXX_Merge(src proto.Message)

func (*GetBlockByIDRequest) XXX_Size

func (m *GetBlockByIDRequest) XXX_Size() int

func (*GetBlockByIDRequest) XXX_Unmarshal

func (m *GetBlockByIDRequest) XXX_Unmarshal(b []byte) error

type GetBlockHeaderByHeightRequest

type GetBlockHeaderByHeightRequest struct {
	Height               uint64   `protobuf:"varint,1,opt,name=height,proto3" json:"height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockHeaderByHeightRequest) Descriptor

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

func (*GetBlockHeaderByHeightRequest) GetHeight

func (m *GetBlockHeaderByHeightRequest) GetHeight() uint64

func (*GetBlockHeaderByHeightRequest) ProtoMessage

func (*GetBlockHeaderByHeightRequest) ProtoMessage()

func (*GetBlockHeaderByHeightRequest) Reset

func (m *GetBlockHeaderByHeightRequest) Reset()

func (*GetBlockHeaderByHeightRequest) String

func (*GetBlockHeaderByHeightRequest) XXX_DiscardUnknown

func (m *GetBlockHeaderByHeightRequest) XXX_DiscardUnknown()

func (*GetBlockHeaderByHeightRequest) XXX_Marshal

func (m *GetBlockHeaderByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockHeaderByHeightRequest) XXX_Merge

func (m *GetBlockHeaderByHeightRequest) XXX_Merge(src proto.Message)

func (*GetBlockHeaderByHeightRequest) XXX_Size

func (m *GetBlockHeaderByHeightRequest) XXX_Size() int

func (*GetBlockHeaderByHeightRequest) XXX_Unmarshal

func (m *GetBlockHeaderByHeightRequest) XXX_Unmarshal(b []byte) error

type GetBlockHeaderByIDRequest

type GetBlockHeaderByIDRequest struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetBlockHeaderByIDRequest) Descriptor

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

func (*GetBlockHeaderByIDRequest) GetId

func (m *GetBlockHeaderByIDRequest) GetId() []byte

func (*GetBlockHeaderByIDRequest) ProtoMessage

func (*GetBlockHeaderByIDRequest) ProtoMessage()

func (*GetBlockHeaderByIDRequest) Reset

func (m *GetBlockHeaderByIDRequest) Reset()

func (*GetBlockHeaderByIDRequest) String

func (m *GetBlockHeaderByIDRequest) String() string

func (*GetBlockHeaderByIDRequest) XXX_DiscardUnknown

func (m *GetBlockHeaderByIDRequest) XXX_DiscardUnknown()

func (*GetBlockHeaderByIDRequest) XXX_Marshal

func (m *GetBlockHeaderByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetBlockHeaderByIDRequest) XXX_Merge

func (m *GetBlockHeaderByIDRequest) XXX_Merge(src proto.Message)

func (*GetBlockHeaderByIDRequest) XXX_Size

func (m *GetBlockHeaderByIDRequest) XXX_Size() int

func (*GetBlockHeaderByIDRequest) XXX_Unmarshal

func (m *GetBlockHeaderByIDRequest) XXX_Unmarshal(b []byte) error

type GetCollectionByIDRequest

type GetCollectionByIDRequest struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetCollectionByIDRequest) Descriptor

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

func (*GetCollectionByIDRequest) GetId

func (m *GetCollectionByIDRequest) GetId() []byte

func (*GetCollectionByIDRequest) ProtoMessage

func (*GetCollectionByIDRequest) ProtoMessage()

func (*GetCollectionByIDRequest) Reset

func (m *GetCollectionByIDRequest) Reset()

func (*GetCollectionByIDRequest) String

func (m *GetCollectionByIDRequest) String() string

func (*GetCollectionByIDRequest) XXX_DiscardUnknown

func (m *GetCollectionByIDRequest) XXX_DiscardUnknown()

func (*GetCollectionByIDRequest) XXX_Marshal

func (m *GetCollectionByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetCollectionByIDRequest) XXX_Merge

func (m *GetCollectionByIDRequest) XXX_Merge(src proto.Message)

func (*GetCollectionByIDRequest) XXX_Size

func (m *GetCollectionByIDRequest) XXX_Size() int

func (*GetCollectionByIDRequest) XXX_Unmarshal

func (m *GetCollectionByIDRequest) XXX_Unmarshal(b []byte) error

type GetEventsForBlockIDsRequest

type GetEventsForBlockIDsRequest struct {
	Type                 string                        `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	BlockIds             [][]byte                      `protobuf:"bytes,2,rep,name=block_ids,json=blockIds,proto3" json:"block_ids,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetEventsForBlockIDsRequest) Descriptor

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

func (*GetEventsForBlockIDsRequest) GetBlockIds

func (m *GetEventsForBlockIDsRequest) GetBlockIds() [][]byte

func (*GetEventsForBlockIDsRequest) GetEventEncodingVersion added in v0.3.5

func (m *GetEventsForBlockIDsRequest) GetEventEncodingVersion() entities.EventEncodingVersion

func (*GetEventsForBlockIDsRequest) GetType

func (m *GetEventsForBlockIDsRequest) GetType() string

func (*GetEventsForBlockIDsRequest) ProtoMessage

func (*GetEventsForBlockIDsRequest) ProtoMessage()

func (*GetEventsForBlockIDsRequest) Reset

func (m *GetEventsForBlockIDsRequest) Reset()

func (*GetEventsForBlockIDsRequest) String

func (m *GetEventsForBlockIDsRequest) String() string

func (*GetEventsForBlockIDsRequest) XXX_DiscardUnknown

func (m *GetEventsForBlockIDsRequest) XXX_DiscardUnknown()

func (*GetEventsForBlockIDsRequest) XXX_Marshal

func (m *GetEventsForBlockIDsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEventsForBlockIDsRequest) XXX_Merge

func (m *GetEventsForBlockIDsRequest) XXX_Merge(src proto.Message)

func (*GetEventsForBlockIDsRequest) XXX_Size

func (m *GetEventsForBlockIDsRequest) XXX_Size() int

func (*GetEventsForBlockIDsRequest) XXX_Unmarshal

func (m *GetEventsForBlockIDsRequest) XXX_Unmarshal(b []byte) error

type GetEventsForHeightRangeRequest

type GetEventsForHeightRangeRequest struct {
	Type                 string                        `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	StartHeight          uint64                        `protobuf:"varint,2,opt,name=start_height,json=startHeight,proto3" json:"start_height,omitempty"`
	EndHeight            uint64                        `protobuf:"varint,3,opt,name=end_height,json=endHeight,proto3" json:"end_height,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetEventsForHeightRangeRequest) Descriptor

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

func (*GetEventsForHeightRangeRequest) GetEndHeight

func (m *GetEventsForHeightRangeRequest) GetEndHeight() uint64

func (*GetEventsForHeightRangeRequest) GetEventEncodingVersion added in v0.3.5

func (m *GetEventsForHeightRangeRequest) GetEventEncodingVersion() entities.EventEncodingVersion

func (*GetEventsForHeightRangeRequest) GetStartHeight

func (m *GetEventsForHeightRangeRequest) GetStartHeight() uint64

func (*GetEventsForHeightRangeRequest) GetType

func (*GetEventsForHeightRangeRequest) ProtoMessage

func (*GetEventsForHeightRangeRequest) ProtoMessage()

func (*GetEventsForHeightRangeRequest) Reset

func (m *GetEventsForHeightRangeRequest) Reset()

func (*GetEventsForHeightRangeRequest) String

func (*GetEventsForHeightRangeRequest) XXX_DiscardUnknown

func (m *GetEventsForHeightRangeRequest) XXX_DiscardUnknown()

func (*GetEventsForHeightRangeRequest) XXX_Marshal

func (m *GetEventsForHeightRangeRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetEventsForHeightRangeRequest) XXX_Merge

func (m *GetEventsForHeightRangeRequest) XXX_Merge(src proto.Message)

func (*GetEventsForHeightRangeRequest) XXX_Size

func (m *GetEventsForHeightRangeRequest) XXX_Size() int

func (*GetEventsForHeightRangeRequest) XXX_Unmarshal

func (m *GetEventsForHeightRangeRequest) XXX_Unmarshal(b []byte) error

type GetExecutionResultByIDRequest added in v0.3.5

type GetExecutionResultByIDRequest struct {
	Id                   []byte   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetExecutionResultByIDRequest) Descriptor added in v0.3.5

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

func (*GetExecutionResultByIDRequest) GetId added in v0.3.5

func (m *GetExecutionResultByIDRequest) GetId() []byte

func (*GetExecutionResultByIDRequest) ProtoMessage added in v0.3.5

func (*GetExecutionResultByIDRequest) ProtoMessage()

func (*GetExecutionResultByIDRequest) Reset added in v0.3.5

func (m *GetExecutionResultByIDRequest) Reset()

func (*GetExecutionResultByIDRequest) String added in v0.3.5

func (*GetExecutionResultByIDRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetExecutionResultByIDRequest) XXX_DiscardUnknown()

func (*GetExecutionResultByIDRequest) XXX_Marshal added in v0.3.5

func (m *GetExecutionResultByIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetExecutionResultByIDRequest) XXX_Merge added in v0.3.5

func (m *GetExecutionResultByIDRequest) XXX_Merge(src proto.Message)

func (*GetExecutionResultByIDRequest) XXX_Size added in v0.3.5

func (m *GetExecutionResultByIDRequest) XXX_Size() int

func (*GetExecutionResultByIDRequest) XXX_Unmarshal added in v0.3.5

func (m *GetExecutionResultByIDRequest) XXX_Unmarshal(b []byte) error

type GetExecutionResultForBlockIDRequest added in v0.2.2

type GetExecutionResultForBlockIDRequest struct {
	BlockId              []byte   `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetExecutionResultForBlockIDRequest) Descriptor added in v0.2.2

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

func (*GetExecutionResultForBlockIDRequest) GetBlockId added in v0.2.2

func (m *GetExecutionResultForBlockIDRequest) GetBlockId() []byte

func (*GetExecutionResultForBlockIDRequest) ProtoMessage added in v0.2.2

func (*GetExecutionResultForBlockIDRequest) ProtoMessage()

func (*GetExecutionResultForBlockIDRequest) Reset added in v0.2.2

func (*GetExecutionResultForBlockIDRequest) String added in v0.2.2

func (*GetExecutionResultForBlockIDRequest) XXX_DiscardUnknown added in v0.2.2

func (m *GetExecutionResultForBlockIDRequest) XXX_DiscardUnknown()

func (*GetExecutionResultForBlockIDRequest) XXX_Marshal added in v0.2.2

func (m *GetExecutionResultForBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetExecutionResultForBlockIDRequest) XXX_Merge added in v0.2.2

func (*GetExecutionResultForBlockIDRequest) XXX_Size added in v0.2.2

func (*GetExecutionResultForBlockIDRequest) XXX_Unmarshal added in v0.2.2

func (m *GetExecutionResultForBlockIDRequest) XXX_Unmarshal(b []byte) error

type GetLatestBlockHeaderRequest

type GetLatestBlockHeaderRequest struct {
	IsSealed             bool     `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLatestBlockHeaderRequest) Descriptor

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

func (*GetLatestBlockHeaderRequest) GetIsSealed

func (m *GetLatestBlockHeaderRequest) GetIsSealed() bool

func (*GetLatestBlockHeaderRequest) ProtoMessage

func (*GetLatestBlockHeaderRequest) ProtoMessage()

func (*GetLatestBlockHeaderRequest) Reset

func (m *GetLatestBlockHeaderRequest) Reset()

func (*GetLatestBlockHeaderRequest) String

func (m *GetLatestBlockHeaderRequest) String() string

func (*GetLatestBlockHeaderRequest) XXX_DiscardUnknown

func (m *GetLatestBlockHeaderRequest) XXX_DiscardUnknown()

func (*GetLatestBlockHeaderRequest) XXX_Marshal

func (m *GetLatestBlockHeaderRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLatestBlockHeaderRequest) XXX_Merge

func (m *GetLatestBlockHeaderRequest) XXX_Merge(src proto.Message)

func (*GetLatestBlockHeaderRequest) XXX_Size

func (m *GetLatestBlockHeaderRequest) XXX_Size() int

func (*GetLatestBlockHeaderRequest) XXX_Unmarshal

func (m *GetLatestBlockHeaderRequest) XXX_Unmarshal(b []byte) error

type GetLatestBlockRequest

type GetLatestBlockRequest struct {
	IsSealed             bool     `protobuf:"varint,1,opt,name=is_sealed,json=isSealed,proto3" json:"is_sealed,omitempty"`
	FullBlockResponse    bool     `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLatestBlockRequest) Descriptor

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

func (*GetLatestBlockRequest) GetFullBlockResponse added in v0.2.4

func (m *GetLatestBlockRequest) GetFullBlockResponse() bool

func (*GetLatestBlockRequest) GetIsSealed

func (m *GetLatestBlockRequest) GetIsSealed() bool

func (*GetLatestBlockRequest) ProtoMessage

func (*GetLatestBlockRequest) ProtoMessage()

func (*GetLatestBlockRequest) Reset

func (m *GetLatestBlockRequest) Reset()

func (*GetLatestBlockRequest) String

func (m *GetLatestBlockRequest) String() string

func (*GetLatestBlockRequest) XXX_DiscardUnknown

func (m *GetLatestBlockRequest) XXX_DiscardUnknown()

func (*GetLatestBlockRequest) XXX_Marshal

func (m *GetLatestBlockRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLatestBlockRequest) XXX_Merge

func (m *GetLatestBlockRequest) XXX_Merge(src proto.Message)

func (*GetLatestBlockRequest) XXX_Size

func (m *GetLatestBlockRequest) XXX_Size() int

func (*GetLatestBlockRequest) XXX_Unmarshal

func (m *GetLatestBlockRequest) XXX_Unmarshal(b []byte) error

type GetLatestProtocolStateSnapshotRequest added in v0.1.9

type GetLatestProtocolStateSnapshotRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetLatestProtocolStateSnapshotRequest) Descriptor added in v0.1.9

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

func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage added in v0.1.9

func (*GetLatestProtocolStateSnapshotRequest) ProtoMessage()

func (*GetLatestProtocolStateSnapshotRequest) Reset added in v0.1.9

func (*GetLatestProtocolStateSnapshotRequest) String added in v0.1.9

func (*GetLatestProtocolStateSnapshotRequest) XXX_DiscardUnknown added in v0.1.9

func (m *GetLatestProtocolStateSnapshotRequest) XXX_DiscardUnknown()

func (*GetLatestProtocolStateSnapshotRequest) XXX_Marshal added in v0.1.9

func (m *GetLatestProtocolStateSnapshotRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetLatestProtocolStateSnapshotRequest) XXX_Merge added in v0.1.9

func (*GetLatestProtocolStateSnapshotRequest) XXX_Size added in v0.1.9

func (*GetLatestProtocolStateSnapshotRequest) XXX_Unmarshal added in v0.1.9

func (m *GetLatestProtocolStateSnapshotRequest) XXX_Unmarshal(b []byte) error

type GetNetworkParametersRequest added in v0.1.5

type GetNetworkParametersRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkParametersRequest) Descriptor added in v0.1.5

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

func (*GetNetworkParametersRequest) ProtoMessage added in v0.1.5

func (*GetNetworkParametersRequest) ProtoMessage()

func (*GetNetworkParametersRequest) Reset added in v0.1.5

func (m *GetNetworkParametersRequest) Reset()

func (*GetNetworkParametersRequest) String added in v0.1.5

func (m *GetNetworkParametersRequest) String() string

func (*GetNetworkParametersRequest) XXX_DiscardUnknown added in v0.1.5

func (m *GetNetworkParametersRequest) XXX_DiscardUnknown()

func (*GetNetworkParametersRequest) XXX_Marshal added in v0.1.5

func (m *GetNetworkParametersRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNetworkParametersRequest) XXX_Merge added in v0.1.5

func (m *GetNetworkParametersRequest) XXX_Merge(src proto.Message)

func (*GetNetworkParametersRequest) XXX_Size added in v0.1.5

func (m *GetNetworkParametersRequest) XXX_Size() int

func (*GetNetworkParametersRequest) XXX_Unmarshal added in v0.1.5

func (m *GetNetworkParametersRequest) XXX_Unmarshal(b []byte) error

type GetNetworkParametersResponse added in v0.1.5

type GetNetworkParametersResponse struct {
	ChainId              string   `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNetworkParametersResponse) Descriptor added in v0.1.5

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

func (*GetNetworkParametersResponse) GetChainId added in v0.1.5

func (m *GetNetworkParametersResponse) GetChainId() string

func (*GetNetworkParametersResponse) ProtoMessage added in v0.1.5

func (*GetNetworkParametersResponse) ProtoMessage()

func (*GetNetworkParametersResponse) Reset added in v0.1.5

func (m *GetNetworkParametersResponse) Reset()

func (*GetNetworkParametersResponse) String added in v0.1.5

func (*GetNetworkParametersResponse) XXX_DiscardUnknown added in v0.1.5

func (m *GetNetworkParametersResponse) XXX_DiscardUnknown()

func (*GetNetworkParametersResponse) XXX_Marshal added in v0.1.5

func (m *GetNetworkParametersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNetworkParametersResponse) XXX_Merge added in v0.1.5

func (m *GetNetworkParametersResponse) XXX_Merge(src proto.Message)

func (*GetNetworkParametersResponse) XXX_Size added in v0.1.5

func (m *GetNetworkParametersResponse) XXX_Size() int

func (*GetNetworkParametersResponse) XXX_Unmarshal added in v0.1.5

func (m *GetNetworkParametersResponse) XXX_Unmarshal(b []byte) error

type GetNodeVersionInfoRequest added in v0.3.5

type GetNodeVersionInfoRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetNodeVersionInfoRequest) Descriptor added in v0.3.5

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

func (*GetNodeVersionInfoRequest) ProtoMessage added in v0.3.5

func (*GetNodeVersionInfoRequest) ProtoMessage()

func (*GetNodeVersionInfoRequest) Reset added in v0.3.5

func (m *GetNodeVersionInfoRequest) Reset()

func (*GetNodeVersionInfoRequest) String added in v0.3.5

func (m *GetNodeVersionInfoRequest) String() string

func (*GetNodeVersionInfoRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetNodeVersionInfoRequest) XXX_DiscardUnknown()

func (*GetNodeVersionInfoRequest) XXX_Marshal added in v0.3.5

func (m *GetNodeVersionInfoRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeVersionInfoRequest) XXX_Merge added in v0.3.5

func (m *GetNodeVersionInfoRequest) XXX_Merge(src proto.Message)

func (*GetNodeVersionInfoRequest) XXX_Size added in v0.3.5

func (m *GetNodeVersionInfoRequest) XXX_Size() int

func (*GetNodeVersionInfoRequest) XXX_Unmarshal added in v0.3.5

func (m *GetNodeVersionInfoRequest) XXX_Unmarshal(b []byte) error

type GetNodeVersionInfoResponse added in v0.3.5

type GetNodeVersionInfoResponse struct {
	Info                 *entities.NodeVersionInfo `protobuf:"bytes,1,opt,name=info,proto3" json:"info,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                  `json:"-"`
	XXX_unrecognized     []byte                    `json:"-"`
	XXX_sizecache        int32                     `json:"-"`
}

func (*GetNodeVersionInfoResponse) Descriptor added in v0.3.5

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

func (*GetNodeVersionInfoResponse) GetInfo added in v0.3.5

func (*GetNodeVersionInfoResponse) ProtoMessage added in v0.3.5

func (*GetNodeVersionInfoResponse) ProtoMessage()

func (*GetNodeVersionInfoResponse) Reset added in v0.3.5

func (m *GetNodeVersionInfoResponse) Reset()

func (*GetNodeVersionInfoResponse) String added in v0.3.5

func (m *GetNodeVersionInfoResponse) String() string

func (*GetNodeVersionInfoResponse) XXX_DiscardUnknown added in v0.3.5

func (m *GetNodeVersionInfoResponse) XXX_DiscardUnknown()

func (*GetNodeVersionInfoResponse) XXX_Marshal added in v0.3.5

func (m *GetNodeVersionInfoResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetNodeVersionInfoResponse) XXX_Merge added in v0.3.5

func (m *GetNodeVersionInfoResponse) XXX_Merge(src proto.Message)

func (*GetNodeVersionInfoResponse) XXX_Size added in v0.3.5

func (m *GetNodeVersionInfoResponse) XXX_Size() int

func (*GetNodeVersionInfoResponse) XXX_Unmarshal added in v0.3.5

func (m *GetNodeVersionInfoResponse) XXX_Unmarshal(b []byte) error

type GetProtocolStateSnapshotByBlockIDRequest added in v0.3.5

type GetProtocolStateSnapshotByBlockIDRequest struct {
	BlockId              []byte   `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProtocolStateSnapshotByBlockIDRequest) Descriptor added in v0.3.5

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

func (*GetProtocolStateSnapshotByBlockIDRequest) GetBlockId added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) ProtoMessage added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) Reset added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) String added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetProtocolStateSnapshotByBlockIDRequest) XXX_DiscardUnknown()

func (*GetProtocolStateSnapshotByBlockIDRequest) XXX_Marshal added in v0.3.5

func (m *GetProtocolStateSnapshotByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProtocolStateSnapshotByBlockIDRequest) XXX_Merge added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) XXX_Size added in v0.3.5

func (*GetProtocolStateSnapshotByBlockIDRequest) XXX_Unmarshal added in v0.3.5

func (m *GetProtocolStateSnapshotByBlockIDRequest) XXX_Unmarshal(b []byte) error

type GetProtocolStateSnapshotByHeightRequest added in v0.3.5

type GetProtocolStateSnapshotByHeightRequest struct {
	BlockHeight          uint64   `protobuf:"varint,1,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetProtocolStateSnapshotByHeightRequest) Descriptor added in v0.3.5

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

func (*GetProtocolStateSnapshotByHeightRequest) GetBlockHeight added in v0.3.5

func (m *GetProtocolStateSnapshotByHeightRequest) GetBlockHeight() uint64

func (*GetProtocolStateSnapshotByHeightRequest) ProtoMessage added in v0.3.5

func (*GetProtocolStateSnapshotByHeightRequest) Reset added in v0.3.5

func (*GetProtocolStateSnapshotByHeightRequest) String added in v0.3.5

func (*GetProtocolStateSnapshotByHeightRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetProtocolStateSnapshotByHeightRequest) XXX_DiscardUnknown()

func (*GetProtocolStateSnapshotByHeightRequest) XXX_Marshal added in v0.3.5

func (m *GetProtocolStateSnapshotByHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetProtocolStateSnapshotByHeightRequest) XXX_Merge added in v0.3.5

func (*GetProtocolStateSnapshotByHeightRequest) XXX_Size added in v0.3.5

func (*GetProtocolStateSnapshotByHeightRequest) XXX_Unmarshal added in v0.3.5

func (m *GetProtocolStateSnapshotByHeightRequest) XXX_Unmarshal(b []byte) error

type GetSystemTransactionRequest added in v0.3.5

type GetSystemTransactionRequest struct {
	BlockId              []byte   `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*GetSystemTransactionRequest) Descriptor added in v0.3.5

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

func (*GetSystemTransactionRequest) GetBlockId added in v0.3.5

func (m *GetSystemTransactionRequest) GetBlockId() []byte

func (*GetSystemTransactionRequest) ProtoMessage added in v0.3.5

func (*GetSystemTransactionRequest) ProtoMessage()

func (*GetSystemTransactionRequest) Reset added in v0.3.5

func (m *GetSystemTransactionRequest) Reset()

func (*GetSystemTransactionRequest) String added in v0.3.5

func (m *GetSystemTransactionRequest) String() string

func (*GetSystemTransactionRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetSystemTransactionRequest) XXX_DiscardUnknown()

func (*GetSystemTransactionRequest) XXX_Marshal added in v0.3.5

func (m *GetSystemTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSystemTransactionRequest) XXX_Merge added in v0.3.5

func (m *GetSystemTransactionRequest) XXX_Merge(src proto.Message)

func (*GetSystemTransactionRequest) XXX_Size added in v0.3.5

func (m *GetSystemTransactionRequest) XXX_Size() int

func (*GetSystemTransactionRequest) XXX_Unmarshal added in v0.3.5

func (m *GetSystemTransactionRequest) XXX_Unmarshal(b []byte) error

type GetSystemTransactionResultRequest added in v0.3.5

type GetSystemTransactionResultRequest struct {
	BlockId              []byte                        `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetSystemTransactionResultRequest) Descriptor added in v0.3.5

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

func (*GetSystemTransactionResultRequest) GetBlockId added in v0.3.5

func (m *GetSystemTransactionResultRequest) GetBlockId() []byte

func (*GetSystemTransactionResultRequest) GetEventEncodingVersion added in v0.3.5

func (*GetSystemTransactionResultRequest) ProtoMessage added in v0.3.5

func (*GetSystemTransactionResultRequest) ProtoMessage()

func (*GetSystemTransactionResultRequest) Reset added in v0.3.5

func (*GetSystemTransactionResultRequest) String added in v0.3.5

func (*GetSystemTransactionResultRequest) XXX_DiscardUnknown added in v0.3.5

func (m *GetSystemTransactionResultRequest) XXX_DiscardUnknown()

func (*GetSystemTransactionResultRequest) XXX_Marshal added in v0.3.5

func (m *GetSystemTransactionResultRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetSystemTransactionResultRequest) XXX_Merge added in v0.3.5

func (*GetSystemTransactionResultRequest) XXX_Size added in v0.3.5

func (m *GetSystemTransactionResultRequest) XXX_Size() int

func (*GetSystemTransactionResultRequest) XXX_Unmarshal added in v0.3.5

func (m *GetSystemTransactionResultRequest) XXX_Unmarshal(b []byte) error

type GetTransactionByIndexRequest added in v0.2.4

type GetTransactionByIndexRequest struct {
	BlockId              []byte                        `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	Index                uint32                        `protobuf:"varint,2,opt,name=index,proto3" json:"index,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetTransactionByIndexRequest) Descriptor added in v0.2.4

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

func (*GetTransactionByIndexRequest) GetBlockId added in v0.2.4

func (m *GetTransactionByIndexRequest) GetBlockId() []byte

func (*GetTransactionByIndexRequest) GetEventEncodingVersion added in v0.3.5

func (m *GetTransactionByIndexRequest) GetEventEncodingVersion() entities.EventEncodingVersion

func (*GetTransactionByIndexRequest) GetIndex added in v0.2.4

func (m *GetTransactionByIndexRequest) GetIndex() uint32

func (*GetTransactionByIndexRequest) ProtoMessage added in v0.2.4

func (*GetTransactionByIndexRequest) ProtoMessage()

func (*GetTransactionByIndexRequest) Reset added in v0.2.4

func (m *GetTransactionByIndexRequest) Reset()

func (*GetTransactionByIndexRequest) String added in v0.2.4

func (*GetTransactionByIndexRequest) XXX_DiscardUnknown added in v0.2.4

func (m *GetTransactionByIndexRequest) XXX_DiscardUnknown()

func (*GetTransactionByIndexRequest) XXX_Marshal added in v0.2.4

func (m *GetTransactionByIndexRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionByIndexRequest) XXX_Merge added in v0.2.4

func (m *GetTransactionByIndexRequest) XXX_Merge(src proto.Message)

func (*GetTransactionByIndexRequest) XXX_Size added in v0.2.4

func (m *GetTransactionByIndexRequest) XXX_Size() int

func (*GetTransactionByIndexRequest) XXX_Unmarshal added in v0.2.4

func (m *GetTransactionByIndexRequest) XXX_Unmarshal(b []byte) error

type GetTransactionRequest

type GetTransactionRequest struct {
	Id                   []byte                        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	BlockId              []byte                        `protobuf:"bytes,2,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	CollectionId         []byte                        `protobuf:"bytes,3,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetTransactionRequest) Descriptor

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

func (*GetTransactionRequest) GetBlockId added in v0.3.5

func (m *GetTransactionRequest) GetBlockId() []byte

func (*GetTransactionRequest) GetCollectionId added in v0.3.5

func (m *GetTransactionRequest) GetCollectionId() []byte

func (*GetTransactionRequest) GetEventEncodingVersion added in v0.3.5

func (m *GetTransactionRequest) GetEventEncodingVersion() entities.EventEncodingVersion

func (*GetTransactionRequest) GetId

func (m *GetTransactionRequest) GetId() []byte

func (*GetTransactionRequest) ProtoMessage

func (*GetTransactionRequest) ProtoMessage()

func (*GetTransactionRequest) Reset

func (m *GetTransactionRequest) Reset()

func (*GetTransactionRequest) String

func (m *GetTransactionRequest) String() string

func (*GetTransactionRequest) XXX_DiscardUnknown

func (m *GetTransactionRequest) XXX_DiscardUnknown()

func (*GetTransactionRequest) XXX_Marshal

func (m *GetTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionRequest) XXX_Merge

func (m *GetTransactionRequest) XXX_Merge(src proto.Message)

func (*GetTransactionRequest) XXX_Size

func (m *GetTransactionRequest) XXX_Size() int

func (*GetTransactionRequest) XXX_Unmarshal

func (m *GetTransactionRequest) XXX_Unmarshal(b []byte) error

type GetTransactionsByBlockIDRequest added in v0.2.5

type GetTransactionsByBlockIDRequest struct {
	BlockId              []byte                        `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	EventEncodingVersion entities.EventEncodingVersion `` /* 164-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}                      `json:"-"`
	XXX_unrecognized     []byte                        `json:"-"`
	XXX_sizecache        int32                         `json:"-"`
}

func (*GetTransactionsByBlockIDRequest) Descriptor added in v0.2.5

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

func (*GetTransactionsByBlockIDRequest) GetBlockId added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) GetBlockId() []byte

func (*GetTransactionsByBlockIDRequest) GetEventEncodingVersion added in v0.3.5

func (m *GetTransactionsByBlockIDRequest) GetEventEncodingVersion() entities.EventEncodingVersion

func (*GetTransactionsByBlockIDRequest) ProtoMessage added in v0.2.5

func (*GetTransactionsByBlockIDRequest) ProtoMessage()

func (*GetTransactionsByBlockIDRequest) Reset added in v0.2.5

func (*GetTransactionsByBlockIDRequest) String added in v0.2.5

func (*GetTransactionsByBlockIDRequest) XXX_DiscardUnknown added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) XXX_DiscardUnknown()

func (*GetTransactionsByBlockIDRequest) XXX_Marshal added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*GetTransactionsByBlockIDRequest) XXX_Merge added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) XXX_Merge(src proto.Message)

func (*GetTransactionsByBlockIDRequest) XXX_Size added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) XXX_Size() int

func (*GetTransactionsByBlockIDRequest) XXX_Unmarshal added in v0.2.5

func (m *GetTransactionsByBlockIDRequest) XXX_Unmarshal(b []byte) error

type PingRequest

type PingRequest struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingRequest) Descriptor

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

func (*PingRequest) ProtoMessage

func (*PingRequest) ProtoMessage()

func (*PingRequest) Reset

func (m *PingRequest) Reset()

func (*PingRequest) String

func (m *PingRequest) String() string

func (*PingRequest) XXX_DiscardUnknown

func (m *PingRequest) XXX_DiscardUnknown()

func (*PingRequest) XXX_Marshal

func (m *PingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingRequest) XXX_Merge

func (m *PingRequest) XXX_Merge(src proto.Message)

func (*PingRequest) XXX_Size

func (m *PingRequest) XXX_Size() int

func (*PingRequest) XXX_Unmarshal

func (m *PingRequest) XXX_Unmarshal(b []byte) error

type PingResponse

type PingResponse struct {
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

func (*PingResponse) Descriptor

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

func (*PingResponse) ProtoMessage

func (*PingResponse) ProtoMessage()

func (*PingResponse) Reset

func (m *PingResponse) Reset()

func (*PingResponse) String

func (m *PingResponse) String() string

func (*PingResponse) XXX_DiscardUnknown

func (m *PingResponse) XXX_DiscardUnknown()

func (*PingResponse) XXX_Marshal

func (m *PingResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*PingResponse) XXX_Merge

func (m *PingResponse) XXX_Merge(src proto.Message)

func (*PingResponse) XXX_Size

func (m *PingResponse) XXX_Size() int

func (*PingResponse) XXX_Unmarshal

func (m *PingResponse) XXX_Unmarshal(b []byte) error

type ProtocolStateSnapshotResponse added in v0.1.9

type ProtocolStateSnapshotResponse struct {
	SerializedSnapshot   []byte             `protobuf:"bytes,1,opt,name=serializedSnapshot,proto3" json:"serializedSnapshot,omitempty"`
	Metadata             *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*ProtocolStateSnapshotResponse) Descriptor added in v0.1.9

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

func (*ProtocolStateSnapshotResponse) GetMetadata added in v0.3.5

func (*ProtocolStateSnapshotResponse) GetSerializedSnapshot added in v0.1.9

func (m *ProtocolStateSnapshotResponse) GetSerializedSnapshot() []byte

func (*ProtocolStateSnapshotResponse) ProtoMessage added in v0.1.9

func (*ProtocolStateSnapshotResponse) ProtoMessage()

func (*ProtocolStateSnapshotResponse) Reset added in v0.1.9

func (m *ProtocolStateSnapshotResponse) Reset()

func (*ProtocolStateSnapshotResponse) String added in v0.1.9

func (*ProtocolStateSnapshotResponse) XXX_DiscardUnknown added in v0.1.9

func (m *ProtocolStateSnapshotResponse) XXX_DiscardUnknown()

func (*ProtocolStateSnapshotResponse) XXX_Marshal added in v0.1.9

func (m *ProtocolStateSnapshotResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*ProtocolStateSnapshotResponse) XXX_Merge added in v0.1.9

func (m *ProtocolStateSnapshotResponse) XXX_Merge(src proto.Message)

func (*ProtocolStateSnapshotResponse) XXX_Size added in v0.1.9

func (m *ProtocolStateSnapshotResponse) XXX_Size() int

func (*ProtocolStateSnapshotResponse) XXX_Unmarshal added in v0.1.9

func (m *ProtocolStateSnapshotResponse) XXX_Unmarshal(b []byte) error

type SendAndSubscribeTransactionStatusesRequest added in v0.4.0

type SendAndSubscribeTransactionStatusesRequest struct {
	// The transaction to be sent and tracked for status changes.
	Transaction          *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

Request message for sending a transaction and subscribing to its status changes.

func (*SendAndSubscribeTransactionStatusesRequest) Descriptor added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) GetTransaction added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) ProtoMessage added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) Reset added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) String added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SendAndSubscribeTransactionStatusesRequest) XXX_DiscardUnknown()

func (*SendAndSubscribeTransactionStatusesRequest) XXX_Marshal added in v0.4.0

func (m *SendAndSubscribeTransactionStatusesRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendAndSubscribeTransactionStatusesRequest) XXX_Merge added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) XXX_Size added in v0.4.0

func (*SendAndSubscribeTransactionStatusesRequest) XXX_Unmarshal added in v0.4.0

type SendAndSubscribeTransactionStatusesResponse added in v0.4.0

type SendAndSubscribeTransactionStatusesResponse struct {
	// The ID of the tracked transaction.
	Id []byte `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The status of the tracked transaction
	// Possible transaction statuses are:
	// - TransactionStatusPending
	// - TransactionStatusFinalized
	// - TransactionStatusExecuted
	// - TransactionStatusSealed
	// - `TransactionStatusExpired
	Status entities.TransactionStatus `protobuf:"varint,2,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"`
	// The message index of the response message. Used by the client to ensure they received all messages. Starts from "0".
	MessageIndex         uint64   `protobuf:"varint,3,opt,name=message_index,json=messageIndex,proto3" json:"message_index,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

Response message for transaction status changes.

func (*SendAndSubscribeTransactionStatusesResponse) Descriptor added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) GetId added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) GetMessageIndex added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) GetStatus added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) ProtoMessage added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) Reset added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) String added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) XXX_DiscardUnknown added in v0.4.0

func (m *SendAndSubscribeTransactionStatusesResponse) XXX_DiscardUnknown()

func (*SendAndSubscribeTransactionStatusesResponse) XXX_Marshal added in v0.4.0

func (m *SendAndSubscribeTransactionStatusesResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendAndSubscribeTransactionStatusesResponse) XXX_Merge added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) XXX_Size added in v0.4.0

func (*SendAndSubscribeTransactionStatusesResponse) XXX_Unmarshal added in v0.4.0

type SendTransactionRequest

type SendTransactionRequest struct {
	Transaction          *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*SendTransactionRequest) Descriptor

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

func (*SendTransactionRequest) GetTransaction

func (m *SendTransactionRequest) GetTransaction() *entities.Transaction

func (*SendTransactionRequest) ProtoMessage

func (*SendTransactionRequest) ProtoMessage()

func (*SendTransactionRequest) Reset

func (m *SendTransactionRequest) Reset()

func (*SendTransactionRequest) String

func (m *SendTransactionRequest) String() string

func (*SendTransactionRequest) XXX_DiscardUnknown

func (m *SendTransactionRequest) XXX_DiscardUnknown()

func (*SendTransactionRequest) XXX_Marshal

func (m *SendTransactionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendTransactionRequest) XXX_Merge

func (m *SendTransactionRequest) XXX_Merge(src proto.Message)

func (*SendTransactionRequest) XXX_Size

func (m *SendTransactionRequest) XXX_Size() int

func (*SendTransactionRequest) XXX_Unmarshal

func (m *SendTransactionRequest) XXX_Unmarshal(b []byte) error

type SendTransactionResponse

type SendTransactionResponse struct {
	Id                   []byte             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Metadata             *entities.Metadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}           `json:"-"`
	XXX_unrecognized     []byte             `json:"-"`
	XXX_sizecache        int32              `json:"-"`
}

func (*SendTransactionResponse) Descriptor

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

func (*SendTransactionResponse) GetId

func (m *SendTransactionResponse) GetId() []byte

func (*SendTransactionResponse) GetMetadata added in v0.3.5

func (m *SendTransactionResponse) GetMetadata() *entities.Metadata

func (*SendTransactionResponse) ProtoMessage

func (*SendTransactionResponse) ProtoMessage()

func (*SendTransactionResponse) Reset

func (m *SendTransactionResponse) Reset()

func (*SendTransactionResponse) String

func (m *SendTransactionResponse) String() string

func (*SendTransactionResponse) XXX_DiscardUnknown

func (m *SendTransactionResponse) XXX_DiscardUnknown()

func (*SendTransactionResponse) XXX_Marshal

func (m *SendTransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SendTransactionResponse) XXX_Merge

func (m *SendTransactionResponse) XXX_Merge(src proto.Message)

func (*SendTransactionResponse) XXX_Size

func (m *SendTransactionResponse) XXX_Size() int

func (*SendTransactionResponse) XXX_Unmarshal

func (m *SendTransactionResponse) XXX_Unmarshal(b []byte) error

type SubscribeBlockDigestsFromLatestRequest added in v0.4.0

type SubscribeBlockDigestsFromLatestRequest struct {
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockDigestsFromLatest

func (*SubscribeBlockDigestsFromLatestRequest) Descriptor added in v0.4.0

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

func (*SubscribeBlockDigestsFromLatestRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) Reset added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) String added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockDigestsFromLatestRequest) XXX_DiscardUnknown()

func (*SubscribeBlockDigestsFromLatestRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockDigestsFromLatestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockDigestsFromLatestRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockDigestsFromLatestRequest) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlockDigestsFromLatestRequest) XXX_Unmarshal(b []byte) error

type SubscribeBlockDigestsFromStartBlockIDRequest added in v0.4.0

type SubscribeBlockDigestsFromStartBlockIDRequest struct {
	// Block ID of the first block to subscribe.
	StartBlockId []byte `protobuf:"bytes,1,opt,name=start_block_id,json=startBlockId,proto3" json:"start_block_id,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockDigestsFromStartBlockID

func (*SubscribeBlockDigestsFromStartBlockIDRequest) Descriptor added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) GetStartBlockId added in v0.4.0

func (m *SubscribeBlockDigestsFromStartBlockIDRequest) GetStartBlockId() []byte

func (*SubscribeBlockDigestsFromStartBlockIDRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) Reset added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) String added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockDigestsFromStartBlockIDRequest) XXX_DiscardUnknown()

func (*SubscribeBlockDigestsFromStartBlockIDRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockDigestsFromStartBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockDigestsFromStartBlockIDRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockDigestsFromStartBlockIDRequest) XXX_Unmarshal added in v0.4.0

type SubscribeBlockDigestsFromStartHeightRequest added in v0.4.0

type SubscribeBlockDigestsFromStartHeightRequest struct {
	// Block height of the first block to subscribe.
	StartBlockHeight uint64 `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockDigestsFromStartHeight

func (*SubscribeBlockDigestsFromStartHeightRequest) Descriptor added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) GetStartBlockHeight added in v0.4.0

func (m *SubscribeBlockDigestsFromStartHeightRequest) GetStartBlockHeight() uint64

func (*SubscribeBlockDigestsFromStartHeightRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) Reset added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) String added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockDigestsFromStartHeightRequest) XXX_DiscardUnknown()

func (*SubscribeBlockDigestsFromStartHeightRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockDigestsFromStartHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockDigestsFromStartHeightRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockDigestsFromStartHeightRequest) XXX_Unmarshal added in v0.4.0

type SubscribeBlockDigestsResponse added in v0.4.0

type SubscribeBlockDigestsResponse struct {
	// The block ID of the new sealed or finalized block according to the block status
	// in the request.
	BlockId []byte `protobuf:"bytes,1,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	// The block height of the new sealed or finalized block according to the block status
	// in the request.
	BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	// The timestamp of the new sealed or finalized block according to the block status
	// in the request.
	BlockTimestamp       *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=block_timestamp,json=blockTimestamp,proto3" json:"block_timestamp,omitempty"`
	XXX_NoUnkeyedLiteral struct{}               `json:"-"`
	XXX_unrecognized     []byte                 `json:"-"`
	XXX_sizecache        int32                  `json:"-"`
}

The response for SubscribeBlockDigestsFromStartBlockID, SubscribeBlockDigestsFromStartHeight, SubscribeBlockDigestsFromLatest

func (*SubscribeBlockDigestsResponse) Descriptor added in v0.4.0

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

func (*SubscribeBlockDigestsResponse) GetBlockHeight added in v0.4.0

func (m *SubscribeBlockDigestsResponse) GetBlockHeight() uint64

func (*SubscribeBlockDigestsResponse) GetBlockId added in v0.4.0

func (m *SubscribeBlockDigestsResponse) GetBlockId() []byte

func (*SubscribeBlockDigestsResponse) GetBlockTimestamp added in v0.4.0

func (m *SubscribeBlockDigestsResponse) GetBlockTimestamp() *timestamppb.Timestamp

func (*SubscribeBlockDigestsResponse) ProtoMessage added in v0.4.0

func (*SubscribeBlockDigestsResponse) ProtoMessage()

func (*SubscribeBlockDigestsResponse) Reset added in v0.4.0

func (m *SubscribeBlockDigestsResponse) Reset()

func (*SubscribeBlockDigestsResponse) String added in v0.4.0

func (*SubscribeBlockDigestsResponse) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockDigestsResponse) XXX_DiscardUnknown()

func (*SubscribeBlockDigestsResponse) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockDigestsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockDigestsResponse) XXX_Merge added in v0.4.0

func (m *SubscribeBlockDigestsResponse) XXX_Merge(src proto.Message)

func (*SubscribeBlockDigestsResponse) XXX_Size added in v0.4.0

func (m *SubscribeBlockDigestsResponse) XXX_Size() int

func (*SubscribeBlockDigestsResponse) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlockDigestsResponse) XXX_Unmarshal(b []byte) error

type SubscribeBlockHeadersFromLatestRequest added in v0.4.0

type SubscribeBlockHeadersFromLatestRequest struct {
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockHeadersFromLatest

func (*SubscribeBlockHeadersFromLatestRequest) Descriptor added in v0.4.0

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

func (*SubscribeBlockHeadersFromLatestRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) Reset added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) String added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockHeadersFromLatestRequest) XXX_DiscardUnknown()

func (*SubscribeBlockHeadersFromLatestRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockHeadersFromLatestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockHeadersFromLatestRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockHeadersFromLatestRequest) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlockHeadersFromLatestRequest) XXX_Unmarshal(b []byte) error

type SubscribeBlockHeadersFromStartBlockIDRequest added in v0.4.0

type SubscribeBlockHeadersFromStartBlockIDRequest struct {
	// Block ID of the first block header to subscribe.
	StartBlockId []byte `protobuf:"bytes,1,opt,name=start_block_id,json=startBlockId,proto3" json:"start_block_id,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockHeadersFromStartBlockID

func (*SubscribeBlockHeadersFromStartBlockIDRequest) Descriptor added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) GetStartBlockId added in v0.4.0

func (m *SubscribeBlockHeadersFromStartBlockIDRequest) GetStartBlockId() []byte

func (*SubscribeBlockHeadersFromStartBlockIDRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) Reset added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) String added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockHeadersFromStartBlockIDRequest) XXX_DiscardUnknown()

func (*SubscribeBlockHeadersFromStartBlockIDRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockHeadersFromStartBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockHeadersFromStartBlockIDRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockHeadersFromStartBlockIDRequest) XXX_Unmarshal added in v0.4.0

type SubscribeBlockHeadersFromStartHeightRequest added in v0.4.0

type SubscribeBlockHeadersFromStartHeightRequest struct {
	// Block height of the first block header to subscribe.
	StartBlockHeight uint64 `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus          entities.BlockStatus `` /* 126-byte string literal not displayed */
	XXX_NoUnkeyedLiteral struct{}             `json:"-"`
	XXX_unrecognized     []byte               `json:"-"`
	XXX_sizecache        int32                `json:"-"`
}

The request for SubscribeBlockHeadersFromStartHeight

func (*SubscribeBlockHeadersFromStartHeightRequest) Descriptor added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) GetStartBlockHeight added in v0.4.0

func (m *SubscribeBlockHeadersFromStartHeightRequest) GetStartBlockHeight() uint64

func (*SubscribeBlockHeadersFromStartHeightRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) Reset added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) String added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockHeadersFromStartHeightRequest) XXX_DiscardUnknown()

func (*SubscribeBlockHeadersFromStartHeightRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockHeadersFromStartHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockHeadersFromStartHeightRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) XXX_Size added in v0.4.0

func (*SubscribeBlockHeadersFromStartHeightRequest) XXX_Unmarshal added in v0.4.0

type SubscribeBlockHeadersResponse added in v0.4.0

type SubscribeBlockHeadersResponse struct {
	// The sealed or finalized block headers according to the block status
	// in the request.
	Header               *entities.BlockHeader `protobuf:"bytes,1,opt,name=header,proto3" json:"header,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

The response for SubscribeBlockHeadersFromStartBlockID, SubscribeBlockHeadersFromStartHeight, SubscribeBlockHeadersFromLatest

func (*SubscribeBlockHeadersResponse) Descriptor added in v0.4.0

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

func (*SubscribeBlockHeadersResponse) GetHeader added in v0.4.0

func (*SubscribeBlockHeadersResponse) ProtoMessage added in v0.4.0

func (*SubscribeBlockHeadersResponse) ProtoMessage()

func (*SubscribeBlockHeadersResponse) Reset added in v0.4.0

func (m *SubscribeBlockHeadersResponse) Reset()

func (*SubscribeBlockHeadersResponse) String added in v0.4.0

func (*SubscribeBlockHeadersResponse) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlockHeadersResponse) XXX_DiscardUnknown()

func (*SubscribeBlockHeadersResponse) XXX_Marshal added in v0.4.0

func (m *SubscribeBlockHeadersResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlockHeadersResponse) XXX_Merge added in v0.4.0

func (m *SubscribeBlockHeadersResponse) XXX_Merge(src proto.Message)

func (*SubscribeBlockHeadersResponse) XXX_Size added in v0.4.0

func (m *SubscribeBlockHeadersResponse) XXX_Size() int

func (*SubscribeBlockHeadersResponse) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlockHeadersResponse) XXX_Unmarshal(b []byte) error

type SubscribeBlocksFromLatestRequest added in v0.4.0

type SubscribeBlocksFromLatestRequest struct {
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus entities.BlockStatus `` /* 126-byte string literal not displayed */
	// Boolean value determining the response: 'full' if `true`, 'light' otherwise.
	FullBlockResponse    bool     `protobuf:"varint,2,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for SubscribeBlocksFromLatest

func (*SubscribeBlocksFromLatestRequest) Descriptor added in v0.4.0

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

func (*SubscribeBlocksFromLatestRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlocksFromLatestRequest) GetFullBlockResponse added in v0.4.0

func (m *SubscribeBlocksFromLatestRequest) GetFullBlockResponse() bool

func (*SubscribeBlocksFromLatestRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlocksFromLatestRequest) ProtoMessage()

func (*SubscribeBlocksFromLatestRequest) Reset added in v0.4.0

func (*SubscribeBlocksFromLatestRequest) String added in v0.4.0

func (*SubscribeBlocksFromLatestRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlocksFromLatestRequest) XXX_DiscardUnknown()

func (*SubscribeBlocksFromLatestRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlocksFromLatestRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlocksFromLatestRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlocksFromLatestRequest) XXX_Size added in v0.4.0

func (m *SubscribeBlocksFromLatestRequest) XXX_Size() int

func (*SubscribeBlocksFromLatestRequest) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlocksFromLatestRequest) XXX_Unmarshal(b []byte) error

type SubscribeBlocksFromStartBlockIDRequest added in v0.4.0

type SubscribeBlocksFromStartBlockIDRequest struct {
	// Block ID of the first block to subscribe.
	StartBlockId []byte `protobuf:"bytes,1,opt,name=start_block_id,json=startBlockId,proto3" json:"start_block_id,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus entities.BlockStatus `` /* 126-byte string literal not displayed */
	// Boolean value determining the response: 'full' if `true`, 'light' otherwise.
	FullBlockResponse    bool     `protobuf:"varint,3,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for SubscribeBlocksFromStartBlockID

func (*SubscribeBlocksFromStartBlockIDRequest) Descriptor added in v0.4.0

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

func (*SubscribeBlocksFromStartBlockIDRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) GetFullBlockResponse added in v0.4.0

func (m *SubscribeBlocksFromStartBlockIDRequest) GetFullBlockResponse() bool

func (*SubscribeBlocksFromStartBlockIDRequest) GetStartBlockId added in v0.4.0

func (m *SubscribeBlocksFromStartBlockIDRequest) GetStartBlockId() []byte

func (*SubscribeBlocksFromStartBlockIDRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) Reset added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) String added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlocksFromStartBlockIDRequest) XXX_DiscardUnknown()

func (*SubscribeBlocksFromStartBlockIDRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlocksFromStartBlockIDRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlocksFromStartBlockIDRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) XXX_Size added in v0.4.0

func (*SubscribeBlocksFromStartBlockIDRequest) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlocksFromStartBlockIDRequest) XXX_Unmarshal(b []byte) error

type SubscribeBlocksFromStartHeightRequest added in v0.4.0

type SubscribeBlocksFromStartHeightRequest struct {
	// Block height of the first block to subscribe.
	StartBlockHeight uint64 `protobuf:"varint,1,opt,name=start_block_height,json=startBlockHeight,proto3" json:"start_block_height,omitempty"`
	// Required block status of the block payload.
	// Possible variants:
	// 1. BLOCK_FINALIZED
	// 2. BLOCK_SEALED
	BlockStatus entities.BlockStatus `` /* 126-byte string literal not displayed */
	// Boolean value determining the response: 'full' if `true`, 'light' otherwise.
	FullBlockResponse    bool     `protobuf:"varint,3,opt,name=full_block_response,json=fullBlockResponse,proto3" json:"full_block_response,omitempty"`
	XXX_NoUnkeyedLiteral struct{} `json:"-"`
	XXX_unrecognized     []byte   `json:"-"`
	XXX_sizecache        int32    `json:"-"`
}

The request for SubscribeBlocksFromStartHeight

func (*SubscribeBlocksFromStartHeightRequest) Descriptor added in v0.4.0

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

func (*SubscribeBlocksFromStartHeightRequest) GetBlockStatus added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) GetFullBlockResponse added in v0.4.0

func (m *SubscribeBlocksFromStartHeightRequest) GetFullBlockResponse() bool

func (*SubscribeBlocksFromStartHeightRequest) GetStartBlockHeight added in v0.4.0

func (m *SubscribeBlocksFromStartHeightRequest) GetStartBlockHeight() uint64

func (*SubscribeBlocksFromStartHeightRequest) ProtoMessage added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) ProtoMessage()

func (*SubscribeBlocksFromStartHeightRequest) Reset added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) String added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlocksFromStartHeightRequest) XXX_DiscardUnknown()

func (*SubscribeBlocksFromStartHeightRequest) XXX_Marshal added in v0.4.0

func (m *SubscribeBlocksFromStartHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlocksFromStartHeightRequest) XXX_Merge added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) XXX_Size added in v0.4.0

func (*SubscribeBlocksFromStartHeightRequest) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlocksFromStartHeightRequest) XXX_Unmarshal(b []byte) error

type SubscribeBlocksResponse added in v0.4.0

type SubscribeBlocksResponse struct {
	// The sealed or finalized blocks according to the block status
	// in the request.
	Block                *entities.Block `protobuf:"bytes,1,opt,name=block,proto3" json:"block,omitempty"`
	XXX_NoUnkeyedLiteral struct{}        `json:"-"`
	XXX_unrecognized     []byte          `json:"-"`
	XXX_sizecache        int32           `json:"-"`
}

The response for SubscribeBlocksFromStartBlockID, SubscribeBlocksFromStartHeight, SubscribeBlocksFromLatest

func (*SubscribeBlocksResponse) Descriptor added in v0.4.0

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

func (*SubscribeBlocksResponse) GetBlock added in v0.4.0

func (m *SubscribeBlocksResponse) GetBlock() *entities.Block

func (*SubscribeBlocksResponse) ProtoMessage added in v0.4.0

func (*SubscribeBlocksResponse) ProtoMessage()

func (*SubscribeBlocksResponse) Reset added in v0.4.0

func (m *SubscribeBlocksResponse) Reset()

func (*SubscribeBlocksResponse) String added in v0.4.0

func (m *SubscribeBlocksResponse) String() string

func (*SubscribeBlocksResponse) XXX_DiscardUnknown added in v0.4.0

func (m *SubscribeBlocksResponse) XXX_DiscardUnknown()

func (*SubscribeBlocksResponse) XXX_Marshal added in v0.4.0

func (m *SubscribeBlocksResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*SubscribeBlocksResponse) XXX_Merge added in v0.4.0

func (m *SubscribeBlocksResponse) XXX_Merge(src proto.Message)

func (*SubscribeBlocksResponse) XXX_Size added in v0.4.0

func (m *SubscribeBlocksResponse) XXX_Size() int

func (*SubscribeBlocksResponse) XXX_Unmarshal added in v0.4.0

func (m *SubscribeBlocksResponse) XXX_Unmarshal(b []byte) error

type TransactionResponse

type TransactionResponse struct {
	Transaction          *entities.Transaction `protobuf:"bytes,1,opt,name=transaction,proto3" json:"transaction,omitempty"`
	Metadata             *entities.Metadata    `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}              `json:"-"`
	XXX_unrecognized     []byte                `json:"-"`
	XXX_sizecache        int32                 `json:"-"`
}

func (*TransactionResponse) Descriptor

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

func (*TransactionResponse) GetMetadata added in v0.3.5

func (m *TransactionResponse) GetMetadata() *entities.Metadata

func (*TransactionResponse) GetTransaction

func (m *TransactionResponse) GetTransaction() *entities.Transaction

func (*TransactionResponse) ProtoMessage

func (*TransactionResponse) ProtoMessage()

func (*TransactionResponse) Reset

func (m *TransactionResponse) Reset()

func (*TransactionResponse) String

func (m *TransactionResponse) String() string

func (*TransactionResponse) XXX_DiscardUnknown

func (m *TransactionResponse) XXX_DiscardUnknown()

func (*TransactionResponse) XXX_Marshal

func (m *TransactionResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionResponse) XXX_Merge

func (m *TransactionResponse) XXX_Merge(src proto.Message)

func (*TransactionResponse) XXX_Size

func (m *TransactionResponse) XXX_Size() int

func (*TransactionResponse) XXX_Unmarshal

func (m *TransactionResponse) XXX_Unmarshal(b []byte) error

type TransactionResultResponse

type TransactionResultResponse struct {
	Status               entities.TransactionStatus `protobuf:"varint,1,opt,name=status,proto3,enum=flow.entities.TransactionStatus" json:"status,omitempty"`
	StatusCode           uint32                     `protobuf:"varint,2,opt,name=status_code,json=statusCode,proto3" json:"status_code,omitempty"`
	ErrorMessage         string                     `protobuf:"bytes,3,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
	Events               []*entities.Event          `protobuf:"bytes,4,rep,name=events,proto3" json:"events,omitempty"`
	BlockId              []byte                     `protobuf:"bytes,5,opt,name=block_id,json=blockId,proto3" json:"block_id,omitempty"`
	TransactionId        []byte                     `protobuf:"bytes,6,opt,name=transaction_id,json=transactionId,proto3" json:"transaction_id,omitempty"`
	CollectionId         []byte                     `protobuf:"bytes,7,opt,name=collection_id,json=collectionId,proto3" json:"collection_id,omitempty"`
	BlockHeight          uint64                     `protobuf:"varint,8,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"`
	Metadata             *entities.Metadata         `protobuf:"bytes,9,opt,name=metadata,proto3" json:"metadata,omitempty"`
	ComputationUsage     uint64                     `protobuf:"varint,10,opt,name=computation_usage,json=computationUsage,proto3" json:"computation_usage,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                   `json:"-"`
	XXX_unrecognized     []byte                     `json:"-"`
	XXX_sizecache        int32                      `json:"-"`
}

func (*TransactionResultResponse) Descriptor

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

func (*TransactionResultResponse) GetBlockHeight added in v0.3.1

func (m *TransactionResultResponse) GetBlockHeight() uint64

func (*TransactionResultResponse) GetBlockId added in v0.2.0

func (m *TransactionResultResponse) GetBlockId() []byte

func (*TransactionResultResponse) GetCollectionId added in v0.2.5

func (m *TransactionResultResponse) GetCollectionId() []byte

func (*TransactionResultResponse) GetComputationUsage added in v0.3.6

func (m *TransactionResultResponse) GetComputationUsage() uint64

func (*TransactionResultResponse) GetErrorMessage

func (m *TransactionResultResponse) GetErrorMessage() string

func (*TransactionResultResponse) GetEvents

func (m *TransactionResultResponse) GetEvents() []*entities.Event

func (*TransactionResultResponse) GetMetadata added in v0.3.5

func (m *TransactionResultResponse) GetMetadata() *entities.Metadata

func (*TransactionResultResponse) GetStatus

func (*TransactionResultResponse) GetStatusCode

func (m *TransactionResultResponse) GetStatusCode() uint32

func (*TransactionResultResponse) GetTransactionId added in v0.2.5

func (m *TransactionResultResponse) GetTransactionId() []byte

func (*TransactionResultResponse) ProtoMessage

func (*TransactionResultResponse) ProtoMessage()

func (*TransactionResultResponse) Reset

func (m *TransactionResultResponse) Reset()

func (*TransactionResultResponse) String

func (m *TransactionResultResponse) String() string

func (*TransactionResultResponse) XXX_DiscardUnknown

func (m *TransactionResultResponse) XXX_DiscardUnknown()

func (*TransactionResultResponse) XXX_Marshal

func (m *TransactionResultResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionResultResponse) XXX_Merge

func (m *TransactionResultResponse) XXX_Merge(src proto.Message)

func (*TransactionResultResponse) XXX_Size

func (m *TransactionResultResponse) XXX_Size() int

func (*TransactionResultResponse) XXX_Unmarshal

func (m *TransactionResultResponse) XXX_Unmarshal(b []byte) error

type TransactionResultsResponse added in v0.2.5

type TransactionResultsResponse struct {
	TransactionResults   []*TransactionResultResponse `protobuf:"bytes,1,rep,name=transaction_results,json=transactionResults,proto3" json:"transaction_results,omitempty"`
	Metadata             *entities.Metadata           `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                     `json:"-"`
	XXX_unrecognized     []byte                       `json:"-"`
	XXX_sizecache        int32                        `json:"-"`
}

func (*TransactionResultsResponse) Descriptor added in v0.2.5

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

func (*TransactionResultsResponse) GetMetadata added in v0.3.5

func (m *TransactionResultsResponse) GetMetadata() *entities.Metadata

func (*TransactionResultsResponse) GetTransactionResults added in v0.2.5

func (m *TransactionResultsResponse) GetTransactionResults() []*TransactionResultResponse

func (*TransactionResultsResponse) ProtoMessage added in v0.2.5

func (*TransactionResultsResponse) ProtoMessage()

func (*TransactionResultsResponse) Reset added in v0.2.5

func (m *TransactionResultsResponse) Reset()

func (*TransactionResultsResponse) String added in v0.2.5

func (m *TransactionResultsResponse) String() string

func (*TransactionResultsResponse) XXX_DiscardUnknown added in v0.2.5

func (m *TransactionResultsResponse) XXX_DiscardUnknown()

func (*TransactionResultsResponse) XXX_Marshal added in v0.2.5

func (m *TransactionResultsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionResultsResponse) XXX_Merge added in v0.2.5

func (m *TransactionResultsResponse) XXX_Merge(src proto.Message)

func (*TransactionResultsResponse) XXX_Size added in v0.2.5

func (m *TransactionResultsResponse) XXX_Size() int

func (*TransactionResultsResponse) XXX_Unmarshal added in v0.2.5

func (m *TransactionResultsResponse) XXX_Unmarshal(b []byte) error

type TransactionsResponse added in v0.2.5

type TransactionsResponse struct {
	Transactions         []*entities.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	Metadata             *entities.Metadata      `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	XXX_NoUnkeyedLiteral struct{}                `json:"-"`
	XXX_unrecognized     []byte                  `json:"-"`
	XXX_sizecache        int32                   `json:"-"`
}

func (*TransactionsResponse) Descriptor added in v0.2.5

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

func (*TransactionsResponse) GetMetadata added in v0.3.5

func (m *TransactionsResponse) GetMetadata() *entities.Metadata

func (*TransactionsResponse) GetTransactions added in v0.2.5

func (m *TransactionsResponse) GetTransactions() []*entities.Transaction

func (*TransactionsResponse) ProtoMessage added in v0.2.5

func (*TransactionsResponse) ProtoMessage()

func (*TransactionsResponse) Reset added in v0.2.5

func (m *TransactionsResponse) Reset()

func (*TransactionsResponse) String added in v0.2.5

func (m *TransactionsResponse) String() string

func (*TransactionsResponse) XXX_DiscardUnknown added in v0.2.5

func (m *TransactionsResponse) XXX_DiscardUnknown()

func (*TransactionsResponse) XXX_Marshal added in v0.2.5

func (m *TransactionsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)

func (*TransactionsResponse) XXX_Merge added in v0.2.5

func (m *TransactionsResponse) XXX_Merge(src proto.Message)

func (*TransactionsResponse) XXX_Size added in v0.2.5

func (m *TransactionsResponse) XXX_Size() int

func (*TransactionsResponse) XXX_Unmarshal added in v0.2.5

func (m *TransactionsResponse) XXX_Unmarshal(b []byte) error

type UnimplementedAccessAPIServer

type UnimplementedAccessAPIServer struct {
}

UnimplementedAccessAPIServer should be embedded to have forward compatible implementations.

func (UnimplementedAccessAPIServer) ExecuteScriptAtBlockHeight

func (UnimplementedAccessAPIServer) ExecuteScriptAtBlockID

func (UnimplementedAccessAPIServer) ExecuteScriptAtLatestBlock

func (UnimplementedAccessAPIServer) GetAccount

func (UnimplementedAccessAPIServer) GetAccountAtBlockHeight added in v0.1.5

func (UnimplementedAccessAPIServer) GetAccountAtLatestBlock added in v0.1.5

func (UnimplementedAccessAPIServer) GetBlockByHeight

func (UnimplementedAccessAPIServer) GetBlockByID

func (UnimplementedAccessAPIServer) GetBlockHeaderByHeight

func (UnimplementedAccessAPIServer) GetBlockHeaderByID

func (UnimplementedAccessAPIServer) GetCollectionByID

func (UnimplementedAccessAPIServer) GetEventsForBlockIDs

func (UnimplementedAccessAPIServer) GetEventsForHeightRange

func (UnimplementedAccessAPIServer) GetExecutionResultByID added in v0.3.5

func (UnimplementedAccessAPIServer) GetExecutionResultForBlockID added in v0.2.2

func (UnimplementedAccessAPIServer) GetLatestBlock

func (UnimplementedAccessAPIServer) GetLatestBlockHeader

func (UnimplementedAccessAPIServer) GetLatestProtocolStateSnapshot added in v0.1.9

func (UnimplementedAccessAPIServer) GetNetworkParameters added in v0.1.5

func (UnimplementedAccessAPIServer) GetNodeVersionInfo added in v0.3.5

func (UnimplementedAccessAPIServer) GetProtocolStateSnapshotByBlockID added in v0.3.5

func (UnimplementedAccessAPIServer) GetProtocolStateSnapshotByHeight added in v0.3.5

func (UnimplementedAccessAPIServer) GetSystemTransaction added in v0.3.5

func (UnimplementedAccessAPIServer) GetSystemTransactionResult added in v0.3.5

func (UnimplementedAccessAPIServer) GetTransaction

func (UnimplementedAccessAPIServer) GetTransactionResult

func (UnimplementedAccessAPIServer) GetTransactionResultByIndex added in v0.2.4

func (UnimplementedAccessAPIServer) GetTransactionResultsByBlockID added in v0.2.5

func (UnimplementedAccessAPIServer) GetTransactionsByBlockID added in v0.2.5

func (UnimplementedAccessAPIServer) Ping

func (UnimplementedAccessAPIServer) SendTransaction

func (UnimplementedAccessAPIServer) SubscribeBlockDigestsFromLatest added in v0.4.0

func (UnimplementedAccessAPIServer) SubscribeBlockHeadersFromLatest added in v0.4.0

func (UnimplementedAccessAPIServer) SubscribeBlocksFromLatest added in v0.4.0

func (UnimplementedAccessAPIServer) SubscribeBlocksFromStartBlockID added in v0.4.0

func (UnimplementedAccessAPIServer) SubscribeBlocksFromStartHeight added in v0.4.0

type UnsafeAccessAPIServer added in v0.2.2

type UnsafeAccessAPIServer interface {
	// contains filtered or unexported methods
}

UnsafeAccessAPIServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AccessAPIServer will result in compilation errors.

Jump to

Keyboard shortcuts

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