client

package
v0.0.0-...-bf1cce6 Latest Latest
Warning

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

Go to latest
Published: Mar 24, 2022 License: MIT Imports: 5 Imported by: 9

Documentation

Overview

AUTO GENERATED FILE (by membufc proto compiler v0.4.0)

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GetBlockRequest

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

func GetBlockRequestReader

func GetBlockRequestReader(buf []byte) *GetBlockRequest

func (*GetBlockRequest) BlockHeight

func (x *GetBlockRequest) BlockHeight() primitives.BlockHeight

func (*GetBlockRequest) Equal

func (x *GetBlockRequest) Equal(y *GetBlockRequest) bool

func (*GetBlockRequest) IsValid

func (x *GetBlockRequest) IsValid() bool

func (*GetBlockRequest) MutateBlockHeight

func (x *GetBlockRequest) MutateBlockHeight(v primitives.BlockHeight) error

func (*GetBlockRequest) MutateProtocolVersion

func (x *GetBlockRequest) MutateProtocolVersion(v primitives.ProtocolVersion) error

func (*GetBlockRequest) MutateVirtualChainId

func (x *GetBlockRequest) MutateVirtualChainId(v primitives.VirtualChainId) error

func (*GetBlockRequest) ProtocolVersion

func (x *GetBlockRequest) ProtocolVersion() primitives.ProtocolVersion

func (*GetBlockRequest) Raw

func (x *GetBlockRequest) Raw() []byte

func (*GetBlockRequest) RawBlockHeight

func (x *GetBlockRequest) RawBlockHeight() []byte

func (*GetBlockRequest) RawProtocolVersion

func (x *GetBlockRequest) RawProtocolVersion() []byte

func (*GetBlockRequest) RawVirtualChainId

func (x *GetBlockRequest) RawVirtualChainId() []byte

func (*GetBlockRequest) String

func (x *GetBlockRequest) String() string

func (*GetBlockRequest) StringBlockHeight

func (x *GetBlockRequest) StringBlockHeight() string

func (*GetBlockRequest) StringProtocolVersion

func (x *GetBlockRequest) StringProtocolVersion() string

func (*GetBlockRequest) StringVirtualChainId

func (x *GetBlockRequest) StringVirtualChainId() string

func (*GetBlockRequest) VirtualChainId

func (x *GetBlockRequest) VirtualChainId() primitives.VirtualChainId

type GetBlockRequestBuilder

type GetBlockRequestBuilder struct {
	ProtocolVersion primitives.ProtocolVersion
	VirtualChainId  primitives.VirtualChainId
	BlockHeight     primitives.BlockHeight
	// contains filtered or unexported fields
}

func GetBlockRequestBuilderFromRaw

func GetBlockRequestBuilderFromRaw(raw []byte) *GetBlockRequestBuilder

func (*GetBlockRequestBuilder) Build

func (*GetBlockRequestBuilder) CalcRequiredSize

func (w *GetBlockRequestBuilder) CalcRequiredSize() membuffers.Offset

func (*GetBlockRequestBuilder) GetSize

func (w *GetBlockRequestBuilder) GetSize() membuffers.Offset

func (*GetBlockRequestBuilder) HexDump

func (w *GetBlockRequestBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetBlockRequestBuilder) Write

func (w *GetBlockRequestBuilder) Write(buf []byte) (err error)

type GetBlockResponse

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

func GetBlockResponseReader

func GetBlockResponseReader(buf []byte) *GetBlockResponse

func (*GetBlockResponse) ContractStateDiffsIterator

func (x *GetBlockResponse) ContractStateDiffsIterator() *GetBlockResponseContractStateDiffsIterator

func (*GetBlockResponse) Equal

func (x *GetBlockResponse) Equal(y *GetBlockResponse) bool

func (*GetBlockResponse) IsValid

func (x *GetBlockResponse) IsValid() bool

func (*GetBlockResponse) Raw

func (x *GetBlockResponse) Raw() []byte

func (*GetBlockResponse) RawContractStateDiffsArray

func (x *GetBlockResponse) RawContractStateDiffsArray() []byte

func (*GetBlockResponse) RawContractStateDiffsArrayWithHeader

func (x *GetBlockResponse) RawContractStateDiffsArrayWithHeader() []byte

func (*GetBlockResponse) RawRequestResult

func (x *GetBlockResponse) RawRequestResult() []byte

func (*GetBlockResponse) RawRequestResultWithHeader

func (x *GetBlockResponse) RawRequestResultWithHeader() []byte

func (*GetBlockResponse) RawResultsBlockHeader

func (x *GetBlockResponse) RawResultsBlockHeader() []byte

func (*GetBlockResponse) RawResultsBlockHeaderWithHeader

