lez-programs/artifacts/stablecoin-idl.json
2026-05-11 16:53:04 +02:00

20 lines
337 B
JSON

{
"version": "0.1.0",
"name": "stablecoin",
"instructions": [
{
"name": "noop",
"accounts": [
{
"name": "account",
"writable": false,
"signer": false,
"init": false
}
],
"args": []
}
],
"instruction_type": "stablecoin_core::Instruction"
}