fundCommunityPool method

ResponseFuture<MsgFundCommunityPoolResponse> fundCommunityPool(
  1. MsgFundCommunityPool request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.MsgFundCommunityPoolResponse> fundCommunityPool(
    $1.MsgFundCommunityPool request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$fundCommunityPool, request, options: options);
}