func (x *GetBlockResponse) RawResultsBlockHeaderWithHeader() []byte

func (*GetBlockResponse) RawResultsBlockProof

func (x *GetBlockResponse) RawResultsBlockProof() []byte

func (*GetBlockResponse) RawResultsBlockProofWithHeader

func (x *GetBlockResponse) RawResultsBlockProofWithHeader() []byte

func (*GetBlockResponse) RawSignedTransactionsArray

func (x *GetBlockResponse) RawSignedTransactionsArray() []byte

func (*GetBlockResponse) RawSignedTransactionsArrayWithHeader

func (x *GetBlockResponse) RawSignedTransactionsArrayWithHeader() []byte

func (*GetBlockResponse) RawTransactionReceiptsArray

func (x *GetBlockResponse) RawTransactionReceiptsArray() []byte

func (*GetBlockResponse) RawTransactionReceiptsArrayWithHeader

func (x *GetBlockResponse) RawTransactionReceiptsArrayWithHeader() []byte

func (*GetBlockResponse) RawTransactionsBlockHeader

func (x *GetBlockResponse) RawTransactionsBlockHeader() []byte

func (*GetBlockResponse) RawTransactionsBlockHeaderWithHeader

func (x *GetBlockResponse) RawTransactionsBlockHeaderWithHeader() []byte

func (*GetBlockResponse) RawTransactionsBlockMetadata

func (x *GetBlockResponse) RawTransactionsBlockMetadata() []byte

func (*GetBlockResponse) RawTransactionsBlockMetadataWithHeader

func (x *GetBlockResponse) RawTransactionsBlockMetadataWithHeader() []byte

func (*GetBlockResponse) RawTransactionsBlockProof

func (x *GetBlockResponse) RawTransactionsBlockProof() []byte

func (*GetBlockResponse) RawTransactionsBlockProofWithHeader

func (x *GetBlockResponse) RawTransactionsBlockProofWithHeader() []byte

func (*GetBlockResponse) RequestResult

func (x *GetBlockResponse) RequestResult() *RequestResult

func (*GetBlockResponse) ResultsBlockHeader

func (x *GetBlockResponse) ResultsBlockHeader() *protocol.ResultsBlockHeader

func (*GetBlockResponse) ResultsBlockProof

func (x *GetBlockResponse) ResultsBlockProof() *protocol.ResultsBlockProof

func (*GetBlockResponse) SignedTransactionsIterator

func (x *GetBlockResponse) SignedTransactionsIterator() *GetBlockResponseSignedTransactionsIterator

func (*GetBlockResponse) String

func (x *GetBlockResponse) String() string

func (*GetBlockResponse) StringContractStateDiffs

func (x *GetBlockResponse) StringContractStateDiffs() (res string)

func (*GetBlockResponse) StringRequestResult

func (x *GetBlockResponse) StringRequestResult() string

func (*GetBlockResponse) StringResultsBlockHeader

func (x *GetBlockResponse) StringResultsBlockHeader() string

func (*GetBlockResponse) StringResultsBlockProof

func (x *GetBlockResponse) StringResultsBlockProof() string

func (*GetBlockResponse) StringSignedTransactions

func (x *GetBlockResponse) StringSignedTransactions() (res string)

func (*GetBlockResponse) StringTransactionReceipts

func (x *GetBlockResponse) StringTransactionReceipts() (res string)

func (*GetBlockResponse) StringTransactionsBlockHeader

func (x *GetBlockResponse) StringTransactionsBlockHeader() string

func (*GetBlockResponse) StringTransactionsBlockMetadata

func (x *GetBlockResponse) StringTransactionsBlockMetadata() string

func (*GetBlockResponse) StringTransactionsBlockProof

func (x *GetBlockResponse) StringTransactionsBlockProof() string

func (*GetBlockResponse) TransactionReceiptsIterator

func (x *GetBlockResponse) TransactionReceiptsIterator() *GetBlockResponseTransactionReceiptsIterator

func (*GetBlockResponse) TransactionsBlockHeader

func (x *GetBlockResponse) TransactionsBlockHeader() *protocol.TransactionsBlockHeader

func (*GetBlockResponse) TransactionsBlockMetadata

func (x *GetBlockResponse) TransactionsBlockMetadata() *protocol.TransactionsBlockMetadata

func (*GetBlockResponse) TransactionsBlockProof

func (x *GetBlockResponse) TransactionsBlockProof() *protocol.TransactionsBlockProof

type GetBlockResponseBuilder

