ProofOp defines an operation used for calculating Merkle root The data could be arbitrary format, providing nessecary data for example neighbouring node hash

interface ProofOp {
    data: Uint8Array;
    key: Uint8Array;
    type: string;
}

Properties

Properties

data: Uint8Array
key: Uint8Array
type: string

Generated using TypeDoc