Example #1
0
        public byte[] PushData(bool wire)
        {
            int size = 0;
            var data = new NativeBuffer(DoubleSpendProofSpenderNative.kth_chain_double_spend_proof_spender_push_data(nativeInstance_, ref size));

            return(data.CopyToManagedArray(size));
        }
Example #2
0
 public UInt64 GetSerializedSize()
 {
     return(DoubleSpendProofSpenderNative.kth_chain_double_spend_proof_spender_serialized_size(nativeInstance_));
 }