Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plasma Transaction structure + merkle proofs + struct size detect #43

Open
k06a opened this issue Nov 16, 2018 · 0 comments
Open

Plasma Transaction structure + merkle proofs + struct size detect #43

k06a opened this issue Nov 16, 2018 · 0 comments
Assignees

Comments

@k06a
Copy link
Contributor

k06a commented Nov 16, 2018

Structure:

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

Merkelized:
image

@be1box be1box self-assigned this Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants