MsgServiceBase class abstract

Constructors

MsgServiceBase()

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
clearAdmin(ServiceCall call, MsgClearAdmin request) Future<MsgClearAdminResponse>
clearAdmin_Pre(ServiceCall call, Future<MsgClearAdmin> request) Future<MsgClearAdminResponse>
executeContract(ServiceCall call, MsgExecuteContract request) Future<MsgExecuteContractResponse>
executeContract_Pre(ServiceCall call, Future<MsgExecuteContract> request) Future<MsgExecuteContractResponse>
instantiateContract(ServiceCall call, MsgInstantiateContract request) Future<MsgInstantiateContractResponse>
instantiateContract_Pre(ServiceCall call, Future<MsgInstantiateContract> request) Future<MsgInstantiateContractResponse>
migrateContract(ServiceCall call, MsgMigrateContract request) Future<MsgMigrateContractResponse>
migrateContract_Pre(ServiceCall call, Future<MsgMigrateContract> request) Future<MsgMigrateContractResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
storeCode(ServiceCall call, MsgStoreCode request) Future<MsgStoreCodeResponse>
storeCode_Pre(ServiceCall call, Future<MsgStoreCode> request) Future<MsgStoreCodeResponse>
toString() String
A string representation of this object.
inherited
updateAdmin(ServiceCall call, MsgUpdateAdmin request) Future<MsgUpdateAdminResponse>
updateAdmin_Pre(ServiceCall call, Future<MsgUpdateAdmin> request) Future<MsgUpdateAdminResponse>

Operators

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