Coda by Ian Macalinao
    Preparing search index...

    Type Alias RemoveGroupsFromGroupV1Input<TAccountParentGroup, TAccountPayer, TAccountAuthority, TAccountSystemProgram>

    type RemoveGroupsFromGroupV1Input<
        TAccountParentGroup extends string = string,
        TAccountPayer extends string = string,
        TAccountAuthority extends string = string,
        TAccountSystemProgram extends string = string,
    > = {
        authority?: TransactionSigner<TAccountAuthority>;
        parentGroup: Address<TAccountParentGroup>;
        payer: TransactionSigner<TAccountPayer>;
        removeGroupsFromGroupV1Args: RemoveGroupsFromGroupV1InstructionDataArgs["removeGroupsFromGroupV1Args"];
        systemProgram?: Address<TAccountSystemProgram>;
    }

    Type Parameters

    • TAccountParentGroup extends string = string
    • TAccountPayer extends string = string
    • TAccountAuthority extends string = string
    • TAccountSystemProgram extends string = string
    Index

    Properties

    authority?: TransactionSigner<TAccountAuthority>

    The update authority of the parent and child groups

    parentGroup: Address<TAccountParentGroup>

    The address of the parent group to modify

    payer: TransactionSigner<TAccountPayer>

    The account paying for storage fees

    systemProgram?: Address<TAccountSystemProgram>

    The system program