DOCS

predictAddressDeterministicWithUri

function predictAddressDeterministicWithUri(
  publishMetadataUri: string,
  provider: Provider,
  storage: ThirdwebStorage<IpfsUploadBatchOptions>,
  constructorArgs: any[],
  saltForCreate2?: string,
): Promise<string>;

Parameters

Returns

type ReturnType = Promise<string>;