action nebl_broadcast_tx { label: "Broadcasts a signed raw transaction to the network" description: "Broadcasts a signed raw transaction to the network. If successful returns the txid of the broadcast trasnaction.\n" provider: nebl method: POST path: "/ntp1/broadcast" encoding: json output: { type: "object" properties: { txid: { type: "string" description: "Txid of successfully broadcasted transaction" } } } }