ts() {
    const x = moment.unix(this.node_chain_state.timestamp)
    return moment(x).format('HH:mm D MMM YYYY')
  },