@dropsy/airdrop - v0.0.2
    Preparing search index...

    Type Alias Airdrop

    type Airdrop = {
        bitmapCount: number;
        bump: number;
        controller: Address;
        discriminator: ReadonlyUint8Array;
        endsAt: bigint;
        id: bigint;
        merkleRoot: number[];
        mint: Address;
        owner: Address;
        startsAt: bigint;
        supply: bigint;
        version: number;
    }
    Index

    Properties

    bitmapCount: number
    bump: number
    controller: Address
    discriminator: ReadonlyUint8Array
    endsAt: bigint
    id: bigint
    merkleRoot: number[]
    mint: Address
    owner: Address
    startsAt: bigint
    supply: bigint
    version: number