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