newton-core 0.7.1

newton protocol core sdk
1
2
3
4
5
6
7
8
9
#![cfg(feature = "rpc")]

use std::str::FromStr;

use alloy::primitives::{Address, Bytes, FixedBytes};
use cid::Cid;
use newton_rpc_provider::{get_provider, get_signer};

use crate::{mock_newton_policy_client::MockNewtonPolicyClient, newton_policy_client::NewtonPolicyClient};