Taquito TypeDocs
    Preparing search index...

    Interface OperationObject

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

    Properties

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