dsteem
    Preparing search index...

    Interface PowOperation

    Legacy proof of work operation.

    interface PowOperation {
        "0": "pow";
        "1": {
            block_id: any;
            nonce: number;
            props: any;
            work: any;
            worker_account: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "pow"
    "1": {
        block_id: any;
        nonce: number;
        props: any;
        work: any;
        worker_account: string;
    }