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

    Type Alias WriteSetChangeDeleteResource

    The payload for a resource deletion in a write set change.

    type WriteSetChangeDeleteResource = {
        address: string;
        resource: string;
        state_key_hash: string;
        type: string;
    }
    Index

    Properties

    address: string
    resource: string
    state_key_hash: string
    type: string