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

    Type Alias AirdropInitialized

    type AirdropInitialized = {
        airdrop: Address;
        controller: Address;
        controllerAuthority: Address;
        endTime: bigint;
        merkleRoot: number[];
        mint: Address;
        owner: Address;
        startTime: bigint;
        timestamp: bigint;
    }
    Index

    Properties

    airdrop: Address
    controller: Address
    controllerAuthority: Address
    endTime: bigint
    merkleRoot: number[]
    mint: Address
    owner: Address
    startTime: bigint
    timestamp: bigint