T402 API Reference - v2.8.0
    Preparing search index...

    Interface AptosStateChange

    Aptos state change

    interface AptosStateChange {
        type: string;
        address: string;
        stateKeyHash: string;
        data?: { type: string; data: Record<string, unknown> };
    }
    Index

    Properties

    type: string
    address: string
    stateKeyHash: string
    data?: { type: string; data: Record<string, unknown> }