Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SendpsbtRequest

The sendpsbt is a low-level RPC command which sends a fully-signed PSBT.

  • psbt: A string that represents psbt value.
  • reserve: an optional number of blocks to increase reservation of any of our inputs by; default is 72.

EXAMPLE JSON REQUEST

{
"id": 82,
"method": "sendpsbt",
"params": {
"psbt": "some_psbt"
}
}

Hierarchy

  • SendpsbtRequest

Index

Properties

Properties

psbt: string
reserve?: string

Generated using TypeDoc