Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Devnet solana devnet rpc Devnet string = rpc.DevnetRPCEndpoint // Testnet solana testnet rpc Testnet string = rpc.TestnetRPCEndpoint )
Variables ¶
This section is empty.
Functions ¶
func ConvertToDecimals ¶
func ConvertToLamport ¶
Types ¶
type Account ¶
func NewAccount ¶
func NewAccount() *Account
func NewAccountFromBase58 ¶
func NewAccountFromHex ¶
func (*Account) PrivateKey ¶
func (a *Account) PrivateKey() ed25519.PrivateKey
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
type MintParams ¶
Click to show internal directories.
Click to hide internal directories.