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

    Interface PrivateKeyStatic

    interface PrivateKeyStatic {
        create(value: bigint | ArrayBufferLike): Promise<PrivateKeyInstance>;
        isPrivateKey(value: unknown): boolean;
    }
    Index

    Methods

    • Parameters

      • value: bigint | ArrayBufferLike

      Returns Promise<PrivateKeyInstance>

    • Parameters

      • value: unknown

      Returns boolean