Method: Chainpoint::ProofHandle#proof

Defined in:
lib/chainpoint/proof_handle.rb

#proofObject



15
16
17
18
19
20
# File 'lib/chainpoint/proof_handle.rb', line 15

def proof
  data = request_proof
  return unless data['proof']

  Chainpoint::Proof.new(data['proof'], data['hash_id_node'], data['anchors_complete'])
end