ContractMetadata.(constructor)
Constructs a new instance of the ContractMetadata
class
Signature:
constructor(contractWrapper: ContractWrapper<TContract>, schema: TSchema, storage: ThirdwebStorage);
Parameters
Parameter | Type | Description |
---|---|---|
contractWrapper | ContractWrapper<TContract> | |
schema | TSchema | |
storage | ThirdwebStorage |