XYO Platform SDK - v3.10.6
    Preparing search index...

    Interface PublicKeyInstance

    interface PublicKeyInstance {
        base58: string;
        bytes: ArrayBufferLike;
        hex: Lowercase<string>;
        keccak256: ArrayBufferLike;
        get address(): AddressValueInstance;
        verify(
            msg: ArrayBufferLike,
            signature: ArrayBufferLike,
        ): boolean | Promise<boolean>;
    }

    Hierarchy

    • EllipticKeyInstance
      • PublicKeyInstance
    Index

    Properties

    Accessors

    Methods

    Properties

    base58: string
    bytes: ArrayBufferLike
    hex: Lowercase<string>
    keccak256: ArrayBufferLike

    Accessors

    Methods