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
The validation for a valid transfer amount using balance should make sure Solana account is above rent exemption via connection.getMinimumBalanceForRentExemption(0).
connection.getMinimumBalanceForRentExemption(0)
.sdk/examples/with-solana/src/advanced.ts
Line 111 in 2d010a6
The text was updated successfully, but these errors were encountered: