MsgServiceBase class abstract
- Annotations
-
- @GrpcServiceName('cosmos.vesting.v1beta1.Msg')
Constructors
Properties
Methods
-
$addMethod(
ServiceMethod method) → void -
inherited
-
$lookupMethod(
String name) → ServiceMethod? -
inherited
-
$onMetadata(
ServiceCall context) → void -
Client metadata handler.
inherited
-
createPeriodicVestingAccount(
ServiceCall call, MsgCreatePeriodicVestingAccount request) → Future< MsgCreatePeriodicVestingAccountResponse> -
createPeriodicVestingAccount_Pre(
ServiceCall call, Future< MsgCreatePeriodicVestingAccount> request) → Future<MsgCreatePeriodicVestingAccountResponse> -
createPermanentLockedAccount(
ServiceCall call, MsgCreatePermanentLockedAccount request) → Future< MsgCreatePermanentLockedAccountResponse> -
createPermanentLockedAccount_Pre(
ServiceCall call, Future< MsgCreatePermanentLockedAccount> request) → Future<MsgCreatePermanentLockedAccountResponse> -
createVestingAccount(
ServiceCall call, MsgCreateVestingAccount request) → Future< MsgCreateVestingAccountResponse> -
createVestingAccount_Pre(
ServiceCall call, Future< MsgCreateVestingAccount> request) → Future<MsgCreateVestingAccountResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited