We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41a6c7d commit 1b079dcCopy full SHA for 1b079dc
1 file changed
program/idl.json
@@ -2200,7 +2200,10 @@
2200
"defaultValue": {
2201
"kind": "noneValueNode"
2202
},
2203
- "docs": ["Optional amount of lamports to transfer."]
+ "docs": [
2204
+ "Optional amount of lamports to transfer.",
2205
+ "If not provided, the instruction will unwrap all lamports in excess of rent exemption."
2206
+ ]
2207
}
2208
],
2209
"discriminators": [
@@ -2285,7 +2288,7 @@
2285
2288
"kind": "instructionRemainingAccountsNode",
2286
2289
"value": {
2287
2290
"kind": "argumentValueNode",
- "name": "account"
2291
+ "name": "accounts"
2292
2293
"isOptional": true,
2294
"isSigner": true
0 commit comments