Function near_sdk::env::promise_then[][src]

pub fn promise_then(
    promise_idx: PromiseIndex,
    account_id: AccountId,
    method_name: &str,
    arguments: &[u8],
    amount: Balance,
    gas: Gas
) -> PromiseIndex
Expand description

Attaches the callback that is executed after promise pointed by promise_idx is complete.