near-api-js - v7.0.4
    Preparing search index...

    Type Alias StateChangeCauseView

    StateChangeCauseView:
        | { type: "not_writable_to_disk" }
        | { type: "initial_state" }
        | { tx_hash: CryptoHash; type: "transaction_processing" }
        | { receipt_hash: CryptoHash; type: "action_receipt_processing_started" }
        | { receipt_hash: CryptoHash; type: "action_receipt_gas_reward" }
        | { receipt_hash: CryptoHash; type: "receipt_processing" }
        | { receipt_hash: CryptoHash; type: "postponed_receipt" }
        | { type: "updated_delayed_receipts" }
        | { type: "validator_accounts_update" }
        | { type: "migration" }
        | { type: "bandwidth_scheduler_state_update" }

    See crate::types::StateChangeCause for details.