type GetBlockResponseBuilder struct {
	RequestResult             *RequestResultBuilder
	TransactionsBlockHeader   *protocol.TransactionsBlockHeaderBuilder
	TransactionsBlockMetadata *protocol.TransactionsBlockMetadataBuilder
	SignedTransactions        []*protocol.SignedTransactionBuilder
	TransactionsBlockProof    *protocol.TransactionsBlockProofBuilder
	ResultsBlockHeader        *protocol.ResultsBlockHeaderBuilder
	TransactionReceipts       []*protocol.TransactionReceiptBuilder
	ContractStateDiffs        []*protocol.ContractStateDiffBuilder
	ResultsBlockProof         *protocol.ResultsBlockProofBuilder
	// contains filtered or unexported fields
}

func GetBlockResponseBuilderFromRaw

func GetBlockResponseBuilderFromRaw(raw []byte) *GetBlockResponseBuilder

func (*GetBlockResponseBuilder) Build

func (*GetBlockResponseBuilder) CalcRequiredSize

func (w *GetBlockResponseBuilder) CalcRequiredSize() membuffers.Offset

func (*GetBlockResponseBuilder) GetSize

func (w *GetBlockResponseBuilder) GetSize() membuffers.Offset

func (*GetBlockResponseBuilder) HexDump

func (w *GetBlockResponseBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetBlockResponseBuilder) Write

func (w *GetBlockResponseBuilder) Write(buf []byte) (err error)

type GetBlockResponseContractStateDiffsIterator

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

func (*GetBlockResponseContractStateDiffsIterator) HasNext

func (*GetBlockResponseContractStateDiffsIterator) NextContractStateDiffs

type GetBlockResponseSignedTransactionsIterator

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

func (*GetBlockResponseSignedTransactionsIterator) HasNext

func (*GetBlockResponseSignedTransactionsIterator) NextSignedTransactions

type GetBlockResponseTransactionReceiptsIterator

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

func (*GetBlockResponseTransactionReceiptsIterator) HasNext

func (*GetBlockResponseTransactionReceiptsIterator) NextTransactionReceipts

type GetTransactionReceiptProofRequest

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

func GetTransactionReceiptProofRequestReader

func GetTransactionReceiptProofRequestReader(buf []byte) *GetTransactionReceiptProofRequest

func (*GetTransactionReceiptProofRequest) Equal

func (*GetTransactionReceiptProofRequest) IsValid

func (*GetTransactionReceiptProofRequest) Raw

func (*GetTransactionReceiptProofRequest) RawTransactionRef

func (x *GetTransactionReceiptProofRequest) RawTransactionRef() []byte

func (*GetTransactionReceiptProofRequest) RawTransactionRefWithHeader

func (x *GetTransactionReceiptProofRequest) RawTransactionRefWithHeader() []byte

func (*GetTransactionReceiptProofRequest) String

func (*GetTransactionReceiptProofRequest) StringTransactionRef

func (x *GetTransactionReceiptProofRequest) StringTransactionRef() string

func (*GetTransactionReceiptProofRequest) TransactionRef

type GetTransactionReceiptProofRequestBuilder

type GetTransactionReceiptProofRequestBuilder struct {
	TransactionRef *TransactionRefBuilder
	// contains filtered or unexported fields
}

func GetTransactionReceiptProofRequestBuilderFromRaw

func GetTransactionReceiptProofRequestBuilderFromRaw(raw []byte) *GetTransactionReceiptProofRequestBuilder

func (*GetTransactionReceiptProofRequestBuilder) Build

func (*GetTransactionReceiptProofRequestBuilder) CalcRequiredSize

func (w *GetTransactionReceiptProofRequestBuilder) CalcRequiredSize() membuffers.Offset

func (*GetTransactionReceiptProofRequestBuilder) GetSize

func (w *GetTransactionReceiptProofRequestBuilder) GetSize() membuffers.Offset

func (*GetTransactionReceiptProofRequestBuilder) HexDump

func (w *GetTransactionReceiptProofRequestBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetTransactionReceiptProofRequestBuilder) Write

func (w *GetTransactionReceiptProofRequestBuilder) Write(buf []byte) (err error)

type GetTransactionReceiptProofResponse

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

func GetTransactionReceiptProofResponseReader

func GetTransactionReceiptProofResponseReader(buf []byte) *GetTransactionReceiptProofResponse

func (*GetTransactionReceiptProofResponse) Equal

func (*GetTransactionReceiptProofResponse) IsValid

func (*GetTransactionReceiptProofResponse) MutatePackedProof

func (*GetTransactionReceiptProofResponse) MutateTransactionStatus

func (*GetTransactionReceiptProofResponse) PackedProof

func (*GetTransactionReceiptProofResponse) Raw

func (*GetTransactionReceiptProofResponse) RawPackedProof

func (x *GetTransactionReceiptProofResponse) RawPackedProof() []byte

func (*GetTransactionReceiptProofResponse) RawPackedProofWithHeader

func (x *GetTransactionReceiptProofResponse) RawPackedProofWithHeader() []byte

