OnAssetCreated
This hook runs after commands have been applied to an Asset Actor from the create message, but before the OnAssetCommands hook. Commands returned will be applied to the payment and changes are available to the the OnAssetCommands hook.
Type
filtrera
{
hook: 'OnAssetCreated'
asset: Asset
}