gnosis / safe-android-kouban

2 stars 2 forks source link

Use TxServiceAPI to refetch details #56

Closed jpalvarezl closed 4 years ago

jpalvarezl commented 4 years ago

Currently, the transaction list serializes the entire transaction object to pass it as a navigation argument. We need to switch this to simply pass the transaction hash and re-fetch the object so that we can better leverage Deep links in the future.