Skip to main content

TransactionResultWithId type

Signature:

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

References: TransactionResult