Coda by Ian Macalinao
    Preparing search index...

    Type Alias CloseGroupV1Input<TAccountGroup, TAccountPayer, TAccountAuthority>

    type CloseGroupV1Input<
        TAccountGroup extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
    > = {
        authority?: TransactionSigner<TAccountAuthority>;
        closeGroupV1Args: CloseGroupV1InstructionDataArgs["closeGroupV1Args"];
        group: Address<TAccountGroup>;
        payer: TransactionSigner<TAccountPayer>;
    }

    Type Parameters

    • TAccountGroup extends string = string
    • TAccountPayer extends string = string
    • TAccountAuthority extends string = string
    Index

    Properties

    authority?: TransactionSigner<TAccountAuthority>

    The update authority of the group

    group: Address<TAccountGroup>

    The address of the group to close

    payer: TransactionSigner<TAccountPayer>

    The account receiving reclaimed lamports