migrateContract method

ResponseFuture<MsgMigrateContractResponse> migrateContract(
  1. MsgMigrateContract request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.MsgMigrateContractResponse> migrateContract(
    $0.MsgMigrateContract request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$migrateContract, request, options: options);
}