@@ -110,8 +110,8 @@ async fn configure_account_with_option<S: Signers>(
110
110
token
111
111
. confidential_transfer_close_record_account (
112
112
& pubkey_validity_proof_record_account. pubkey ( ) ,
113
- & record_account_authority. pubkey ( ) ,
114
113
account,
114
+ & record_account_authority. pubkey ( ) ,
115
115
& [ & record_account_authority] ,
116
116
)
117
117
. await
@@ -152,7 +152,7 @@ async fn configure_account_with_option<S: Signers>(
152
152
. await ;
153
153
154
154
token
155
- . confidential_transfer_close_context_state (
155
+ . confidential_transfer_close_context_state_account (
156
156
& pubkey_validity_proof_context_account. pubkey ( ) ,
157
157
account,
158
158
& context_account_authority. pubkey ( ) ,
@@ -637,8 +637,8 @@ async fn empty_account_with_option<S: Signers>(
637
637
token
638
638
. confidential_transfer_close_record_account (
639
639
& zero_ciphertext_proof_record_account. pubkey ( ) ,
640
- & record_account_authority. pubkey ( ) ,
641
640
account,
641
+ & record_account_authority. pubkey ( ) ,
642
642
& [ & record_account_authority] ,
643
643
)
644
644
. await
@@ -685,7 +685,7 @@ async fn empty_account_with_option<S: Signers>(
685
685
. await ;
686
686
687
687
token
688
- . confidential_transfer_close_context_state (
688
+ . confidential_transfer_close_context_state_account (
689
689
& zero_ciphertext_proof_context_account. pubkey ( ) ,
690
690
account,
691
691
& context_account_authority. pubkey ( ) ,
@@ -1054,8 +1054,8 @@ async fn withdraw_with_option<S: Signers>(
1054
1054
token
1055
1055
. confidential_transfer_close_record_account (
1056
1056
& equality_proof_record_account. pubkey ( ) ,
1057
- & record_account_authority. pubkey ( ) ,
1058
1057
source_account,
1058
+ & record_account_authority. pubkey ( ) ,
1059
1059
& [ & record_account_authority] ,
1060
1060
)
1061
1061
. await
@@ -1064,8 +1064,8 @@ async fn withdraw_with_option<S: Signers>(
1064
1064
token
1065
1065
. confidential_transfer_close_record_account (
1066
1066
& range_proof_record_account. pubkey ( ) ,
1067
- & record_account_authority. pubkey ( ) ,
1068
1067
source_account,
1068
+ & record_account_authority. pubkey ( ) ,
1069
1069
& [ & record_account_authority] ,
1070
1070
)
1071
1071
. await
@@ -1135,7 +1135,7 @@ async fn withdraw_with_option<S: Signers>(
1135
1135
. await ;
1136
1136
1137
1137
token
1138
- . confidential_transfer_close_context_state (
1138
+ . confidential_transfer_close_context_state_account (
1139
1139
& equality_proof_context_account. pubkey ( ) ,
1140
1140
source_account,
1141
1141
& context_account_authority. pubkey ( ) ,
@@ -1145,7 +1145,7 @@ async fn withdraw_with_option<S: Signers>(
1145
1145
. unwrap ( ) ;
1146
1146
1147
1147
token
1148
- . confidential_transfer_close_context_state (
1148
+ . confidential_transfer_close_context_state_account (
1149
1149
& range_proof_context_account. pubkey ( ) ,
1150
1150
source_account,
1151
1151
& context_account_authority. pubkey ( ) ,
@@ -1426,8 +1426,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1426
1426
token
1427
1427
. confidential_transfer_close_record_account (
1428
1428
& equality_proof_record_account. pubkey ( ) ,
1429
- & record_account_authority. pubkey ( ) ,
1430
1429
source_account,
1430
+ & record_account_authority. pubkey ( ) ,
1431
1431
& [ & record_account_authority] ,
1432
1432
)
1433
1433
. await
@@ -1436,8 +1436,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1436
1436
token
1437
1437
. confidential_transfer_close_record_account (
1438
1438
& ciphertext_validity_proof_record_account. pubkey ( ) ,
1439
- & record_account_authority. pubkey ( ) ,
1440
1439
source_account,
1440
+ & record_account_authority. pubkey ( ) ,
1441
1441
& [ & record_account_authority] ,
1442
1442
)
1443
1443
. await
@@ -1446,8 +1446,8 @@ async fn confidential_transfer_with_option<S: Signers>(
1446
1446
token
1447
1447
. confidential_transfer_close_record_account (
1448
1448
& range_proof_record_account. pubkey ( ) ,
1449
- & record_account_authority. pubkey ( ) ,
1450
1449
source_account,
1450
+ & record_account_authority. pubkey ( ) ,
1451
1451
& [ & record_account_authority] ,
1452
1452
)
1453
1453
. await
@@ -1548,7 +1548,7 @@ async fn confidential_transfer_with_option<S: Signers>(
1548
1548
. await ;
1549
1549
1550
1550
token
1551
- . confidential_transfer_close_context_state (
1551
+ . confidential_transfer_close_context_state_account (
1552
1552
& equality_proof_context_account. pubkey ( ) ,
1553
1553
source_account,
1554
1554
& context_account_authority. pubkey ( ) ,
@@ -1558,7 +1558,7 @@ async fn confidential_transfer_with_option<S: Signers>(
1558
1558
. unwrap ( ) ;
1559
1559
1560
1560
token
1561
- . confidential_transfer_close_context_state (
1561
+ . confidential_transfer_close_context_state_account (
1562
1562
& ciphertext_validity_proof_context_account. pubkey ( ) ,
1563
1563
source_account,
1564
1564
& context_account_authority. pubkey ( ) ,
@@ -1568,7 +1568,7 @@ async fn confidential_transfer_with_option<S: Signers>(
1568
1568
. unwrap ( ) ;
1569
1569
1570
1570
token
1571
- . confidential_transfer_close_context_state (
1571
+ . confidential_transfer_close_context_state_account (
1572
1572
& range_proof_context_account. pubkey ( ) ,
1573
1573
source_account,
1574
1574
& context_account_authority. pubkey ( ) ,
@@ -2024,8 +2024,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2024
2024
token
2025
2025
. confidential_transfer_close_record_account (
2026
2026
& equality_proof_record_account. pubkey ( ) ,
2027
- & record_account_authority. pubkey ( ) ,
2028
2027
source_account,
2028
+ & record_account_authority. pubkey ( ) ,
2029
2029
& [ & record_account_authority] ,
2030
2030
)
2031
2031
. await
@@ -2034,8 +2034,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2034
2034
token
2035
2035
. confidential_transfer_close_record_account (
2036
2036
& transfer_amount_ciphertext_validity_proof_record_account. pubkey ( ) ,
2037
- & record_account_authority. pubkey ( ) ,
2038
2037
source_account,
2038
+ & record_account_authority. pubkey ( ) ,
2039
2039
& [ & record_account_authority] ,
2040
2040
)
2041
2041
. await
@@ -2044,8 +2044,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2044
2044
token
2045
2045
. confidential_transfer_close_record_account (
2046
2046
& fee_sigma_proof_record_account. pubkey ( ) ,
2047
- & record_account_authority. pubkey ( ) ,
2048
2047
source_account,
2048
+ & record_account_authority. pubkey ( ) ,
2049
2049
& [ & record_account_authority] ,
2050
2050
)
2051
2051
. await
@@ -2054,8 +2054,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2054
2054
token
2055
2055
. confidential_transfer_close_record_account (
2056
2056
& fee_ciphertext_validity_proof_record_account. pubkey ( ) ,
2057
- & record_account_authority. pubkey ( ) ,
2058
2057
source_account,
2058
+ & record_account_authority. pubkey ( ) ,
2059
2059
& [ & record_account_authority] ,
2060
2060
)
2061
2061
. await
@@ -2064,8 +2064,8 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2064
2064
token
2065
2065
. confidential_transfer_close_record_account (
2066
2066
& range_proof_record_account. pubkey ( ) ,
2067
- & record_account_authority. pubkey ( ) ,
2068
2067
source_account,
2068
+ & record_account_authority. pubkey ( ) ,
2069
2069
& [ & record_account_authority] ,
2070
2070
)
2071
2071
. await
@@ -2209,7 +2209,7 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2209
2209
. await ;
2210
2210
2211
2211
token
2212
- . confidential_transfer_close_context_state (
2212
+ . confidential_transfer_close_context_state_account (
2213
2213
& equality_proof_context_account. pubkey ( ) ,
2214
2214
source_account,
2215
2215
& context_account_authority. pubkey ( ) ,
@@ -2219,7 +2219,7 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2219
2219
. unwrap ( ) ;
2220
2220
2221
2221
token
2222
- . confidential_transfer_close_context_state (
2222
+ . confidential_transfer_close_context_state_account (
2223
2223
& transfer_amount_ciphertext_validity_proof_context_account. pubkey ( ) ,
2224
2224
source_account,
2225
2225
& context_account_authority. pubkey ( ) ,
@@ -2229,7 +2229,7 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2229
2229
. unwrap ( ) ;
2230
2230
2231
2231
token
2232
- . confidential_transfer_close_context_state (
2232
+ . confidential_transfer_close_context_state_account (
2233
2233
& percentage_with_cap_proof_context_account. pubkey ( ) ,
2234
2234
source_account,
2235
2235
& context_account_authority. pubkey ( ) ,
@@ -2239,7 +2239,7 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2239
2239
. unwrap ( ) ;
2240
2240
2241
2241
token
2242
- . confidential_transfer_close_context_state (
2242
+ . confidential_transfer_close_context_state_account (
2243
2243
& fee_ciphertext_validity_proof_context_account. pubkey ( ) ,
2244
2244
source_account,
2245
2245
& context_account_authority. pubkey ( ) ,
@@ -2249,7 +2249,7 @@ async fn confidential_transfer_with_fee_with_option<S: Signers>(
2249
2249
. unwrap ( ) ;
2250
2250
2251
2251
token
2252
- . confidential_transfer_close_context_state (
2252
+ . confidential_transfer_close_context_state_account (
2253
2253
& range_proof_context_account. pubkey ( ) ,
2254
2254
source_account,
2255
2255
& context_account_authority. pubkey ( ) ,
0 commit comments