Interface ProductInitParams

interface ProductInitParams {
    algodClient: AlgodClient;
    chainType: ChainType;
    creator: TransactionSignerAccount;
    productID: number;
    registryID?: number;
    timeout?: number;
}

Properties

algodClient: AlgodClient
chainType: ChainType
creator: TransactionSignerAccount
productID: number
registryID?: number
timeout?: number