2019-04-24 15:04:56 +00:00
---
terms: ["spend-key", "spend-keys"]
summary: "one of the two pairs of private and public cryptographic keys that each account has, with the *private* spend key used to spend any funds in the account"
---
2020-08-16 17:11:02 +00:00
{% include disclaimer.html translated="yes" translationOutdated="no" %}
2019-05-21 02:32:24 +00:00
### 基础知识
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
每个帐户拥有的两对私钥和公钥中的一对,其中*私有的*支付密钥(私钥),用于花费帐户中的任何资金。
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
### 深度信息
2019-04-24 15:04:56 +00:00
2019-05-21 02:32:24 +00:00
*私有的*支付密钥是一个256位的整数, 用于对门罗币的交易进行签名。使用当前官方钱包的确定性密钥推导方法, 私有的支付密钥也是@助记词种子的另一种表示形式。它可以用来派生账户中所有的其它密钥。