src5-rs 2.0.0

Utility for generating SRC5 interfaces ids from Cairo traits
Documentation
1
2
3
4
5
6
use starknet::ContractAddress;
use starknet::account::Call;

trait IAccount {
    fn __execute__(calls: Array<Call>) -> Array<Span<Result<Option<Call>,System>>>;
}