Example #1
0
 public abstract bool AddTransactionToPool(BinaryArray transactionBinaryArray);
Example #2
0
 public abstract bool GetBlockTemplate(BlockTemplate b, AccountPublicAddress adr, BinaryArray extraNonce, ref ulong difficulty, ref uint height);
Example #3
0
 public void externalRelayNotifyToAll(int command, BinaryArray data_buff, boost::uuids.uuid excludeConnection)
 {
 }
Example #4
0
 public abstract AddBlockErrorCode SubmitBlock(BinaryArray rawBlockTemplate);
Example #5
0
 public bool invoke_notify_to_peer(int command, BinaryArray req_buff, CryptoNote.CryptoNoteConnectionContext context)
 {
     return(true);
 }
Example #6
0
 public void relay_notify_to_all(int command, BinaryArray data_buff, boost::uuids.uuid excludeConnection)
 {
 }
Example #7
0
 public abstract void AppendExtra(BinaryArray extraData);
Example #8
0
 public abstract void SetExtraNonce(BinaryArray nonce);
Example #9
0
 public abstract bool GetExtraNonce(BinaryArray nonce);