Class: Immudb::DualProof
- Inherits:
-
Object
- Object
- Immudb::DualProof
- Defined in:
- lib/immudb/dual_proof.rb
Instance Attribute Summary collapse
-
#consistencyProof ⇒ Object
Returns the value of attribute consistencyProof.
-
#inclusionProof ⇒ Object
Returns the value of attribute inclusionProof.
-
#lastInclusionProof ⇒ Object
Returns the value of attribute lastInclusionProof.
-
#linearProof ⇒ Object
Returns the value of attribute linearProof.
-
#sourceTxHeader ⇒ Object
Returns the value of attribute sourceTxHeader.
-
#targetBlTxAlh ⇒ Object
Returns the value of attribute targetBlTxAlh.
-
#targetTxHeader ⇒ Object
Returns the value of attribute targetTxHeader.
Instance Attribute Details
#consistencyProof ⇒ Object
Returns the value of attribute consistencyProof.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def consistencyProof @consistencyProof end |
#inclusionProof ⇒ Object
Returns the value of attribute inclusionProof.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def inclusionProof @inclusionProof end |
#lastInclusionProof ⇒ Object
Returns the value of attribute lastInclusionProof.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def lastInclusionProof @lastInclusionProof end |
#linearProof ⇒ Object
Returns the value of attribute linearProof.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def linearProof @linearProof end |
#sourceTxHeader ⇒ Object
Returns the value of attribute sourceTxHeader.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def sourceTxHeader @sourceTxHeader end |
#targetBlTxAlh ⇒ Object
Returns the value of attribute targetBlTxAlh.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def targetBlTxAlh @targetBlTxAlh end |
#targetTxHeader ⇒ Object
Returns the value of attribute targetTxHeader.
15 16 17 |
# File 'lib/immudb/dual_proof.rb', line 15 def targetTxHeader @targetTxHeader end |