func (*GetTransactionReceiptProofResponse) RawRequestResult

func (x *GetTransactionReceiptProofResponse) RawRequestResult() []byte

func (*GetTransactionReceiptProofResponse) RawRequestResultWithHeader

func (x *GetTransactionReceiptProofResponse) RawRequestResultWithHeader() []byte

func (*GetTransactionReceiptProofResponse) RawTransactionReceipt

func (x *GetTransactionReceiptProofResponse) RawTransactionReceipt() []byte

func (*GetTransactionReceiptProofResponse) RawTransactionReceiptWithHeader

func (x *GetTransactionReceiptProofResponse) RawTransactionReceiptWithHeader() []byte

func (*GetTransactionReceiptProofResponse) RawTransactionStatus

func (x *GetTransactionReceiptProofResponse) RawTransactionStatus() []byte

func (*GetTransactionReceiptProofResponse) RequestResult

func (*GetTransactionReceiptProofResponse) String

func (*GetTransactionReceiptProofResponse) StringPackedProof

func (x *GetTransactionReceiptProofResponse) StringPackedProof() string

func (*GetTransactionReceiptProofResponse) StringRequestResult

func (x *GetTransactionReceiptProofResponse) StringRequestResult() string

func (*GetTransactionReceiptProofResponse) StringTransactionReceipt

func (x *GetTransactionReceiptProofResponse) StringTransactionReceipt() string

func (*GetTransactionReceiptProofResponse) StringTransactionStatus

func (x *GetTransactionReceiptProofResponse) StringTransactionStatus() string

func (*GetTransactionReceiptProofResponse) TransactionReceipt

func (*GetTransactionReceiptProofResponse) TransactionStatus

type GetTransactionReceiptProofResponseBuilder

type GetTransactionReceiptProofResponseBuilder struct {
	RequestResult      *RequestResultBuilder
	TransactionStatus  protocol.TransactionStatus
	TransactionReceipt *protocol.TransactionReceiptBuilder
	PackedProof        primitives.PackedReceiptProof
	// contains filtered or unexported fields
}

func GetTransactionReceiptProofResponseBuilderFromRaw

func GetTransactionReceiptProofResponseBuilderFromRaw(raw []byte) *GetTransactionReceiptProofResponseBuilder

func (*GetTransactionReceiptProofResponseBuilder) Build

func (*GetTransactionReceiptProofResponseBuilder) CalcRequiredSize

func (w *GetTransactionReceiptProofResponseBuilder) CalcRequiredSize() membuffers.Offset

func (*GetTransactionReceiptProofResponseBuilder) GetSize

func (w *GetTransactionReceiptProofResponseBuilder) GetSize() membuffers.Offset

func (*GetTransactionReceiptProofResponseBuilder) HexDump

func (w *GetTransactionReceiptProofResponseBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetTransactionReceiptProofResponseBuilder) Write

type GetTransactionStatusRequest

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

func GetTransactionStatusRequestReader

func GetTransactionStatusRequestReader(buf []byte) *GetTransactionStatusRequest

func (*GetTransactionStatusRequest) Equal

func (*GetTransactionStatusRequest) IsValid

func (x *GetTransactionStatusRequest) IsValid() bool

func (*GetTransactionStatusRequest) Raw

func (x *GetTransactionStatusRequest) Raw() []byte

func (*GetTransactionStatusRequest) RawTransactionRef

func (x *GetTransactionStatusRequest) RawTransactionRef() []byte

func (*GetTransactionStatusRequest) RawTransactionRefWithHeader

func (x *GetTransactionStatusRequest) RawTransactionRefWithHeader() []byte

func (*GetTransactionStatusRequest) String

func (x *GetTransactionStatusRequest) String() string

func (*GetTransactionStatusRequest) StringTransactionRef

func (x *GetTransactionStatusRequest) StringTransactionRef() string

func (*GetTransactionStatusRequest) TransactionRef

func (x *GetTransactionStatusRequest) TransactionRef() *TransactionRef

type GetTransactionStatusRequestBuilder

type GetTransactionStatusRequestBuilder struct {
	TransactionRef *TransactionRefBuilder
	// contains filtered or unexported fields
}

func GetTransactionStatusRequestBuilderFromRaw

func GetTransactionStatusRequestBuilderFromRaw(raw []byte) *GetTransactionStatusRequestBuilder

func (*GetTransactionStatusRequestBuilder) Build

func (*GetTransactionStatusRequestBuilder) CalcRequiredSize

func (w *GetTransactionStatusRequestBuilder) CalcRequiredSize() membuffers.Offset

func (*GetTransactionStatusRequestBuilder) GetSize

func (w *GetTransactionStatusRequestBuilder) GetSize() membuffers.Offset

