Real-time decoded data for the ConfigInit instruction on the Moonshot program. Every time this instruction is executed on Solana, you receive the full decoded payload with 3 accounts and 1 arguments in under 50ms.
solana.moonshot.config_initDecoded account addresses included in every ConfigInit message.
| Name | Type | Signer | Writable |
|---|---|---|---|
| config_authority | PublicKey | yes | yes |
| config_account | PublicKey | - | yes |
| system_program | PublicKey | - | - |
Decoded instruction arguments included in every ConfigInit message.
| Name | Type |
|---|---|
| data | struct { migration_authority: Option<PublicKey>, backend_authority: Option<PublicKey>, config_authority: Option<PublicKey>, helio_fee: Option<PublicKey>, dex_fee: Option<PublicKey>, fee_bps: Option<u16>, dex_fee_share: Option<u8>, migration_fee: Option<u64>, marketcap_threshold: Option<u64>, marketcap_currency: Option<u8>, min_supported_decimal_places: Option<u8>, max_supported_decimal_places: Option<u8>, min_supported_token_supply: Option<u64>, max_supported_token_supply: Option<u64>, coef_b: Option<u32> } |
Connect and start receiving decoded data in seconds.
grpcurl -plaintext \
-H 'x-eventstream-policy: {"version":1,"allowed_programs":"all","allowed_topics":"all"}' \
-d '{"topic":"solana.moonshot.config_init","format":"JSON"}' \
events.nln.clr3.org:443 \
nln.stream.v1.StreamService/SubscribeThe solana.moonshot.config_init stream delivers decoded ConfigInit instruction data from the Moonshot program (MoonCVVNZFSY...) on Solana. Each message includes 3 decoded account addresses and 1 typed arguments, delivered in under 50 milliseconds from on-chain confirmation. Available in both JSON and Protobuf formats via the NoLimitNodes gRPC streaming API.
Get your API key and start receiving decoded instructions in seconds.