Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Returns a CIP-57 compliant Blueprint based on the provided validator script.
Returns a CIP-57 compliant Blueprint based on the provided validator script.
The returned Blueprint always contains only 1 validator.
To specify the redeemer and datum schemas, use Application instead.
Value parameters
- contractTitle
-
the title of the "blueprintee" contract
- description
-
the description of the "blueprintee" contact
- validatorScript
-
the script of the validator
Attributes
Parses a CIP-57 compliant Blueprint from a JSON string.
Parses a CIP-57 compliant Blueprint from a java.io.InputStream.
Parses a CIP-57 compliant Blueprint from a java.io.InputStream.
Value parameters
- inputStream
-
the input stream containing JSON data representing a blueprint
Attributes
- Returns
-
the parsed Blueprint
- Throws
-
com.github.plokhotnyuk.jsoniter_scala.core.JsonReaderException
if the JSON is invalid or doesn't conform to the CIP-57 schema