@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias WriteSetChangeDeleteModule

    The structure for a module deletion change in a write set.

    type WriteSetChangeDeleteModule = {
        address: string;
        module: MoveModuleId;
        state_key_hash: string;
        type: string;
    }
    Index

    Properties

    address: string
    module: MoveModuleId
    state_key_hash: string

    State key hash

    type: string