Type alias ScriptHistory

ScriptHistory: {
    deployment_msg?: string;
    script_hash: string;
}

Type declaration

  • Optional deployment_msg?: string
  • script_hash: string