Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProgramKey = ed25519.PublicKey{5, 74, 83, 90, 153, 41, 33, 6, 77, 36, 232, 113, 96, 218, 56, 124, 124, 53, 181, 221, 188, 146, 187, 129, 228, 31, 168, 64, 65, 5, 68, 141}
ProgramKey is the address of the v2 memo program.
Current key: MemoSq4gqABAXKb96qnH8TysNcWxMyWCqXgDLGmfcHr
Functions ¶
func Instruction ¶
func Instruction(data string) solana.Instruction
Reference: https://github.com/solana-program/memo
Types ¶
type DecompiledMemo ¶
type DecompiledMemo struct {
Data []byte
}
func DecompileMemo ¶
func DecompileMemo(m solana.Message, index int) (*DecompiledMemo, error)
Click to show internal directories.
Click to hide internal directories.