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

    Type Alias WriteSetChangeWriteModule

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

    type WriteSetChangeWriteModule = {
        address: string;
        data: MoveModuleBytecode;
        state_key_hash: string;
        type: string;
    }
    Index

    Properties

    address: string
    state_key_hash: string
    type: string