Interface OperationObject

interface OperationObject {
    branch?: string;
    contents?: OperationContents[];
    protocol?: string;
    signature?: string;
}

Properties

branch?: string
contents?: OperationContents[]
protocol?: string
signature?: string

Generated using TypeDoc