@did-btc1/common
    Preparing search index...

    Type Alias SecretKeyObject

    type SecretKeyObject = {
        bytes: number[];
        hex?: Hex;
        seed?: string;
    }
    Index

    Properties

    Properties

    bytes: number[]
    hex?: Hex
    seed?: string