Function gen_account_update_body_fee_payer

Source
fn gen_account_update_body_fee_payer(
    global_slot: Option<Slot>,
    failure: Option<&Failure>,
    permissions_auth: Option<ControlTag>,
    account_id: AccountId,
    vk: Option<&VerificationKeyWire>,
    protocol_state_view: Option<&ProtocolStateView>,
    account_state_tbl: &mut HashMap<AccountId, (Account, Role)>,
) -> FeePayerBody
Expand description