Coda by Ian Macalinao
    Preparing search index...

    Type Alias BurnCollectionV1Input<TAccountCollection, TAccountPayer, TAccountAuthority, TAccountLogWrapper>

    type BurnCollectionV1Input<
        TAccountCollection extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
        TAccountLogWrapper extends string = string,
    > = {
        authority?: TransactionSigner<TAccountAuthority>;
        burnCollectionV1Args: BurnCollectionV1InstructionDataArgs["burnCollectionV1Args"];
        collection: Address<TAccountCollection>;
        logWrapper?: Address<TAccountLogWrapper>;
        payer: TransactionSigner<TAccountPayer>;
    }

    Type Parameters

    • TAccountCollection extends string = string
    • TAccountPayer extends string = string
    • TAccountAuthority extends string = string
    • TAccountLogWrapper extends string = string
    Index

    Properties

    authority?: TransactionSigner<TAccountAuthority>

    The owner or delegate of the asset

    collection: Address<TAccountCollection>

    The address of the asset

    logWrapper?: Address<TAccountLogWrapper>

    The SPL Noop Program

    payer: TransactionSigner<TAccountPayer>

    The account paying for the storage fees