Versions in this module Expand all Collapse all v0 v0.2.0 May 11, 2026 Changes in this version + func AlignUp(unaligned uint64, align uint64) uint64 + func CalculateAcctHash(acct accounts.Account) []byte + func DedupePubkeys(pubkeys []solana.PublicKey) []solana.PublicKey + func IsValidHostname(hostname string) bool + func PrettyPrintAcct(acct *accounts.Account) string + func PrettyPrintAcctWithAcctData(acct *accounts.Account) string + func PubkeyCmp(a solana.PublicKey, b solana.PublicKey) bool + func PubkeyCmpByteSlice(a []byte, b []byte) bool + func ReverseBytes(s []byte) []byte + func ReverseBytesInPlace(s []byte) + func VerboseHandleError(err error) (b bool) v0.1.0-alpha.1 Jan 15, 2026