semiotic-ai / timeline-aggregation-protocol

A fast, efficient and trust-minimized unidirectional micro-payments system.
Apache License 2.0
14 stars 3 forks source link

Properly handle Signers vs. Senders #202

Open aasseman opened 9 months ago

aasseman commented 9 months ago

Senders:

Signers:

tl;dr (pseudo code or something):

Sender {
  escrow_account: EscrowAccount
  signers: [Address]
}