Docs

TransactionResultWithId

type TransactionResultWithId<T = never> = TransactionResult<T> & {
  id: BigNumber;
};