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
8 changes: 1 addition & 7 deletions content/documentation/rpc/wallet/get_balance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
```

Expand Down