v0.1.0-pre.062

This commit is contained in:
2026-07-30 10:27:06 +02:00
parent f40fb78817
commit 460671e19d
319 changed files with 392513 additions and 9507 deletions

View File

@@ -0,0 +1,50 @@
{
"kind": "rootNode",
"program": {
"kind": "programNode",
"pdas": [],
"accounts": [],
"instructions": [
{
"kind": "instructionNode",
"accounts": [],
"arguments": [
{
"kind": "instructionArgumentNode",
"name": "memo",
"type": {
"kind": "stringTypeNode",
"encoding": "utf8"
},
"docs": []
}
],
"remainingAccounts": [
{
"kind": "instructionRemainingAccountsNode",
"value": {
"kind": "argumentValueNode",
"name": "signers"
},
"isOptional": true,
"isSigner": true
}
],
"name": "addMemo",
"idlName": "addMemo",
"docs": [],
"optionalAccountStrategy": "programId"
}
],
"definedTypes": [],
"errors": [],
"name": "memo",
"prefix": "",
"publicKey": "MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr",
"version": "3.0.1",
"origin": "shank"
},
"additionalPrograms": [],
"standard": "codama",
"version": "1.0.0"
}