File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -500,13 +500,13 @@ export interface ListActionsResult {
500500}
501501
502502/**
503- * @param {Base64String } derivationPrefix - Payment-level derivation prefix used by the sender for key derivation (for payments).
504- * @param {Base64String } derivationSuffix - Specific output-level derivation suffix used by the sender for key derivation (for payments).
503+ * @param {string } derivationPrefix - Payment-level derivation prefix used by the sender for key derivation (for payments).
504+ * @param {string } derivationSuffix - Specific output-level derivation suffix used by the sender for key derivation (for payments).
505505 * @param {PubKeyHex } senderIdentityKey - Public identity key of the sender (for payments).
506506 */
507507export interface WalletPayment {
508- derivationPrefix : Base64String
509- derivationSuffix : Base64String
508+ derivationPrefix : string
509+ derivationSuffix : string
510510 senderIdentityKey : PubKeyHex
511511}
512512
You can’t perform that action at this time.
0 commit comments