Asset Manager
Overview
Hub Asset Manager
System Design
Core Components
State Variables
IConnection public connection; // Cross-chain messaging
IWalletFactory public walletFactory; // User wallet management
address public assetImplementation; // Asset token implementation
mapping(uint256 => bytes) public spokeAssetManager; // Authorized spoke managers
mapping(uint256 => mapping(bytes => address)) public assets; // Spoke assets to hub tokensTransfer Data Structure
Core Operations
Spoke Asset Manager Specification
Required Implementation
Required Functions
Security Considerations
Last updated