Created
November 2, 2020 16:31
-
-
Save KasraAb/603780bdbdd89a6b4ffffc5d9d53c561 to your computer and use it in GitHub Desktop.
BondTransfer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//update bond's account | |
const updated_bond = {...bond, asset: {...bond.asset, ownerId: this.asset.newOwnerId}}; | |
store.account.set(updated_bond.address, updated_bond); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment