createVestingAccount method

ResponseFuture<MsgCreateVestingAccountResponse> createVestingAccount(
  1. MsgCreateVestingAccount request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.MsgCreateVestingAccountResponse> createVestingAccount(
    $0.MsgCreateVestingAccount request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$createVestingAccount, request, options: options);
}