Skip to content

Commit

Permalink
change cadence too
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrkren committed Mar 30, 2024
1 parent 5959bbd commit 4eb6d3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion versioned_docs/version-1.0/language/core-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ Event name: `flow.AccountKeyAdded`
access(all)
event AccountKeyAdded(
address: Address,
publicKey: PublicKey
publicKey: PublicKey,
weight: UFix64,
hashAlgorithm: HashAlgorithm,
keyIndex: Int
)
```

Expand Down

0 comments on commit 4eb6d3d

Please sign in to comment.