class Ethereum::SPV::ProofConstructor
Public Instance Methods
grabbing(node)
click to toggle source
# File lib/ethereum/spv/proof_constructor.rb, line 8 def grabbing(node) add_node node.dup end
store(node)
click to toggle source
# File lib/ethereum/spv/proof_constructor.rb, line 12 def store(node) add_exempt node.dup end