AddMemberNftInstructionAccounts: {
    authority?: Signer;
    fanout: PublicKey | Pda;
    membershipAccount: PublicKey | Pda;
    metadata: PublicKey | Pda;
    mint: PublicKey | Pda;
    rent?: PublicKey | Pda;
    systemProgram?: PublicKey | Pda;
    tokenProgram?: PublicKey | Pda;
}

Type declaration

Generated using TypeDoc