Type Alias WriteSetChangeDeleteModule

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

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

Type declaration

  • address: string
  • module: MoveModuleId
  • state_key_hash: string

    State key hash

  • type: string