Skip to content

Commit

Permalink
feat: create scaffold for receiveCoins method
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 15, 2024
1 parent 7b471d4 commit f4da001
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stores/stateChain.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,9 @@ export const useStateChain = defineStore('stateChain', () => {
return stateId
}

let receiveCoins = async (coins, status_index, numberOfStatuses, trusted = false) => {
}

let storeNProfile = value => {
localStorage.setItem('stateChainNProfile', value)
}
Expand All @@ -209,6 +212,7 @@ export const useStateChain = defineStore('stateChain', () => {
nprofile,
privateKey,
publicKey,
receiveCoins,
storeNProfile,
storePrivateKey,
storePublicKey,
Expand Down

0 comments on commit f4da001

Please sign in to comment.