Ask AI
Docs
Connect
Contracts
Engine
Payments
SDKs
SDKs
Ask AI
Search Docs
K
Support
Support
Changelog
TypeScript SDK
References
TransactionResultWithId
TransactionResultWithId
Defined in
sdk/src/evm/core/types.ts#L46
type
TransactionResultWithId
<
T
=
never
>
=
TransactionResult
<
T
>
&
{
id
:
BigNumber
;
};
On this page