mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-05-19 15:39:28 +00:00
20 lines
337 B
JSON
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"
|
||
|
|
}
|