record_with_steps

Function record_with_steps 

Source
pub fn record_with_steps(
    name: &'static str,
    args: Bytes,
    outs: Bytes,
    start_ink: u64,
    end_ink: u64,
    address: Option<Address>,
    steps: Vec<HostioRecord>,
)
Expand description

Like record but with pre-collected sub-frame records attached as steps (used by CALL/CREATE family hostios after popping their own sub-frame).