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

    Type Alias ControllerInitializedArgs

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

    Properties

    authority: Address
    bump: number
    claimFee: number | bigint
    createFee: number | bigint
    feeVault: Address
    timestamp: number | bigint