public long SendNewTransaction(string aSignedTx, uint aCurrencyID)
 {
     return(FWalletPandoraServer.SendTransaction(aCurrencyID, aSignedTx));
 }