AddContractInput type
Signature:
export type AddContractInput = ContractInput & {
metadataURI?: string;
};
References: ContractInput
Signature:
export type AddContractInput = ContractInput & {
metadataURI?: string;
};
References: ContractInput