ADDRESS_TYPE_SOLANA
. Solana addresses are a simple encoding of the ed25519 public key.
@turnkey/solana
NPM package. It offers a TurnkeySigner
which integrates our remote signer with the official Solana web3js
library.
SolanaTransaction
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, and the output is the signed Solana transaction, ready to be broadcast onchain.
@turnkey/wallet-stamper
package!
@turnkey/with-solana
in examples/with-solana
.
If you want to see @turnkey/wallet-stamper
in action, head to examples/with-wallet-stamper
.