Transfers some SOL from one account to another.
await metaplex .system() .transferSol({ to: new PublicKey("..."), amount: sol(1.5), };
@group Operations @category Constructors
Generated using TypeDoc
Transfers some SOL from one account to another.
@group Operations @category Constructors