Interface ZeroChunk

Zero Chunk structure (128 bytes: 2 merkle leaves + previous signature)

interface ZeroChunk {
    leaf1: string;
    leaf2: string;
    prevSign: string;
}

Properties

Properties

leaf1: string

First 64 bytes - Merkle Leaf 1

leaf2: string

Second 64 bytes - Merkle Leaf 2

prevSign: string

Remaining bytes - Previous transaction signature