grantAllowance method
ResponseFuture<MsgGrantAllowanceResponse>
grantAllowance(
- MsgGrantAllowance request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.MsgGrantAllowanceResponse> grantAllowance(
$1.MsgGrantAllowance request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$grantAllowance, request, options: options);
}