CCC Docs
    Preparing search index...

    Type Alias PlcAuthorizationLike

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

    Properties

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