Skip to content

Commit

Permalink
update getBalances
Browse files Browse the repository at this point in the history
  • Loading branch information
danield9tqh committed Apr 16, 2024
1 parent 29fac1f commit b50de0d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/documentation/rpc/wallet/get_balances.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ Gets the wallet's `$IRON` balance, as well as balances of custom assets of the g
/**
* @deprecated Please use getAsset endpoint to get this information
* */
assetVerification: AssetVerification
assetVerification: {
status: 'verified' | 'unverified' | 'unknown'
}
}[]
}
```
Expand Down

0 comments on commit b50de0d

Please sign in to comment.