ServiceBase class abstract

Annotations
  • @GrpcServiceName('cosmos.tx.v1beta1.Service')

Constructors

ServiceBase.new()

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
broadcastTx(ServiceCall call, BroadcastTxRequest request) Future<BroadcastTxResponse>
broadcastTx_Pre(ServiceCall call, Future<BroadcastTxRequest> request) Future<BroadcastTxResponse>
getBlockWithTxs(ServiceCall call, GetBlockWithTxsRequest request) Future<GetBlockWithTxsResponse>
getBlockWithTxs_Pre(ServiceCall call, Future<GetBlockWithTxsRequest> request) Future<GetBlockWithTxsResponse>
getTx(ServiceCall call, GetTxRequest request) Future<GetTxResponse>
getTx_Pre(ServiceCall call, Future<GetTxRequest> request) Future<GetTxResponse>
getTxsEvent(ServiceCall call, GetTxsEventRequest request) Future<GetTxsEventResponse>
getTxsEvent_Pre(ServiceCall call, Future<GetTxsEventRequest> request) Future<GetTxsEventResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
simulate(ServiceCall call, SimulateRequest request) Future<SimulateResponse>
simulate_Pre(ServiceCall call, Future<SimulateRequest> request) Future<SimulateResponse>
toString() String
A string representation of this object.
inherited
txDecode(ServiceCall call, TxDecodeRequest request) Future<TxDecodeResponse>
txDecode_Pre(ServiceCall call, Future<TxDecodeRequest> request) Future<TxDecodeResponse>
txDecodeAmino(ServiceCall call, TxDecodeAminoRequest request) Future<TxDecodeAminoResponse>
txDecodeAmino_Pre(ServiceCall call, Future<TxDecodeAminoRequest> request) Future<TxDecodeAminoResponse>
txEncode(ServiceCall call, TxEncodeRequest request) Future<TxEncodeResponse>
txEncode_Pre(ServiceCall call, Future<TxEncodeRequest> request) Future<TxEncodeResponse>
txEncodeAmino(ServiceCall call, TxEncodeAminoRequest request) Future<TxEncodeAminoResponse>
txEncodeAmino_Pre(ServiceCall call, Future<TxEncodeAminoRequest> request) Future<TxEncodeAminoResponse>

Operators

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