diff --git a/idl.json b/idl.json index 6bef7b2..54a224a 100644 --- a/idl.json +++ b/idl.json @@ -21,13 +21,22 @@ "kind": "instructionRemainingAccountsNode", "value": { "kind": "argumentValueNode", "name": "signers" }, "isOptional": true, - "isSigner": true + "isSigner": true, + "display": { + "kind": "instructionAccountDisplayNode", + "label": "Signers" + } } ], "name": "addMemo", "idlName": "addMemo", "docs": [], - "optionalAccountStrategy": "programId" + "optionalAccountStrategy": "programId", + "display": { + "kind": "instructionDisplayNode", + "intent": "Add memo", + "interpolatedIntent": "Add memo \"${data.memo}\"" + } } ], "definedTypes": [],