func (*GetTransactionStatusRequestBuilder) HexDump

func (w *GetTransactionStatusRequestBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetTransactionStatusRequestBuilder) Write

func (w *GetTransactionStatusRequestBuilder) Write(buf []byte) (err error)

type GetTransactionStatusResponse

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

func GetTransactionStatusResponseReader

func GetTransactionStatusResponseReader(buf []byte) *GetTransactionStatusResponse

func (*GetTransactionStatusResponse) Equal

func (*GetTransactionStatusResponse) IsValid

func (x *GetTransactionStatusResponse) IsValid() bool

func (*GetTransactionStatusResponse) MutateTransactionStatus

func (x *GetTransactionStatusResponse) MutateTransactionStatus(v protocol.TransactionStatus) error

func (*GetTransactionStatusResponse) Raw

func (*GetTransactionStatusResponse) RawRequestResult

func (x *GetTransactionStatusResponse) RawRequestResult() []byte

func (*GetTransactionStatusResponse) RawRequestResultWithHeader

func (x *GetTransactionStatusResponse) RawRequestResultWithHeader() []byte

func (*GetTransactionStatusResponse) RawTransactionReceipt

func (x *GetTransactionStatusResponse) RawTransactionReceipt() []byte

func (*GetTransactionStatusResponse) RawTransactionReceiptWithHeader

func (x *GetTransactionStatusResponse) RawTransactionReceiptWithHeader() []byte

func (*GetTransactionStatusResponse) RawTransactionStatus

func (x *GetTransactionStatusResponse) RawTransactionStatus() []byte

func (*GetTransactionStatusResponse) RequestResult

func (x *GetTransactionStatusResponse) RequestResult() *RequestResult

func (*GetTransactionStatusResponse) String

func (*GetTransactionStatusResponse) StringRequestResult

func (x *GetTransactionStatusResponse) StringRequestResult() string

func (*GetTransactionStatusResponse) StringTransactionReceipt

func (x *GetTransactionStatusResponse) StringTransactionReceipt() string

func (*GetTransactionStatusResponse) StringTransactionStatus

func (x *GetTransactionStatusResponse) StringTransactionStatus() string

func (*GetTransactionStatusResponse) TransactionReceipt

func (x *GetTransactionStatusResponse) TransactionReceipt() *protocol.TransactionReceipt

func (*GetTransactionStatusResponse) TransactionStatus

type GetTransactionStatusResponseBuilder

type GetTransactionStatusResponseBuilder struct {
	RequestResult      *RequestResultBuilder
	TransactionStatus  protocol.TransactionStatus
	TransactionReceipt *protocol.TransactionReceiptBuilder
	// contains filtered or unexported fields
}

func GetTransactionStatusResponseBuilderFromRaw

func GetTransactionStatusResponseBuilderFromRaw(raw []byte) *GetTransactionStatusResponseBuilder

func (*GetTransactionStatusResponseBuilder) Build

func (*GetTransactionStatusResponseBuilder) CalcRequiredSize

func (w *GetTransactionStatusResponseBuilder) CalcRequiredSize() membuffers.Offset

func (*GetTransactionStatusResponseBuilder) GetSize

func (w *GetTransactionStatusResponseBuilder) GetSize() membuffers.Offset

func (*GetTransactionStatusResponseBuilder) HexDump

func (w *GetTransactionStatusResponseBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*GetTransactionStatusResponseBuilder) Write

func (w *GetTransactionStatusResponseBuilder) Write(buf []byte) (err error)

type RequestResult

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

func RequestResultReader

func RequestResultReader(buf []byte) *RequestResult

func (*RequestResult) BlockHeight

func (x *RequestResult) BlockHeight() primitives.BlockHeight

func (*RequestResult) BlockTimestamp

func (x *RequestResult) BlockTimestamp() primitives.TimestampNano

func (*RequestResult) Equal

func (x *RequestResult) Equal(y *RequestResult) bool

func (*RequestResult) IsValid

func (x *RequestResult) IsValid() bool

func (*RequestResult) MutateBlockHeight

func (x *RequestResult) MutateBlockHeight(v primitives.BlockHeight) error

func (*RequestResult) MutateBlockTimestamp

func (x *RequestResult) MutateBlockTimestamp(v primitives.TimestampNano) error

func (*RequestResult) MutateRequestStatus

func (x *RequestResult) MutateRequestStatus(v protocol.RequestStatus) error

func (*RequestResult) Raw

func (x *RequestResult) Raw() []byte

func (*RequestResult) RawBlockHeight

func (x *RequestResult) RawBlockHeight() []byte

func (*RequestResult) RawBlockTimestamp

func (x *RequestResult) RawBlockTimestamp() []byte

func (*RequestResult) RawRequestStatus

