interface TokenMovementContinuationHandle {
    continuePromise: undefined | Promise<boolean>;
    movementId: string;
}

Properties

continuePromise: undefined | Promise<boolean>

The continuation promise

movementId: string

The movement ID