mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-25 06:01:11 +00:00
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "0.1.0",
|
||||
"name": "stablecoin",
|
||||
"instructions": [
|
||||
{
|
||||
"name": "noop",
|
||||
"accounts": [
|
||||
{
|
||||
"name": "account",
|
||||
"writable": false,
|
||||
"signer": false,
|
||||
"init": false
|
||||
}
|
||||
],
|
||||
"args": []
|
||||
}
|
||||
],
|
||||
"instruction_type": "stablecoin_core::Instruction"
|
||||
}
|
||||
Reference in New Issue
Block a user