-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cd12a47
commit b1d51bf
Showing
22 changed files
with
512 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 66 additions & 4 deletions
70
...dojo_starter_systems_actions_actions.json → ...tracts/dojo_starter-actions-7a1c7102.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
[ | ||
{ | ||
"type": "impl", | ||
"name": "WorldProviderImpl", | ||
"interface_name": "dojo::world::IWorldProvider" | ||
}, | ||
{ | ||
"type": "struct", | ||
"name": "dojo::world::IWorldDispatcher", | ||
"members": [ | ||
{ | ||
"name": "contract_address", | ||
"type": "core::starknet::contract_address::ContractAddress" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "interface", | ||
"name": "dojo::world::IWorldProvider", | ||
"items": [ | ||
{ | ||
"type": "function", | ||
"name": "world", | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "dojo::world::IWorldDispatcher" | ||
} | ||
], | ||
"state_mutability": "view" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "impl", | ||
"name": "UpgradableImpl", | ||
"interface_name": "dojo::components::upgradeable::IUpgradeable" | ||
}, | ||
{ | ||
"type": "interface", | ||
"name": "dojo::components::upgradeable::IUpgradeable", | ||
"items": [ | ||
{ | ||
"type": "function", | ||
"name": "upgrade", | ||
"inputs": [ | ||
{ | ||
"name": "new_class_hash", | ||
"type": "core::starknet::class_hash::ClassHash" | ||
} | ||
], | ||
"outputs": [], | ||
"state_mutability": "external" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "constructor", | ||
"name": "constructor", | ||
"inputs": [] | ||
}, | ||
{ | ||
"type": "event", | ||
"name": "dojo::components::upgradeable::upgradeable::Upgraded", | ||
"kind": "struct", | ||
"members": [ | ||
{ | ||
"name": "class_hash", | ||
"type": "core::starknet::class_hash::ClassHash", | ||
"kind": "data" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "event", | ||
"name": "dojo::components::upgradeable::upgradeable::Event", | ||
"kind": "enum", | ||
"variants": [ | ||
{ | ||
"name": "Upgraded", | ||
"type": "dojo::components::upgradeable::upgradeable::Upgraded", | ||
"kind": "nested" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "event", | ||
"name": "dojo::base::base::Event", | ||
"kind": "enum", | ||
"variants": [ | ||
{ | ||
"name": "UpgradeableEvent", | ||
"type": "dojo::components::upgradeable::upgradeable::Event", | ||
"kind": "flat" | ||
} | ||
] | ||
} | ||
] |
Oops, something went wrong.