Trait InputsTr
pub trait InputsTr {
// Required methods
fn target_address(&self) -> Address;
fn caller_address(&self) -> Address;
fn input(&self) -> &[u8] ⓘ;
fn call_value(&self) -> Uint<256, 4>;
}
Expand description
Trait for fetching inputs of the call.