balance_of
An entrypoint that retrieves a user's staked tokens amount and sends it to the callback contract. Works exactly like FA2 balance_of entrypoint according to TZIP-012.
Call parameters
bal_request_type
Field | Type | Description |
---|---|---|
owner | address | Owner of tokens |
toeken_id | token_id_type | Token ID |
bal_response_type
Field | Type | Description |
---|---|---|
requests | Balance of request | |
balance | nat | Balance of token |
balance_of_type
Field | Type | Description |
---|---|---|
requests | list(bal_response_type) | Balance of requests |
callback | contract(list(bal_response_type)) | Callback contract |
Usage
Errors
An entrypoint doesn't throw any error.
Last updated