Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
Fankouzu committed Jun 17, 2024
1 parent 1815141 commit 6deb919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SolanaBasic/000.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
- 一个跳跃(一个字节)用于将候选PDA推离ed25519椭圆曲线
- 程序通过传入种子和跳跃参数,调用[invoke_signed](https://docs.solana.com/developing/programming-model/calling-between-programs#program-signed-accounts)为PDA进行签名
- PDA只能被用来派生出这个地址的程序所签名
- 除了允许程序为不同的instruction签名之外,PDA还提供了一个像哈希表一样的接口,用于[建立账户索引](../guides/account-maps.md)
- 除了允许程序为不同的instruction签名之外,PDA还提供了一个像哈希表一样的接口,用于`建立账户索引`

PDA是Solana程序开发的重要构成要素。有了PDA,程序可以为账户签名,同时保证没有外部用户能够产生针对同一个账户的有效签名。 除了为账户签名外,一些程序还可以修改自己派生出来的PDA里的数据。

Expand Down

0 comments on commit 6deb919

Please sign in to comment.