createVestingAccount_Pre method

Future<MsgCreateVestingAccountResponse> createVestingAccount_Pre(
  1. ServiceCall call,
  2. Future<MsgCreateVestingAccount> request
)

Implementation

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