DOCS

TransactionResultWithAddress

type TransactionResultWithAddress<T = never> =
  TransactionResult<T> & { address: string };