pub fn add_contract_code_to_ledger_entries(
    entries: &mut Vec<(Box<LedgerKey>, Box<LedgerEntry>)>,
    contract: Vec<u8>
) -> Result<Hash, XdrError>
Expand description

Errors

Might return an error