executeContract method

ResponseFuture<MsgExecuteContractResponse> executeContract(
  1. MsgExecuteContract request, {
  2. CallOptions? options,
})

Implementation

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