Interface SetMultiOperation

An interface for blockchain multi-set (SET) operation.

interface SetMultiOperation {
    op_list: SetOperation[];
    type: "SET";
}

Properties

Properties

op_list: SetOperation[]
type: "SET"