From 4bade3f549a7c8f5fe65e7c051dd0747a6b40581 Mon Sep 17 00:00:00 2001 From: Jason Kuroda Date: Wed, 19 Feb 2025 15:53:21 -0800 Subject: [PATCH] removed assetVerification from getBalance on website --- content/documentation/rpc/wallet/get_balance.mdx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/content/documentation/rpc/wallet/get_balance.mdx b/content/documentation/rpc/wallet/get_balance.mdx index c27e43b2..30f257be 100644 --- a/content/documentation/rpc/wallet/get_balance.mdx +++ b/content/documentation/rpc/wallet/get_balance.mdx @@ -31,13 +31,7 @@ the default account will be used. If the asset is not specified, `$IRON` will be availableNoteCount: number confirmations: number blockHash: string | null - sequence: number | null - /** - * @deprecated Please use getAsset endpoint to get this information - * */ - assetVerification: { - status: 'verified' | 'unverified' | 'unknown' - } + sequence: number | null' } ```