submitpackage

Input(s) 1

The submitpackage RPC allows submitting a set of related raw transactions (a child with its unconflicted parents) in hex format. This package undergoes consensus and mempool policy checks. If successful, transactions are added to the mempool.

How is this used?

It's used for submitting transaction chains that depend on each other for more efficient mempool acceptance, especially useful for complex transaction constructions that include multiple dependencies

Request

method

submitpackage

package

Required

Inputs(1)

one required input remaining...

package (required) - An array of raw transactions

Result