@@ -84,8 +84,8 @@ pub enum ConfidentialTransferInstruction {
84
84
/// * Single owner/delegate
85
85
/// 0. `[writeable]` The SPL Token account.
86
86
/// 1. `[]` The corresponding SPL Token mint.
87
- /// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included
88
- /// in the same transaction or context state account if
87
+ /// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included in
88
+ /// the same transaction or context state account if
89
89
/// `VerifyPubkeyValidity` is pre-verified into a context state
90
90
/// account.
91
91
/// 3. `[]` (Optional) Record account if the accompanying proof is to be
@@ -95,8 +95,8 @@ pub enum ConfidentialTransferInstruction {
95
95
/// * Multisignature owner/delegate
96
96
/// 0. `[writeable]` The SPL Token account.
97
97
/// 1. `[]` The corresponding SPL Token mint.
98
- /// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included
99
- /// in the same transaction or context state account if
98
+ /// 2. `[]` Instructions sysvar if `VerifyPubkeyValidity` is included in
99
+ /// the same transaction or context state account if
100
100
/// `VerifyPubkeyValidity` is pre-verified into a context state
101
101
/// account.
102
102
/// 3. `[]` (Optional) Record account if the accompanying proof is to be
@@ -267,7 +267,8 @@ pub enum ConfidentialTransferInstruction {
267
267
/// 2. `[]` The token mint.
268
268
/// 3. `[writable]` The destination SPL Token account.
269
269
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
270
- /// `zk_elgamal_proof` instructions are included in the same transaction.
270
+ /// `zk_elgamal_proof` instructions are included in the same
271
+ /// transaction.
271
272
/// 5. `[]` (Optional) Equality proof record account or context state
272
273
/// account.
273
274
/// 6. `[]` (Optional) Ciphertext validity proof record account or context
@@ -281,7 +282,8 @@ pub enum ConfidentialTransferInstruction {
281
282
/// 2. `[]` The token mint.
282
283
/// 3. `[writable]` The destination SPL Token account.
283
284
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
284
- /// `zk_elgamal_proof` instructions are included in the same transaction.
285
+ /// `zk_elgamal_proof` instructions are included in the same
286
+ /// transaction.
285
287
/// 5. `[]` (Optional) Equality proof record account or context state
286
288
/// account.
287
289
/// 6. `[]` (Optional) Ciphertext validity proof record account or context
@@ -433,7 +435,8 @@ pub enum ConfidentialTransferInstruction {
433
435
/// 2. `[]` The token mint.
434
436
/// 3. `[writable]` The destination SPL Token account.
435
437
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
436
- /// `zk_elgamal_proof` instructions are included in the same transaction.
438
+ /// `zk_elgamal_proof` instructions are included in the same
439
+ /// transaction.
437
440
/// 5. `[]` (Optional) Equality proof record account or context state
438
441
/// account.
439
442
/// 6. `[]` (Optional) Transfer amount ciphertext validity proof record
@@ -451,7 +454,8 @@ pub enum ConfidentialTransferInstruction {
451
454
/// 2. `[]` The token mint.
452
455
/// 3. `[writable]` The destination SPL Token account.
453
456
/// 4. `[]` (Optional) Instructions sysvar if at least one of the
454
- /// `zk_elgamal_proof` instructions are included in the same transaction.
457
+ /// `zk_elgamal_proof` instructions are included in the same
458
+ /// transaction.
455
459
/// 5. `[]` (Optional) Equality proof record account or context state
456
460
/// account.
457
461
/// 6. `[]` (Optional) Transfer amount ciphertext validity proof record
0 commit comments