Add server support for sign and submit tx_blobs.

This commit is contained in:
Arthur Britto
2013-01-14 16:59:47 -08:00
parent 88c702a957
commit 4e06e0ffa5
4 changed files with 317 additions and 210 deletions

View File

@@ -18,6 +18,7 @@ Json::Value rpcError(int iError, Json::Value jvResult)
{ rpcACT_EXISTS, "actExists", "Account already exists." },
{ rpcACT_MALFORMED, "actMalformed", "Account malformed." },
{ rpcACT_NOT_FOUND, "actNotFound", "Account not found." },
{ rpcBAD_BLOB, "badBlob", "Blob must be a non-empty hex string." },
{ rpcBAD_SEED, "badSeed", "Disallowed seed." },
{ rpcBAD_SYNTAX, "badSyntax", "Syntax error." },
{ rpcDST_ACT_MALFORMED, "dstActMalformed", "Destination account is malformed." },