Hardware Wallet
Last updated
Last updated
Pacifica supports hardware wallet signature authentication via Ed25519 . To use hardware wallet, after constructing the , prepend it with the \xffsolana offchain
header together with message length, version information, etc.
Then, in the , use hardware
as the type
:
For more details, refer to in the Python SDK.