CCC Docs
    Preparing search index...

    Type Alias PlcAuthorizationLike

    type PlcAuthorizationLike = {
        history: object[];
        sig: HexLike;
        rotationKeyIndices: NumLike[];
    }
    Index

    Properties

    history: object[]
    sig: HexLike
    rotationKeyIndices: NumLike[]