Taquito TypeDocs
    Preparing search index...

    Interface OperationEntry

    interface OperationEntry {
        branch: string;
        chain_id: string;
        contents: (OperationContents | OperationContentsAndResult)[];
        hash: string;
        metadata?: TOO_LARGE;
        protocol: string;
        signature?: string;
    }
    Index

    Properties

    branch: string
    chain_id: string
    hash: string
    metadata?: TOO_LARGE
    protocol: string
    signature?: string