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

    Type Alias StateChangeKindView

    StateChangeKindView:
        | { account_id: AccountId; type: "account_touched" }
        | { account_id: AccountId; type: "access_key_touched" }
        | { account_id: AccountId; type: "data_touched" }
        | { account_id: AccountId; type: "contract_code_touched" }

    It is a serializable view of StateChangeKind.

    See the Rust crate documentation for more information.