Broadcast a signed transaction from a Ledger

Generate an offline transaction using the Ledger and submit the transaction to the network using the form below. This works for both payment and delegation transaction types.

Sample Ledger payment
{
  "signature": "389ac7d4077f3d485c1494782870979faa222cd906b25b2687333a92f41e40b925adb08705eddf2a7098e5ac9938498e8a0ce7c70b25ea392f4846b854086d43",
  "payment": {
    "to": "B62qnzbXmRNo9q32n4SNu2mpB8e7FYYLH8NmaX6oFCBYjjQ8SbD7uzV",
    "from": "B62qnzbXmRNo9q32n4SNu2mpB8e7FYYLH8NmaX6oFCBYjjQ8SbD7uzV",
    "fee": "10000000",
    "token": "1",
    "nonce": "0",
    "memo": null,
    "amount": "1000000000",
    "valid_until": "4294967295"
},
  "stake_delegation": null,
  "create_token": null,
  "create_token_account": null,
  "mint_tokens": null
}