NFTService class

Constructors

NFTService()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
prepareNewNFT(int initialSupply, String name, String seed, int index, String curve, String originPrivateKey) Transaction
Prepare a transaction to create a NFT @param {int} initialSupply of the NFT @param {String} name of the NFT @param {String} seed TransactionChain seed @param {int} index Number of transaction in the chain @param {String} curve Elliptic curve to use ("ed25519", "P256", "secp256k1") @param {} originPrivateKey The origin signature to able to perform the ProofOfWork and authorize the transaction
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited