Left Curve Software Stack
    Preparing search index...

    Type Alias StandardCredential

    type StandardCredential = {
        keyHash: KeyHash;
        signature: Signature;
    }
    Index

    Properties

    Properties

    keyHash: KeyHash

    Identifies the key which the user used to sign this transaction.

    signature: Signature

    Signature of the SignDoc or SessionInfo by the user private key.