useTotalCirculatingSupplyParams type
This feature is currently in beta and may change based on feedback that we receive.
The params to pass to useTotalCirculatingSupply
.
Signature:
export declare type useTotalCirculatingSupplyParams<TContract> =
TContract extends Erc1155
? [contract: RequiredParam<TContract>, tokenId: BigNumberish]
: [contract: RequiredParam<TContract>];
References: RequiredParam