dsteem
    Preparing search index...

    Interface Pow2Operation

    Legacy equihash proof of work operation.

    interface Pow2Operation {
        "0": "pow2";
        "1": { new_owner_key?: string | PublicKey; props: any; work: any };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "pow2"
    "1": { new_owner_key?: string | PublicKey; props: any; work: any }