karak-contracts 0.2.2

Karak Contracts
Documentation
1
2
3
4
5
6
7
8
use alloy::sol;

sol!(
    #[allow(missing_docs)]
    #[sol(rpc)]
    IStakeViewer,
    "abi/IStakeViewer.json",
);