blocto / solana-go-sdk

Solana Golang SDK
https://blocto.github.io/solana-go-sdk/
MIT License
349 stars 86 forks source link

how to decode the instruction.data? #145

Open yangyile1990 opened 11 months ago

yangyile1990 commented 11 months ago

type TokenInstructParam struct { Instruction token.Instruction Amount uint64 Decimals uint8 }

type TransferInstructParam struct { Instruction system.Instruction Lamports uint64 }

yangyile1990 commented 11 months ago

I knew it.

type TokenInstructParam struct { Instruction token.Instruction Amount uint64 Decimals uint8 }

type TransferInstructParam struct { Instruction system.Instruction Lamports uint64 }

the system.Instruction not equals the token.Instruction