commit 0f7959da0e94659e72e114544ed8503a2e423664 parent dfd8ea545acbe1d2b0b0b7afa0cabab12d065efa Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 24 Aug 2024 17:26:04 +0200 spec change for #9097 Diffstat:
| M | core/api-exchange.rst | | | 13 | +++++++++++++ |
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/core/api-exchange.rst b/core/api-exchange.rst @@ -3748,6 +3748,19 @@ typically also view the balance.) // Time by which the exchange currently thinks the deposit will be executed. // Actual execution may be later if the KYC check is not satisfied by then. execution_time: Timestamp; + + // Public key associated with the account. The client must sign + // the initial request for the KYC status using the corresponding + // private key. Will be either a reserve public key or a merchant + // (instance) public key. + // + // Absent if no public key is currently associated + // with the account and the client MUST thus first + // credit the exchange via an inbound wire transfer + // to associate a public key with the debited account. + // Since protocol **v20**. + account_pub?: EddsaPublicKey; + }