gagliardetto / solana-go

Go SDK library and RPC client for the Solana Blockchain
Apache License 2.0
930 stars 264 forks source link

InnerInstruction should support parsed structure. #66

Open changsongl opened 2 years ago

changsongl commented 2 years ago

Rn, it only supports compiled InnerInstruction.

{
  "parsed": {
    "info": {
      "amount": "1232000000",
      "authority": "XLVYxeZh7mFePq74jzU2Lsd51AeJ5txYbvWDAYutVNT",
      "destination": "75HgnSvXbWKZBpZHveX68ZzAhDqMzNDS29X6BGLtxMo1",
      "source": "AGcGa5sVMRT3PWVtLPTh13MAaQsNMdC3PTPiaAGzdG4v"
    },
    "type": "transfer"
  },
  "program": "spl-token",
  "programId": "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA"
}