subtopia-js-sdk
    Preparing search index...

    Interface RegistryGetLockerParams

    Parameters required for getting a locker.

    interface RegistryGetLockerParams {
        algodClient: AlgodClient;
        lockerType: LockerType;
        ownerAddress: Address;
        registryID: number;
    }
    Index

    Properties

    algodClient: AlgodClient

    Algod client instance

    lockerType: LockerType

    Type of the locker

    ownerAddress: Address

    Address of the owner

    registryID: number

    ID of the registry