Sync Txos

Sync unverified txos

Request

Param
Requirements

mnemonic

Must be a valid 24 word mnemonic from which account keys will be derived.

bip39_entropy

64 character hex-encoded string containing a 32 byte (256 bit) account secret from which account keys will be derived. Can optionally be provided instead of the above mnemonic. When using the bip39 standard, one can derive the same account keys using the mnemonic or its corresponding entropy.

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

Was this helpful?