Transaction introspection in Auth context #202

Closed
opened 2019-12-09 21:42:17 +09:00 by zxq9 · 1 comment
zxq9 commented 2019-12-09 21:42:17 +09:00 (Migrated from gitlab.com)

Created by: hanssv

Allow access to the signed transaction within the authentication context:

switch(Auth.tx)
  Spend(from, to, amount, payload) => ...
  AENSTransfer(from, to, name) => ...
  ...
*Created by: hanssv* Allow access to the signed transaction within the authentication context: ```sophia switch(Auth.tx) Spend(from, to, amount, payload) => ... AENSTransfer(from, to, name) => ... ... ```
zxq9 commented 2019-12-11 08:15:27 +09:00 (Migrated from gitlab.com)

Created by: nikita-fuchs

that looks deliciously interesting, indeed.

*Created by: nikita-fuchs* that looks deliciously interesting, indeed.
Sign in to join this conversation.
No Milestone
No project
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: QPQ-AG/sophia#202
No description provided.