export function TxIdLink(props: PropsWithChildren<TxIdLinkProps>): JSX.Element {
  if (props.txid === undefined || props.txid.length === 0) {
    return <></>;
  }