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

    Interface PublicKeyStatic

    interface PublicKeyStatic {
        create(bytes: ArrayBufferLike): Promise<PublicKeyInstance>;
        isPublicKey(value: unknown): boolean;
    }
    Index

    Methods