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