MsgApi class

Constructors

MsgApi(RpcClient _client)

Properties

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

Methods

buyAlias(ClientContext? ctx, MsgBuyAlias request) Future<MsgBuyAliasResponse>
createWhoIs(ClientContext? ctx, MsgCreateWhoIs request) Future<MsgCreateWhoIsResponse>
deactivateWhoIs(ClientContext? ctx, MsgDeactivateWhoIs request) Future<MsgDeactivateWhoIsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sellAlias(ClientContext? ctx, MsgSellAlias request) Future<MsgSellAliasResponse>
toString() String
A string representation of this object.
inherited
transferAlias(ClientContext? ctx, MsgTransferAlias request) Future<MsgTransferAliasResponse>
updateWhoIs(ClientContext? ctx, MsgUpdateWhoIs request) Future<MsgUpdateWhoIsResponse>

Operators

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