Swig TS — API References
    Preparing search index...

    Interface Secp256k1BasedAuthority

    interface Secp256k1BasedAuthority {
        secp256k1Address: Uint8Array;
        secp256k1AddressString: string;
        secp256k1PublicKey: Uint8Array;
        secp256k1PublicKeyString: string;
    }

    Implemented by

    Index

    Properties

    secp256k1Address: Uint8Array

    20-byte Secp256k1 address

    secp256k1AddressString: string

    Secp256k1 0x-prefixed address string

    secp256k1PublicKey: Uint8Array

    33-byte Secp256k1 compressed publickey bytes

    secp256k1PublicKeyString: string

    Secp256k1 compressed publickey string