subtopia-js-sdk
    Preparing search index...

    Interface RegistryInitParams

    Parameters required for initializing the registry.

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

    Properties

    algodClient: AlgodClient

    Algod client instance

    chainType: ChainType

    Type of the blockchain network

    creator: TransactionSignerAccount

    Account of the creator

    registryID?: number

    Optional registry ID

    timeout?: number

    Optional timeout duration