dsteem
    Preparing search index...

    Interface CustomJsonOperation

    Generic operation.

    interface CustomJsonOperation {
        "0": "custom_json";
        "1": {
            id: string;
            json: string;
            required_auths: string[];
            required_posting_auths: string[];
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "custom_json"
    "1": {
        id: string;
        json: string;
        required_auths: string[];
        required_posting_auths: string[];
    }

    Type Declaration

    • id: string

      ID string, must be less than 32 characters long.

    • json: string

      JSON encoded string, must be valid JSON.

    • required_auths: string[]
    • required_posting_auths: string[]