Interface HardforkOperation

Generic operation.

interface HardforkOperation {
    0: "hardfork";
    1: {
        hardfork_id: number;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    hardfork_id: number;
}