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

Properly handle Signers vs. Senders #202

Open
aasseman opened this issue Jan 9, 2024 · 0 comments
Open

Properly handle Signers vs. Senders #202

aasseman opened this issue Jan 9, 2024 · 0 comments
Labels
bug Something isn't working Needed feature

Comments

@aasseman
Copy link
Collaborator

aasseman commented Jan 9, 2024

Senders:

  • Control their Escrow account
  • Add and remove signing addresses to their escrow account

Signers:

  • Sign Receipts and RAVs
  • There can be multiple signers per Sender/Escrow account
  • Signers can be revoked (~1 month thawing)

tl;dr (pseudo code or something):

Sender {
  escrow_account: EscrowAccount
  signers: [Address]
}
@aasseman aasseman added bug Something isn't working Needed feature labels Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Needed feature
Projects
None yet
Development

No branches or pull requests

1 participant