@arkade-os/sdk Documentation - v0.4.21
    Preparing search index...

    Interface ReadonlyIdentity

    interface ReadonlyIdentity {
        compressedPublicKey(): Promise<Uint8Array<ArrayBufferLike>>;
        xOnlyPublicKey(): Promise<Uint8Array<ArrayBufferLike>>;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Methods

    • Returns the compressed public key for this identity.

      Returns Promise<Uint8Array<ArrayBufferLike>>

    • Returns the x-only public key used by Taproot scripts.

      Returns Promise<Uint8Array<ArrayBufferLike>>