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