Type alias: ClaimIssuer
type ClaimIssuer:
| ContractIssuer
| "Parser"
| "Aggregator"
| "L2BlockInfoProvider"
| "AggregatedStatisticProvider"
| "TxLogProvider"
| "UnfinishedTxProvider"
| "StakingStateProvider"
| "StakingStatisticsProvider";
Type for a claim issuer. A claim issuer can be a contract issuer or one of several built-in providers that create claims.