Coda by Ian Macalinao
    Preparing search index...
    interface ExitEscrowEvent {
        escrowOwner: Address;
        locker: Address;
        lockerSupply: bigint;
        releasedAmount: bigint;
        timestamp: bigint;
    }
    Index

    Properties

    escrowOwner: Address
    locker: Address
    lockerSupply: bigint
    releasedAmount: bigint
    timestamp: bigint