You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As outlined clearly in solana-program/token#87, users want to move lamports from a wrapped SOL account into any other account. This avoids needing to create and close wrapped SOL accounts constantly.
Proposed Solution
Do the same thing as solana-program/token#87, and add a new instruction for discriminant 45 which transfers all lamports to some amount of lamports from a wrapped SOL account into any other account.