You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create new transaction type called Atomic. Inside Atomic transaction can includes multiple different transactions with different senders as well, and those could validate on the fly.
Don't miss add in Rollback and Snapshot also.
The Atomic transaction body:
// UnsignedTransactionBytes is collection of unsigned transaction bytesUnsignedTransactionBytes [][]byte// Signatures is <addressHex, Signature>Signaturesmap[string][]byte
And when parsed to single bytes collection should like:
Description
Create new transaction type called
Atomic
. InsideAtomic
transaction can includes multiple different transactions with different senders as well, and those could validate on the fly.Don't miss add in Rollback and Snapshot also.
The
Atomic
transaction body:And when parsed to single bytes collection should like:
Breakdown
Atomic
transaction typeatomic_transaction
and also the schemaThe text was updated successfully, but these errors were encountered: