Type alias GetContractParams<TContractType>

GetContractParams<TContractType>: {
    address: AddressOrEns;
    contractTypeOrAbi?: PrebuiltContractType | ContractInterface | TContractType;
    network: NetworkInput;
    sdkOptions?: SDKOptions;
    storage?: ThirdwebStorage;
}

Type Parameters

Type declaration

Generated using TypeDoc