createVestingAccount_Pre method
Future<MsgCreateVestingAccountResponse>
createVestingAccount_Pre(
- ServiceCall call,
- Future<
MsgCreateVestingAccount> request
Implementation
$async.Future<$0.MsgCreateVestingAccountResponse> createVestingAccount_Pre(
$grpc.ServiceCall call,
$async.Future<$0.MsgCreateVestingAccount> request) async {
return createVestingAccount(call, await request);
}