IReceivableEvent
Events
AssetCreated
Emitted when mint a new receivable.
Parameters
Name | Type | Description |
---|---|---|
|
| The address of the buyer that's expected to pay for this receivable. |
|
| The address of the seller that's expected to receive payment for this receivable. |
|
| The id of the receivable. |
|
| The amount of the receivable. |
|
| The timestamp when the receivable is expected to be repaid. |
AssetBurned
Emitted when burn a receivable.
Parameters
Name | Type | Description |
---|---|---|
|
| The id of the receivable. |
Last updated