Interface OperationEntry

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

Properties

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

Generated using TypeDoc