Skip to main content

AddContractInput type

Signature:

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

References: ContractInput