We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GET assets/{assetId}/asset-info
{ at: { ... }, AssetInfo: https://github.com/paritytech/substrate/blob/069917b/frame/assets/src/lib.rs#L186 AssetMetadata: https://github.com/paritytech/substrate/blob/069917b/frame/assets/src/lib.rs#L258 }
GET accounts/{accountId}/assets-balances?asset=assetId
WITH param { at: { ... }, balance: Balance, isFrozen: bool // https://github.com/paritytech/substrate/blob/069917b/frame/assets/src/lib.rs#L248 } WITHOUT param { at: { ... }, assets: [{ assetId: int, balance: Balance, isFrozen: bool}] }
GET accounts/{accountId}/asset-approvals?asset=assetId&delegate=accountId
{ at: { ... }, amount: Balance, // amount approved for transfer deposit: Balance // amount owner has on deposit to store the approval }
The text was updated successfully, but these errors were encountered:
@joepetrowski Picked this up again, and have now made it priority. Expect to see some heavy progress on this in the next few days.
Sorry, something went wrong.
TarikGul
Successfully merging a pull request may close this issue.
GET assets/{assetId}/asset-info
GET accounts/{accountId}/assets-balances?asset=assetId
GET accounts/{accountId}/asset-approvals?asset=assetId&delegate=accountId
The text was updated successfully, but these errors were encountered: