bchrpcServiceBase class abstract

Constructors

bchrpcServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
checkSlpTransaction(ServiceCall call, CheckSlpTransactionRequest request) Future<CheckSlpTransactionResponse>
checkSlpTransaction_Pre(ServiceCall call, Future<CheckSlpTransactionRequest> request) Future<CheckSlpTransactionResponse>
getAddressTransactions(ServiceCall call, GetAddressTransactionsRequest request) Future<GetAddressTransactionsResponse>
getAddressTransactions_Pre(ServiceCall call, Future<GetAddressTransactionsRequest> request) Future<GetAddressTransactionsResponse>
getAddressUnspentOutputs(ServiceCall call, GetAddressUnspentOutputsRequest request) Future<GetAddressUnspentOutputsResponse>
getAddressUnspentOutputs_Pre(ServiceCall call, Future<GetAddressUnspentOutputsRequest> request) Future<GetAddressUnspentOutputsResponse>
getBlock(ServiceCall call, GetBlockRequest request) Future<GetBlockResponse>
getBlock_Pre(ServiceCall call, Future<GetBlockRequest> request) Future<GetBlockResponse>
getBlockchainInfo(ServiceCall call, GetBlockchainInfoRequest request) Future<GetBlockchainInfoResponse>
getBlockchainInfo_Pre(ServiceCall call, Future<GetBlockchainInfoRequest> request) Future<GetBlockchainInfoResponse>
getBlockFilter(ServiceCall call, GetBlockFilterRequest request) Future<GetBlockFilterResponse>
getBlockFilter_Pre(ServiceCall call, Future<GetBlockFilterRequest> request) Future<GetBlockFilterResponse>
getBlockInfo(ServiceCall call, GetBlockInfoRequest request) Future<GetBlockInfoResponse>
getBlockInfo_Pre(ServiceCall call, Future<GetBlockInfoRequest> request) Future<GetBlockInfoResponse>
getHeaders(ServiceCall call, GetHeadersRequest request) Future<GetHeadersResponse>
getHeaders_Pre(ServiceCall call, Future<GetHeadersRequest> request) Future<GetHeadersResponse>
getMempool(ServiceCall call, GetMempoolRequest request) Future<GetMempoolResponse>
getMempool_Pre(ServiceCall call, Future<GetMempoolRequest> request) Future<GetMempoolResponse>
getMempoolInfo(ServiceCall call, GetMempoolInfoRequest request) Future<GetMempoolInfoResponse>
getMempoolInfo_Pre(ServiceCall call, Future<GetMempoolInfoRequest> request) Future<GetMempoolInfoResponse>
getMerkleProof(ServiceCall call, GetMerkleProofRequest request) Future<GetMerkleProofResponse>
getMerkleProof_Pre(ServiceCall call, Future<GetMerkleProofRequest> request) Future<GetMerkleProofResponse>
getRawAddressTransactions(ServiceCall call, GetRawAddressTransactionsRequest request) Future<GetRawAddressTransactionsResponse>
getRawAddressTransactions_Pre(ServiceCall call, Future<GetRawAddressTransactionsRequest> request) Future<GetRawAddressTransactionsResponse>
getRawBlock(ServiceCall call, GetRawBlockRequest request) Future<GetRawBlockResponse>
getRawBlock_Pre(ServiceCall call, Future<GetRawBlockRequest> request) Future<GetRawBlockResponse>
getRawTransaction(ServiceCall call, GetRawTransactionRequest request) Future<GetRawTransactionResponse>
getRawTransaction_Pre(ServiceCall call, Future<GetRawTransactionRequest> request) Future<GetRawTransactionResponse>
getSlpGraphSearch(ServiceCall call, GetSlpGraphSearchRequest request) Future<GetSlpGraphSearchResponse>
getSlpGraphSearch_Pre(ServiceCall call, Future<GetSlpGraphSearchRequest> request) Future<GetSlpGraphSearchResponse>
getSlpParsedScript(ServiceCall call, GetSlpParsedScriptRequest request) Future<GetSlpParsedScriptResponse>
getSlpParsedScript_Pre(ServiceCall call, Future<GetSlpParsedScriptRequest> request) Future<GetSlpParsedScriptResponse>
getSlpTokenMetadata(ServiceCall call, GetSlpTokenMetadataRequest request) Future<GetSlpTokenMetadataResponse>
getSlpTokenMetadata_Pre(ServiceCall call, Future<GetSlpTokenMetadataRequest> request) Future<GetSlpTokenMetadataResponse>
getSlpTrustedValidation(ServiceCall call, GetSlpTrustedValidationRequest request) Future<GetSlpTrustedValidationResponse>
getSlpTrustedValidation_Pre(ServiceCall call, Future<GetSlpTrustedValidationRequest> request) Future<GetSlpTrustedValidationResponse>
getTransaction(ServiceCall call, GetTransactionRequest request) Future<GetTransactionResponse>
getTransaction_Pre(ServiceCall call, Future<GetTransactionRequest> request) Future<GetTransactionResponse>
getUnspentOutput(ServiceCall call, GetUnspentOutputRequest request) Future<GetUnspentOutputResponse>
getUnspentOutput_Pre(ServiceCall call, Future<GetUnspentOutputRequest> request) Future<GetUnspentOutputResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitTransaction(ServiceCall call, SubmitTransactionRequest request) Future<SubmitTransactionResponse>
submitTransaction_Pre(ServiceCall call, Future<SubmitTransactionRequest> request) Future<SubmitTransactionResponse>
subscribeBlocks(ServiceCall call, SubscribeBlocksRequest request) Stream<BlockNotification>
subscribeBlocks_Pre(ServiceCall call, Future<SubscribeBlocksRequest> request) Stream<BlockNotification>
subscribeTransactions(ServiceCall call, SubscribeTransactionsRequest request) Stream<TransactionNotification>
subscribeTransactions_Pre(ServiceCall call, Future<SubscribeTransactionsRequest> request) Stream<TransactionNotification>
subscribeTransactionStream(ServiceCall call, Stream<SubscribeTransactionsRequest> request) Stream<TransactionNotification>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited