statechannels / SCBridge-Wallet

MIT License
2 stars 3 forks source link

create a converter for L1 transcations -> UserOperations #41

Closed NiloCK closed 1 year ago

NiloCK commented 1 year ago

See https://github.com/statechannels/SCBridge-Wallet/blob/c33a7e5116fcc69a1410e1f34152cc9cc8807cf7/clients/OwnerClient.ts#L60

V1 can restrict the class of L1 transactions to simple value transfers. If OwnerClient Alice wishes to pay some Bob address on L1, this request needs to:

The intermediary needs to receive and process these requests - separate issue.