InstructionLIVE

Moonshot ConfigInit

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.

Topicsolana.moonshot.config_init
3accounts
1signers
2writable
1arguments

Accounts

Decoded account addresses included in every ConfigInit message.

NameTypeSignerWritable
config_authorityPublicKeyyesyes
config_accountPublicKey-yes
system_programPublicKey--

Arguments

Decoded instruction arguments included in every ConfigInit message.

NameType
datastruct { 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> }

Subscribe to ConfigInit

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/Subscribe

The 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.

Stream Moonshot ConfigInit data now

Get your API key and start receiving decoded instructions in seconds.