Type Alias WriteSetChangeWriteModule

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

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