Type alias WriteSetChangeDeleteModule

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

Type declaration

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

    State key hash

  • type: string

Generated using TypeDoc