@aptos-labs/ts-sdk - v3.1.1
    Preparing search index...

    Type Alias WriteSetChangeWriteResource

    The resource associated with a write set change, identified by its type.

    type WriteSetChangeWriteResource = {
        address: string;
        data: MoveResource;
        state_key_hash: string;
        type: string;
    }
    Index

    Properties

    address: string
    state_key_hash: string
    type: string