@xo-cash/crypto
    Preparing search index...

    Type Alias PrivateKeyRecordForLibauthCompiler

    Private key record for the libauth CashAssembly compiler.

    The compiler needs a mapping of variable names to private keys. This structure matches what libauth's compiler expects.

    type PrivateKeyRecordForLibauthCompiler = {
        keys: { privateKeys: Record<(...), (...)> };
    }
    Index

    Properties

    Properties

    keys: { privateKeys: Record<(...), (...)> }