Signing key
A signing key is the private key a wallet uses to cryptographically sign transactions, proving authorization to spend its funds.
The signing key is the secret half of a wallet's key pair. Signing a transaction with it produces a signature the network verifies against the wallet's public address, and control of the key is control of the funds — which is why custody models turn on who holds it. Our tx primitives are non-custodial: we build and simulate the transaction and broadcast the signed one, but signing happens on the wallet's side and we never see or store the signing key.
相关术语
另见
把概念变成一次 API 调用
这里的每个术语都对应一个今天即可调用的原语——充值额度即可上线。
获取 API 密钥