Taquito TypeDocs
    Preparing search index...

    Interface ForgedBytes

    Result of a forge operation contains the operation plus its encoded version

    interface ForgedBytes {
        counter: number;
        opbytes: string;
        opOb: OperationObject;
    }
    Index

    Properties

    Properties

    counter: number
    opbytes: string
    opOb: OperationObject