Sync Txos

Sync unverified txos

Request

ParamRequirements

mnemonic

Must be a valid 24 word mnemonic

txos_unsynced

list of unsynced txos from the VO account in full service

Response

{
  "method": "sync_txos",
  "params": {
    "mnemonic": "divorce tortoise note draw forest strike replace cost also crowd front unusual demand south again rather pencil next remind future rally carry keen artefact",
    "txos_unsynced": [
      {
        "subaddress": 0,
        "tx_out_public_key": "eaf048498aa9ca4c47a94f6c677bee90c7398eae319cabc2e93f3de3f04b2979"
      }
    ]
  },
  "jsonrpc": "2.0",
  "id": 1
}

Last updated