[][src]Function near_sdk::env::promise_batch_action_add_key_with_function_call

pub fn promise_batch_action_add_key_with_function_call<P: Borrow<PublicKey>, A: Borrow<AccountId>>(
    promise_index: PromiseIndex,
    public_key: P,
    nonce: u64,
    allowance: Balance,
    receiver_id: A,
    method_names: &[u8]
)