blocto / solana-go-sdk

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

how to decode the instruction.data? #145

Open yangyile1990 opened 1 year ago

yangyile1990 commented 1 year ago

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

type TransferInstructParam struct { Instruction system.Instruction Lamports uint64 }

yangyile1990 commented 1 year 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