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

    Type Alias ControllerArgs

    type ControllerArgs = {
        authority: Address;
        bump: number;
        claimFee: number | bigint;
        createFee: number | bigint;
        feeVault: Address;
        version: number;
    }
    Index

    Properties

    authority: Address

    the controller authority

    bump: number

    PDA bump seed

    claimFee: number | bigint

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

    createFee: number | bigint

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

    feeVault: Address

    Fee vault address (should be system-owned)

    version: number