Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2025 Changes in this version + func BuyToken(rpcClient *rpc.Client, wsClient *ws.Client, user solana.PrivateKey, ...) (string, error) + func CreateToken(rpcClient *rpc.Client, wsClient *ws.Client, user solana.PrivateKey, ...) (string, error) + func SellToken(rpcClient *rpc.Client, wsClient *ws.Client, user solana.PrivateKey, ...) (string, error) + func SetDevnetMode() + func SolToLamp(sol float64) uint64 + type BondingCurveData struct + RealTokenReserves *big.Int + VirtualSolReserves *big.Int + VirtualTokenReserves *big.Int + func (b *BondingCurveData) String() string + type BondingCurvePublicKeys struct + AssociatedBondingCurve solana.PublicKey + BondingCurve solana.PublicKey