PotentialRenewals: StorageDescriptor<
    [Key: { core: number; when: number }],
    {
        completion: Enum<
            {
                Complete: {
                    assignment: BrokerCoretimeInterfaceCoreAssignment;
                    mask: FixedSizeBinary<10>;
                }[];
                Partial: FixedSizeBinary<10>;
            },
        >;
        price: bigint;
    },
    true,
    never,
>

Records of potential renewals.

Renewals will only actually be allowed if CompletionStatus is actually Complete.

MMNEPVFCICPMFPCPTTAAATR