ODCinterfacesdataobject-interfaceswith-callback
IFungibleFractionsWithTransferCallbackOperations
Provides the operations of the FungibleFractionsWithTransferCallbackDO to interact with fungible fractions tokens, their associated data and their transfer callbacks handlers
registerSingleIdFungibleFractionTransferCallback
Operation used to register a callback for a single id token transfer
The handler should implement the IFungibleFractionsTransferCallback interface
Parameters
Name | Type | Description |
---|---|---|
id | uint256 | The id of the token |
handler | address | The handler address |
unregisterSingleIdFungibleFractionTransferCallback
Operation used to unregister a callback for a single id token transfer
Parameters
Name | Type | Description |
---|---|---|
id | uint256 | The id of the token |
handler | address | The handler address |
registerAllIdFungibleFractionTransferCallback
Operation used to register a callback for all id token transfers
The handler should implement the IFungibleFractionsTransferCallback interface
Parameters
Name | Type | Description |
---|---|---|
handler | address | The handler address |
unregisterAllIdFungibleFractionTransferCallback
Operation used to unregister a callback for all id token transfers
Parameters
Name | Type | Description |
---|---|---|
handler | address | The handler address |