PlutusV1.ts
PlutusV1 overview
Table of contents
arbitrary
arbitrary
FastCheck arbitrary for PlutusV1.
Signature
export declare const arbitrary: FastCheck.Arbitrary<PlutusV1>Added in v2.0.0
model
PlutusV1 (class)
Plutus V1 script wrapper (raw bytes).
Signature
export declare class PlutusV1Added in v2.0.0
toJSON (method)
Convert to JSON representation.
Signature
toJSON()Added in v2.0.0
toString (method)
Convert to string representation.
Signature
toString(): stringAdded in v2.0.0
[Inspectable.NodeInspectSymbol] (method)
Custom inspect for Node.js REPL.
Signature
[Inspectable.NodeInspectSymbol](): unknownAdded in v2.0.0
[Equal.symbol] (method)
Structural equality check.
Signature
[Equal.symbol](that: unknown): booleanAdded in v2.0.0
[Hash.symbol] (method)
Hash code generation.
Signature
[Hash.symbol](): numberAdded in v2.0.0
schemas
CDDLSchema
CDDL schema for PlutusV1 scripts as raw bytes.
Signature
export declare const CDDLSchema: typeof Schema.Uint8ArrayFromSelfAdded in v2.0.0
FromCDDL
CDDL transformation schema for PlutusV1.
Signature
export declare const FromCDDL: Schema.transform<
typeof Schema.Uint8ArrayFromSelf,
Schema.SchemaClass<PlutusV1, PlutusV1, never>
>Added in v2.0.0