CloseGroupV1InstructionAccounts: {
    authority?: Signer;
    group: PublicKey | Pda;
    payer?: Signer;
}

Type declaration

  • Optional authority?: Signer

    The update authority of the group

  • group: PublicKey | Pda

    The address of the group to close

  • Optional payer?: Signer

    The account receiving reclaimed lamports

Generated using TypeDoc