interface DelegationPoolAllowlisting {
    allowlist: SmartTable<string, Boolean>;
}

Properties

Properties

allowlist: SmartTable<string, Boolean>