Interface RegistryCreateLockerParams

Parameters required for creating a locker.

interface RegistryCreateLockerParams {
    creator: TransactionSignerAccount;
    lockerType: LockerType;
}

Properties

Properties

creator: TransactionSignerAccount

Account of the creator

lockerType: LockerType

Type of the locker