Documentation
¶
Overview ¶
source: https://github.com/solana-foundation/solana-go/tree/main/base58 copied license: [LICENSE](./LICENSE)
Index ¶
Constants ¶
View Source
const ( MaxSeedLength = 32 MaxSeeds = 16 PDA_MARKER = "ProgramDerivedAddress" )
Variables ¶
View Source
var ( TokenProgramID = mustPubkey("TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA") ATAPROGRAMID = mustPubkey("ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL") )
Functions ¶
func AssociatedTokenAddress ¶
Types ¶
type PublicKey ¶
type PublicKey [32]byte
func CreateProgramAddress ¶
func FindProgramAddress ¶
func PublicKeyFromBase58 ¶
func PublicKeyFromBytes ¶
Click to show internal directories.
Click to hide internal directories.