load_account_delegated

Function load_account_delegated 

Source
pub fn load_account_delegated<H: Host + ?Sized>(
    host: &mut H,
    spec: SpecId,
    remaining_gas: u64,
    address: Address,
    transfers_value: bool,
    create_empty_account: bool,
) -> Result<u64, LoadError>
Expand description

Loads accounts and its delegate account.

Assumption is that warm gas is already deducted.