Interface ProductInitParams

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

Properties

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

Generated using TypeDoc