Coda by Ian Macalinao
    Preparing search index...
    interface TokenOwnedEscrow {
        authority: EscrowAuthority;
        baseToken: Address;
        bump: number;
        key: Key;
    }
    Index

    Properties

    authority: EscrowAuthority
    baseToken: Address
    bump: number
    key: Key