subtopia-js-sdk
    Preparing search index...

    Interface ProductInitParams

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

    Properties

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