mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-04-26 05:07:59 +00:00
@@ -4,12 +4,12 @@ use serde::{Deserialize, de::Deserializer};
|
||||
|
||||
#[derive(Clone, Debug, Default, Deserialize, Eq, PartialEq)]
|
||||
pub struct Input {
|
||||
instance: String,
|
||||
pub instance: String,
|
||||
#[serde(deserialize_with = "deserialize_method")]
|
||||
method: Method,
|
||||
pub method: Method,
|
||||
#[serde(deserialize_with = "deserialize_calldata")]
|
||||
calldata: Vec<u8>,
|
||||
expected: Option<Vec<String>>,
|
||||
pub calldata: Vec<u8>,
|
||||
pub expected: Option<Vec<String>>,
|
||||
}
|
||||
|
||||
/// Specify how the contract is called.
|
||||
|
||||
Reference in New Issue
Block a user