Exemple #1
0
 protected virtual void Dispose(bool disposing)
 {
     if (disposing)
     {
         //Release managed resources and call Dispose for member variables
     }
     //Release unmanaged resources
     DoubleSpendProofNative.kth_chain_double_spend_proof_destruct(nativeInstance_);
 }
Exemple #2
0
 public void Reset()
 {
     DoubleSpendProofNative.kth_chain_double_spend_proof_reset(nativeInstance_);
 }
Exemple #3
0
 public UInt64 GetSerializedSize(UInt32 version)
 {
     return(DoubleSpendProofNative.kth_chain_double_spend_proof_serialized_size(nativeInstance_, version));
 }