From 45d9c742dfe6229b0c141ac45bc7f1ad2afab849 Mon Sep 17 00:00:00 2001 From: bobinstein Date: Fri, 20 Dec 2024 13:07:41 -0500 Subject: [PATCH] chore: Corrected Header for getArNSAuctions --- src/app/build/ar-io-sdk/ario/arns/get-arns-auctions/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/build/ar-io-sdk/ario/arns/get-arns-auctions/page.mdx b/src/app/build/ar-io-sdk/ario/arns/get-arns-auctions/page.mdx index 25953569..9117145e 100644 --- a/src/app/build/ar-io-sdk/ario/arns/get-arns-auctions/page.mdx +++ b/src/app/build/ar-io-sdk/ario/arns/get-arns-auctions/page.mdx @@ -3,7 +3,7 @@ import {HeroPattern} from "@/components/HeroPattern" -# getGateways +# getArNSAuctions `getArNSAuctions` is a method on the `ARIO` class that retrieves all active auctions of the ARIO process, paginated and sorted by the specified criteria. The `cursor` used for pagination is the last auction name from the previous request.