Docs

TransactionResultWithAddress

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