ADDRESS_TYPE_ETHEREUM
. This address format is valid across all EVM chains and L2s.
createAccount
method to create a Turnkey-powered custom account which Viem can use seamlessly.TurnkeySigner
which implements Ethers’ AbstractSigner
interface. See Ethers docs.EthereumTransaction
struct in our policy language page for a full list.
As a bonus, Turnkey also takes care of combining the signature with the original payload if you use the SIGN_TRANSACTION
activity types: the input is the unsigned payload (RLP encoded), and the output is the signed RLP encoded transaction, ready to be broadcast!