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

    Type Alias Controller

    type Controller = {
        authority: Address;
        bump: number;
        claimFee: bigint;
        createFee: bigint;
        discriminator: ReadonlyUint8Array;
        feeVault: Address;
        version: number;
    }
    Index

    Properties

    authority: Address

    the controller authority

    bump: number

    PDA bump seed

    claimFee: bigint

    Fee amount (in lamports) to claim an airdrop created with this controller

    createFee: bigint

    Fee amount (in lamports) to create an airdrop using this controller

    discriminator: ReadonlyUint8Array
    feeVault: Address

    Fee vault address (should be system-owned)

    version: number