func (x *RequestResult) RawRequestStatus() []byte

func (*RequestResult) RequestStatus

func (x *RequestResult) RequestStatus() protocol.RequestStatus

func (*RequestResult) String

func (x *RequestResult) String() string

func (*RequestResult) StringBlockHeight

func (x *RequestResult) StringBlockHeight() string

func (*RequestResult) StringBlockTimestamp

func (x *RequestResult) StringBlockTimestamp() string

func (*RequestResult) StringRequestStatus

func (x *RequestResult) StringRequestStatus() string

type RequestResultBuilder

type RequestResultBuilder struct {
	RequestStatus  protocol.RequestStatus
	BlockHeight    primitives.BlockHeight
	BlockTimestamp primitives.TimestampNano
	// contains filtered or unexported fields
}

func RequestResultBuilderFromRaw

func RequestResultBuilderFromRaw(raw []byte) *RequestResultBuilder

func (*RequestResultBuilder) Build

func (w *RequestResultBuilder) Build() *RequestResult

func (*RequestResultBuilder) CalcRequiredSize

func (w *RequestResultBuilder) CalcRequiredSize() membuffers.Offset

func (*RequestResultBuilder) GetSize

func (w *RequestResultBuilder) GetSize() membuffers.Offset

func (*RequestResultBuilder) HexDump

func (w *RequestResultBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*RequestResultBuilder) Write

func (w *RequestResultBuilder) Write(buf []byte) (err error)

type RunQueryRequest

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

func RunQueryRequestReader

func RunQueryRequestReader(buf []byte) *RunQueryRequest

func (*RunQueryRequest) Equal

func (x *RunQueryRequest) Equal(y *RunQueryRequest) bool

func (*RunQueryRequest) IsValid

func (x *RunQueryRequest) IsValid() bool

func (*RunQueryRequest) Raw

func (x *RunQueryRequest) Raw() []byte

func (*RunQueryRequest) RawSignedQuery

func (x *RunQueryRequest) RawSignedQuery() []byte

func (*RunQueryRequest) RawSignedQueryWithHeader

func (x *RunQueryRequest) RawSignedQueryWithHeader() []byte

func (*RunQueryRequest) SignedQuery

func (x *RunQueryRequest) SignedQuery() *protocol.SignedQuery

func (*RunQueryRequest) String

func (x *RunQueryRequest) String() string

func (*RunQueryRequest) StringSignedQuery

func (x *RunQueryRequest) StringSignedQuery() string

type RunQueryRequestBuilder

type RunQueryRequestBuilder struct {
	SignedQuery *protocol.SignedQueryBuilder
	// contains filtered or unexported fields
}

func RunQueryRequestBuilderFromRaw

func RunQueryRequestBuilderFromRaw(raw []byte) *RunQueryRequestBuilder

func (*RunQueryRequestBuilder) Build

func (*RunQueryRequestBuilder) CalcRequiredSize

func (w *RunQueryRequestBuilder) CalcRequiredSize() membuffers.Offset

func (*RunQueryRequestBuilder) GetSize

func (w *RunQueryRequestBuilder) GetSize() membuffers.Offset

func (*RunQueryRequestBuilder) HexDump

func (w *RunQueryRequestBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*RunQueryRequestBuilder) Write

func (w *RunQueryRequestBuilder) Write(buf []byte) (err error)

type RunQueryResponse

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

func RunQueryResponseReader

func RunQueryResponseReader(buf []byte) *RunQueryResponse

func (*RunQueryResponse) Equal

func (x *RunQueryResponse) Equal(y *RunQueryResponse) bool

func (*RunQueryResponse) IsValid

func (x *RunQueryResponse) IsValid() bool

func (*RunQueryResponse) QueryResult

func (x *RunQueryResponse) QueryResult() *protocol.QueryResult

func (*RunQueryResponse) Raw

func (x *RunQueryResponse) Raw() []byte

func (*RunQueryResponse) RawQueryResult

func (x *RunQueryResponse) RawQueryResult() []byte

func (*RunQueryResponse) RawQueryResultWithHeader

func (x *RunQueryResponse) RawQueryResultWithHeader() []byte

func (*RunQueryResponse) RawRequestResult

func (x *RunQueryResponse) RawRequestResult() []byte

func (*RunQueryResponse) RawRequestResultWithHeader

func (x *RunQueryResponse) RawRequestResultWithHeader() []byte

func (*RunQueryResponse) RequestResult

func (x *RunQueryResponse) RequestResult() *RequestResult

func (*RunQueryResponse) String

func (x *RunQueryResponse) String() string

func (*RunQueryResponse) StringQueryResult

func (x *RunQueryResponse) StringQueryResult() string

func (*RunQueryResponse) StringRequestResult

func (x *RunQueryResponse) StringRequestResult() string

