Module crypt.api
Package io.github.astrapi69.crypt.api.blockchain
package io.github.astrapi69.crypt.api.blockchain
This package provides interfaces for blockchain
-
InterfacesClassDescriptionThe interface
IAddressrepresents an address in a blockchain system.The interfaceIBlockrepresents a block in a blockchain system.The interfaceINoderepresents a node in a blockchain network.The interfaceITransactionrepresents a transaction in a blockchain system.