package solana

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message GMPSolanaPayload

gmp_solana_payload.proto:11

`GMPSolanaPayload` represents a Solana instruction for cross-chain execution via GMP Note: The target program ID is specified in `GMPPacketData.receiver`, not here. This avoids redundancy and ensures consistency with the IBC packet structure.

message SolanaAccountMeta

gmp_solana_payload.proto:28

`SolanaAccountMeta` represents account metadata for Solana instructions. Note: `is_signer` indicates whether the account should be a signer at the CPI instruction level. PDAs are marked `is_signer=true` even though they don't sign at the transaction level.

Used in: GMPSolanaPayload