type RunQueryResponseBuilder

type RunQueryResponseBuilder struct {
	RequestResult *RequestResultBuilder
	QueryResult   *protocol.QueryResultBuilder
	// contains filtered or unexported fields
}

func RunQueryResponseBuilderFromRaw

func RunQueryResponseBuilderFromRaw(raw []byte) *RunQueryResponseBuilder

func (*RunQueryResponseBuilder) Build

func (*RunQueryResponseBuilder) CalcRequiredSize

func (w *RunQueryResponseBuilder) CalcRequiredSize() membuffers.Offset

func (*RunQueryResponseBuilder) GetSize

func (w *RunQueryResponseBuilder) GetSize() membuffers.Offset

func (*RunQueryResponseBuilder) HexDump

func (w *RunQueryResponseBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*RunQueryResponseBuilder) Write

func (w *RunQueryResponseBuilder) Write(buf []byte) (err error)

type SendTransactionRequest

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

func SendTransactionRequestReader

func SendTransactionRequestReader(buf []byte) *SendTransactionRequest

func (*SendTransactionRequest) Equal

func (*SendTransactionRequest) IsValid

func (x *SendTransactionRequest) IsValid() bool

func (*SendTransactionRequest) Raw

func (x *SendTransactionRequest) Raw() []byte

func (*SendTransactionRequest) RawSignedTransaction

func (x *SendTransactionRequest) RawSignedTransaction() []byte

func (*SendTransactionRequest) RawSignedTransactionWithHeader

func (x *SendTransactionRequest) RawSignedTransactionWithHeader() []byte

func (*SendTransactionRequest) SignedTransaction

func (x *SendTransactionRequest) SignedTransaction() *protocol.SignedTransaction

func (*SendTransactionRequest) String

func (x *SendTransactionRequest) String() string

func (*SendTransactionRequest) StringSignedTransaction

func (x *SendTransactionRequest) StringSignedTransaction() string

type SendTransactionRequestBuilder

type SendTransactionRequestBuilder struct {
	SignedTransaction *protocol.SignedTransactionBuilder
	// contains filtered or unexported fields
}

func SendTransactionRequestBuilderFromRaw

func SendTransactionRequestBuilderFromRaw(raw []byte) *SendTransactionRequestBuilder

func (*SendTransactionRequestBuilder) Build

func (*SendTransactionRequestBuilder) CalcRequiredSize

func (w *SendTransactionRequestBuilder) CalcRequiredSize() membuffers.Offset

func (*SendTransactionRequestBuilder) GetSize

func (w *SendTransactionRequestBuilder) GetSize() membuffers.Offset

func (*SendTransactionRequestBuilder) HexDump

func (w *SendTransactionRequestBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*SendTransactionRequestBuilder) Write

func (w *SendTransactionRequestBuilder) Write(buf []byte) (err error)

type SendTransactionResponse

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

func SendTransactionResponseReader

func SendTransactionResponseReader(buf []byte) *SendTransactionResponse

func (*SendTransactionResponse) Equal

func (*SendTransactionResponse) IsValid

func (x *SendTransactionResponse) IsValid() bool

func (*SendTransactionResponse) MutateTransactionStatus

func (x *SendTransactionResponse) MutateTransactionStatus(v protocol.TransactionStatus) error

func (*SendTransactionResponse) Raw

func (x *SendTransactionResponse) Raw() []byte

func (*SendTransactionResponse) RawRequestResult

func (x *SendTransactionResponse) RawRequestResult() []byte

func (*SendTransactionResponse) RawRequestResultWithHeader

func (x *SendTransactionResponse) RawRequestResultWithHeader() []byte

func (*SendTransactionResponse) RawTransactionReceipt

func (x *SendTransactionResponse) RawTransactionReceipt() []byte

func (*SendTransactionResponse) RawTransactionReceiptWithHeader

func (x *SendTransactionResponse) RawTransactionReceiptWithHeader() []byte

func (*SendTransactionResponse) RawTransactionStatus

func (x *SendTransactionResponse) RawTransactionStatus() []byte

func (*SendTransactionResponse) RequestResult

func (x *SendTransactionResponse) RequestResult() *RequestResult

func (*SendTransactionResponse) String

func (x *SendTransactionResponse) String() string

func (*SendTransactionResponse) StringRequestResult

func (x *SendTransactionResponse) StringRequestResult() string

func (*SendTransactionResponse) StringTransactionReceipt

func (x *SendTransactionResponse) StringTransactionReceipt() string

func (*SendTransactionResponse) StringTransactionStatus

func (x *SendTransactionResponse) StringTransactionStatus() string

func (*SendTransactionResponse) TransactionReceipt

func (x *SendTransactionResponse) TransactionReceipt() *protocol.TransactionReceipt

