instantiateContract method

ResponseFuture<MsgInstantiateContractResponse> instantiateContract(
  1. MsgInstantiateContract request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.MsgInstantiateContractResponse> instantiateContract(
    $0.MsgInstantiateContract request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$instantiateContract, request, options: options);
}