Interface PreparedOperation

interface PreparedOperation {
    counter: number;
    opOb: {
        branch: string;
        contents: OperationContents[];
        protocol: string;
    };
}

Properties

Properties

counter: number
opOb: {
    branch: string;
    contents: OperationContents[];
    protocol: string;
}

Type declaration

  • branch: string
  • contents: OperationContents[]
  • protocol: string

Generated using TypeDoc