Skip to main content

ILocker

ILocker

Interface for the locker contract

lockAcquired

function lockAcquired(address lockCaller, bytes data) external returns (bytes)

Called by the book manager on msg.sender when a lock is acquired

Parameters

NameTypeDescription
lockCalleraddress
databytesThe data that was passed to the call to lock

Return Values

NameTypeDescription
[0]bytesAny data that you want to be returned from the lock call