Information for signature-based authentication and public key-based address derivation.

interface SignatureAddressSpec {
    ed25519?: Uint8Array;
    secp256k1eth?: Uint8Array;
}

Properties

ed25519?: Uint8Array

Ed25519 address derivation compatible with the consensus layer.

secp256k1eth?: Uint8Array

Ethereum-compatible address derivation from Secp256k1 public keys.