Skip to main content

store_solidity_string

Function store_solidity_string 

Source
fn store_solidity_string<CTX>(
    ecx: &mut CTX,
    target: Address,
    base_slot: U256,
    bytes: &[u8],
) -> Result
where CTX: ContextTr<Db: Database<Error = DatabaseError>, Journal: JournalExt>,