Skip to content

Commit

Permalink
Merge pull request #25 from BlocSoc-iitr/v0.1
Browse files Browse the repository at this point in the history
V0.1
  • Loading branch information
Sh0g0-1758 authored Sep 25, 2024
2 parents 0483ee8 + 867333a commit 1ca8cad
Show file tree
Hide file tree
Showing 38 changed files with 12,052 additions and 62 deletions.
1 change: 1 addition & 0 deletions Athena
Submodule Athena added at 83dbe6
16 changes: 16 additions & 0 deletions athena_abi/abi.go

Large diffs are not rendered by default.

112 changes: 112 additions & 0 deletions athena_abi/abis/v1/account_compiled.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,112 @@
[
{
"type": "function",
"name": "constructor",
"inputs": [
{
"name": "public_key_",
"type": "core::felt252"
}
],
"outputs": [],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate_deploy__",
"inputs": [
{
"name": "class_hash",
"type": "core::felt252"
},
{
"name": "contract_address_salt",
"type": "core::felt252"
},
{
"name": "public_key_",
"type": "core::felt252"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate_declare__",
"inputs": [
{
"name": "class_hash",
"type": "core::felt252"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "function",
"name": "__validate__",
"inputs": [
{
"name": "contract_address",
"type": "core::starknet::contract_address::ContractAddress"
},
{
"name": "entry_point_selector",
"type": "core::felt252"
},
{
"name": "calldata",
"type": "core::array::Array::<core::felt252>"
}
],
"outputs": [
{
"type": "core::felt252"
}
],
"state_mutability": "external"
},
{
"type": "struct",
"name": "account::account::Call",
"members": [
{
"name": "to",
"type": "core::starknet::contract_address::ContractAddress"
},
{
"name": "selector",
"type": "core::felt252"
},
{
"name": "calldata",
"type": "core::array::Array::<core::felt252>"
}
]
},
{
"type": "function",
"name": "__execute__",
"inputs": [
{
"name": "calls",
"type": "core::array::Array::<account::account::Call>"
}
],
"outputs": [
{
"type": "core::array::Span::<core::felt252>"
}
],
"state_mutability": "external"
}
]
Loading

0 comments on commit 1ca8cad

Please sign in to comment.