Left Curve Software Stack
    Preparing search index...

    Type Alias PublicKey

    type PublicKey = {
        createdAt: DateTime;
        createdBlockHeight: number;
        keyHash: KeyHash;
        keyType: Uppercase<keyof typeof KeyTag>;
        publicKey: Hex;
    }
    Index

    Properties

    createdAt: DateTime

    The timestamp at which the key was created

    createdBlockHeight: number

    The block height at which the key was created

    keyHash: KeyHash

    The key hash of the public key

    keyType: Uppercase<keyof typeof KeyTag>

    The type of the public key

    publicKey: Hex

    The public key