Coda by Ian Macalinao
    Preparing search index...
    interface Escrow {
        amount: bigint;
        bump: number;
        discriminator: ReadonlyUint8Array;
        escrowEndsAt: bigint;
        escrowStartedAt: bigint;
        locker: Address;
        owner: Address;
        tokens: Address;
        voteDelegate: Address;
    }
    Index

    Properties

    amount: bigint
    bump: number
    discriminator: ReadonlyUint8Array
    escrowEndsAt: bigint
    escrowStartedAt: bigint
    locker: Address
    owner: Address
    tokens: Address
    voteDelegate: Address