executeContract abstract method

Future<MsgExecuteContractResponse> executeContract(
  1. ServiceCall call,
  2. MsgExecuteContract request
)

Implementation

$async.Future<$0.MsgExecuteContractResponse> executeContract(
    $grpc.ServiceCall call, $0.MsgExecuteContract request);