Interface RegistryGetLockerParams

Parameters required for getting a locker.

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

Properties

algodClient: AlgodClient

Algod client instance

lockerType: LockerType

Type of the locker

ownerAddress: string

Address of the owner

registryID: number

ID of the registry