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

#sourceTxMetadataObject

Returns the value of attribute sourceTxMetadata.



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

def 
  @sourceTxMetadata
end

#targetBlTxAlhObject

Returns the value of attribute targetBlTxAlh.



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

def targetBlTxAlh
  @targetBlTxAlh
end

#targetTxMetadataObject

Returns the value of attribute targetTxMetadata.



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

def 
  @targetTxMetadata
end