func (*SendTransactionResponse) TransactionStatus

func (x *SendTransactionResponse) TransactionStatus() protocol.TransactionStatus

type SendTransactionResponseBuilder

type SendTransactionResponseBuilder struct {
	RequestResult      *RequestResultBuilder
	TransactionStatus  protocol.TransactionStatus
	TransactionReceipt *protocol.TransactionReceiptBuilder
	// contains filtered or unexported fields
}

func SendTransactionResponseBuilderFromRaw

func SendTransactionResponseBuilderFromRaw(raw []byte) *SendTransactionResponseBuilder

func (*SendTransactionResponseBuilder) Build

func (*SendTransactionResponseBuilder) CalcRequiredSize

func (w *SendTransactionResponseBuilder) CalcRequiredSize() membuffers.Offset

func (*SendTransactionResponseBuilder) GetSize

func (w *SendTransactionResponseBuilder) GetSize() membuffers.Offset

func (*SendTransactionResponseBuilder) HexDump

func (w *SendTransactionResponseBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*SendTransactionResponseBuilder) Write

func (w *SendTransactionResponseBuilder) Write(buf []byte) (err error)

type TransactionRef

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

func TransactionRefReader

func TransactionRefReader(buf []byte) *TransactionRef

func (*TransactionRef) Equal

func (x *TransactionRef) Equal(y *TransactionRef) bool

func (*TransactionRef) IsValid

func (x *TransactionRef) IsValid() bool

func (*TransactionRef) MutateProtocolVersion

func (x *TransactionRef) MutateProtocolVersion(v primitives.ProtocolVersion) error

func (*TransactionRef) MutateTransactionTimestamp

func (x *TransactionRef) MutateTransactionTimestamp(v primitives.TimestampNano) error

func (*TransactionRef) MutateTxhash

func (x *TransactionRef) MutateTxhash(v primitives.Sha256) error

func (*TransactionRef) MutateVirtualChainId

func (x *TransactionRef) MutateVirtualChainId(v primitives.VirtualChainId) error

func (*TransactionRef) ProtocolVersion

func (x *TransactionRef) ProtocolVersion() primitives.ProtocolVersion

func (*TransactionRef) Raw

func (x *TransactionRef) Raw() []byte

func (*TransactionRef) RawProtocolVersion

func (x *TransactionRef) RawProtocolVersion() []byte

func (*TransactionRef) RawTransactionTimestamp

func (x *TransactionRef) RawTransactionTimestamp() []byte

func (*TransactionRef) RawTxhash

func (x *TransactionRef) RawTxhash() []byte

func (*TransactionRef) RawTxhashWithHeader

func (x *TransactionRef) RawTxhashWithHeader() []byte

func (*TransactionRef) RawVirtualChainId

func (x *TransactionRef) RawVirtualChainId() []byte

func (*TransactionRef) String

func (x *TransactionRef) String() string

func (*TransactionRef) StringProtocolVersion

func (x *TransactionRef) StringProtocolVersion() string

func (*TransactionRef) StringTransactionTimestamp

func (x *TransactionRef) StringTransactionTimestamp() string

func (*TransactionRef) StringTxhash

func (x *TransactionRef) StringTxhash() string

func (*TransactionRef) StringVirtualChainId

func (x *TransactionRef) StringVirtualChainId() string

func (*TransactionRef) TransactionTimestamp

func (x *TransactionRef) TransactionTimestamp() primitives.TimestampNano

func (*TransactionRef) Txhash

func (x *TransactionRef) Txhash() primitives.Sha256

func (*TransactionRef) VirtualChainId

func (x *TransactionRef) VirtualChainId() primitives.VirtualChainId

type TransactionRefBuilder

type TransactionRefBuilder struct {
	ProtocolVersion      primitives.ProtocolVersion
	VirtualChainId       primitives.VirtualChainId
	TransactionTimestamp primitives.TimestampNano
	Txhash               primitives.Sha256
	// contains filtered or unexported fields
}

func TransactionRefBuilderFromRaw

func TransactionRefBuilderFromRaw(raw []byte) *TransactionRefBuilder

func (*TransactionRefBuilder) Build

func (*TransactionRefBuilder) CalcRequiredSize

func (w *TransactionRefBuilder) CalcRequiredSize() membuffers.Offset

func (*TransactionRefBuilder) GetSize

func (w *TransactionRefBuilder) GetSize() membuffers.Offset

func (*TransactionRefBuilder) HexDump

func (w *TransactionRefBuilder) HexDump(prefix string, offsetFromStart membuffers.Offset) (err error)

func (*TransactionRefBuilder) Write

func (w *TransactionRefBuilder) Write(buf []byte) (err error)

Jump to

Keyboard shortcuts

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