Package io.github.astrapi69.crypt.api.blockchain
package io.github.astrapi69.crypt.api.blockchain
This package provides interfaces for blockchain
-
InterfacesClassDescriptionThe interface
IAddress
represents an address in a blockchain system.The interfaceIBlock
represents a block in a blockchain system.The interfaceINode
represents a node in a blockchain network.The interfaceITransaction
represents a transaction in a blockchain system.