plasma-research icon indicating copy to clipboard operation
plasma-research copied to clipboard

Plasma Transaction structure + merkle proofs + struct size detect

Open k06a opened this issue 6 years ago • 0 comments

Structure:

struct Transaction {
    Input[] inputs,
    Output[] outputs,
    uint64 maxBlockIndex,
    Signatures[] signatures
}

Merkelized: image

k06a avatar Nov 16 '18 12:11 k06a