@privy-io/node) SDK.
0.8.0
Breaking changes
- The
typeproperty onLinkedAccountCustomOAuthis now guaranteed present (previously optional).
Added
- Added EIP-7702 support: transaction
typenow includes4, andauthorization_listparameter added to transaction inputs. - Added
'eurc'and'usdb'asset types to balance and transaction queries. - Added
'eur'currency option toBalanceGetParams.include_currency. - Added
'chain_id'as a valid field inEthereumTransactionConditionfor policies. - Added
user_operation_hashfield toEthereumSendTransactionRpcResponse.Data.
0.7.0
0.6.1
0.6.0
Added
- Added support for Tron in policies, including specific transaction conditions for
TransferContractandTriggerSmartContract. - Added support for
eth_signUserOperationpolicies. - Expanded transaction query support to include Ethereum, Arbitrum, Linea, Optimism, and Polygon (previously limited to Base).
- Enhanced raw signing capabilities with hex encoding and support for both
keccak256andsha256hash functions.
0.5.0
Breaking changes
- RPC response types (e.g.
EthereumPersonalSignRpcResponse) are now exported directly instead of nested under theWalletRpcResponsenamespace.
Added
- Added support for reading Passkey accounts from identity tokens.
- Breaking change: Updated the
AuthorizationContextinterface to support multiple user JWT signing mechanisms.
Fixed
- Includes a fix for the users search
searchTermparameter.
0.4.1
0.4.0
Added
- Support linked accounts for custom OAuth providers.
- Improved typing for linked embedded wallet accounts.
0.1.0
Initial release of the NodeJS SDK. See the quickstart guide for more
details on how to get started.

