Skip to content

Transaction

Nedelcho Delchev edited this page Oct 24, 2017 · 2 revisions

Transaction structure

Description Type Comments
from_acc binary Sender public key
to_acc binary Recipient public key
value int Value

From account

The public key of the sender of a transaction


To account

The public key of the recipient of a transaction


Value

The value which is transferred between accounts

Clone this wiki locally