Class: Immudb::DualProof

Inherits:
Object
  • Object
show all
Defined in:
lib/immudb/dual_proof.rb

Instance Attribute Summary collapse

Instance Attribute Details

#consistencyProofObject

Returns the value of attribute consistencyProof.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def consistencyProof
  @consistencyProof
end

#inclusionProofObject

Returns the value of attribute inclusionProof.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def inclusionProof
  @inclusionProof
end

#lastInclusionProofObject

Returns the value of attribute lastInclusionProof.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def lastInclusionProof
  @lastInclusionProof
end

#linearProofObject

Returns the value of attribute linearProof.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def linearProof
  @linearProof
end

#sourceTxHeaderObject

Returns the value of attribute sourceTxHeader.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def sourceTxHeader
  @sourceTxHeader
end

#targetBlTxAlhObject

Returns the value of attribute targetBlTxAlh.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def targetBlTxAlh
  @targetBlTxAlh
end

#targetTxHeaderObject

Returns the value of attribute targetTxHeader.



15
16
17
# File 'lib/immudb/dual_proof.rb', line 15

def targetTxHeader
  @targetTxHeader
end