Delegators: StorageDescriptor<[Key: SS58String], {
    agent: SS58String;
    amount: bigint;
}, true, never>

Map of Delegators to their Delegation.

Implementation note: We are not using a double map with delegator and agent account as keys since we want to restrict delegators to delegate only to one account at a time.