From f5a67d5670b8650f57d95712e6f05ffe388952f0 Mon Sep 17 00:00:00 2001 From: Jason Kuroda Date: Thu, 20 Feb 2025 14:21:54 -0800 Subject: [PATCH] removed assetVerification, assetName, assetCreator, assetOwner ref from website --- .../documentation/rpc/wallet/get_balances.mdx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/content/documentation/rpc/wallet/get_balances.mdx b/content/documentation/rpc/wallet/get_balances.mdx index 48d71479..7061a193 100644 --- a/content/documentation/rpc/wallet/get_balances.mdx +++ b/content/documentation/rpc/wallet/get_balances.mdx @@ -30,24 +30,6 @@ Gets the wallet's `$IRON` balance, as well as balances of custom assets of the g availableNoteCount: number blockHash: string | null sequence: number | null - /** - * @deprecated Please use getAsset endpoint to get this information - */ - assetName: string - /** - * @deprecated Please use getAsset endpoint to get this information - */ - assetCreator: string - /** - * @deprecated Please use getAsset endpoint to get this information - * */ - assetOwner: string - /** - * @deprecated Please use getAsset endpoint to get this information - * */ - assetVerification: { - status: 'verified' | 'unverified' | 'unknown' - } }[] } ```