//! JS `PendingAccount`: a handle to an identifier created during a build.
use PendingAccount as Core;
use wasm_bindgen;
use crateAccount;
use crate;
/// A not-yet-derived identifier returned by
/// [`Builder::generate_identifier`](crate::builder). Resolves to a concrete
/// [`Account`] once the creating builder has been built.