NodeKit Documentation
  • Learn
    • Welcome
  • Core Advantages
    • Composability
    • Revenue
    • Benefits
  • Architecture
    • Overview
    • Javelin
    • L1
    • Sidecar
      • Technical Overview
    • Shared Auction
  • Builders Guide
    • Javelin
      • Bundle API
  • JSON RPC Methods
    • Common Variables
    • SubmitMsgTx
    • getBlockHeadersByHeight
    • getBlockHeadersId
    • getBlockHeadersByStart
    • getBlockTransactions
    • getCommitmentBlocks
    • getBlockTransactionsByNamespace
  • Technical Documentation
  • Social
    • Twitter
    • Telegram
    • Discord
Powered by GitBook
On this page
  1. JSON RPC Methods

SubmitMsgTx

This is used to submit a transaction on SEQ.

type SubmitMsgTxArgs struct {
    ChainId          string `json:"chain_id"`
    NetworkID        uint32 `json:"network_id"`
    SecondaryChainId []byte `json:"secondary_chain_id"`
    Data             []byte `json:"data"`
}



type SubmitMsgTxReply struct {
    TxID string `json:"txId"`
}
PreviousCommon VariablesNextgetBlockHeadersByHeight

Last updated 9 months ago