Broadcast a signed delegation
Generate a new offline delegation using the Javascript SDK and submit the transaction to the network using the form below. See this post for an overview.
Sample delegation transaction
{
"publicKey": "B62qrPN5Y5...",
"signature": {
"field": "1912885630...",
"scalar": "48899066..."
},
"payload": {
"to": "B62qqUzKC9H...",
"from": "B62qrPN5Y5y...",
"fee": "100000000",
"nonce": "305",
"memo": "SDK delegation",
"validUntil": "4294967295"
}
}