Base wallet interface and types
RadixWallet
interface defines the standard contract for all wallet implementations in Radix Agent Kit. It provides a unified API for wallet operations across different wallet types.
string
- Radix account address for current networkstring
- Ed25519 public key as hexstring
- Ed25519 private key as hexdata
- Data to sign as Uint8ArrayPromise\<string>
- Ed25519 signature as hex stringtransactionIntent
- Transaction intent objectPromise\<any>
- Signed transaction object