Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 0 additions & 18 deletions content/documentation/rpc/wallet/get_balances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
}[]
}
```
Expand Down