import { MsgSetWithdrawAddress } from "cosmjs-types/cosmos/distribution/v1beta1/tx"; import HashView from "../HashView"; interface TxMsgSetWithdrawAddressDetailsProps { readonly msgValue: MsgSetWithdrawAddress; } const TxMsgSetWithdrawAddressDetails = ({ msgValue }: TxMsgSetWithdrawAddressDetailsProps) => ( <>