WasmWork: {
    nonce: number;
    result: string;
}

Datatype describing a Proof-of-Work object

Type declaration

  • nonce: number

    cryptographic nonce used in proof solution *

  • result: string

    proof solution's difficulty *

Generated using TypeDoc