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