-
Notifications
You must be signed in to change notification settings - Fork 81
Conversation
Preview is available here: |
@@ -92,6 +92,13 @@ contract). | |||
balance. | |||
- Balances are stored in a 128-bit signed integer. | |||
|
|||
### Authorization Required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add some reference to the classic docs about this? I'm a bit worried about the name collisions and confusion with Soroban auth. Maybe also name this something like 'Balance Authorization' or something like that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I linked to the classic docs, but I need to open a PR against them because naming isn't consistent there. For example, the docs reference both AUTH_REQUIRED_FLAG
and AUTHORIZATION_REQUIRED
@@ -92,6 +92,13 @@ contract). | |||
balance. | |||
- Balances are stored in a 128-bit signed integer. | |||
|
|||
### Authorization Required | |||
In the `Address::Contract` case, if the issuer has `AUTH_REQUIRED` set, then the | |||
specified `Address::Contract` will need to be explicitly authorized before it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add the respective function name here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Preview is available here: |
No description provided.