Marmot-TS
    Preparing search index...

    Interface AccountIdentityProof

    A decoded account identity proof: the signed request plus its signature.

    interface AccountIdentityProof {
        request: AccountIdentityProofRequest;
        signature: Uint8Array;
    }
    Index

    Core - Account Identity Proof

    Core - Account Identity Proof

    signature: Uint8Array

    64-byte BIP-340 Schnorr signature by the account key.