Type alias ProfileKeyInput<T, K>

ProfileKeyInput<T, K>: {
    playerProfileProgram: PlayerProfileIDLProgram;
} & ({
    key: K;
    profile: PlayerProfile;
} | {
    key: K;
    keyIndex: number;
    profileKey: PublicKey;
})

Type Parameters

  • T extends PermissionType<T>

  • K extends {
        publicKey: (() => PublicKey);
    }

Type declaration

Generated using TypeDoc