dsteem
    Preparing search index...

    Interface CustomOperation

    Generic operation.

    interface CustomOperation {
        "0": "custom";
        "1": {
            data: number[] | HexBuffer | Buffer<ArrayBufferLike>;
            id: number;
            required_auths: string[];
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "custom"
    "1": {
        data: number[] | HexBuffer | Buffer<ArrayBufferLike>;
        id: number;
        required_auths: string[];
    }