Open yangyile1990 opened 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
type TokenInstructParam struct { Instruction token.Instruction Amount uint64 Decimals uint8 }
type TransferInstructParam struct { Instruction system.Instruction Lamports uint64 }