CardanoScriptsApi class

Constructors

CardanoScriptsApi(Dio _dio, Serializers _serializers)
const

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
scriptsDatumDatumHashCborGet({required String datumHash, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ScriptDatumCbor>>
Datum CBOR value Query CBOR serialised datum by its hash
scriptsDatumDatumHashGet({required String datumHash, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ScriptDatum>>
Datum value Query JSON value of a datum by its hash
scriptsGet({int? count = 100, int? page = 1, String? order = 'asc', CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<ScriptsInner>>>
Scripts List of scripts.
scriptsScriptHashCborGet({required String scriptHash, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ScriptCbor>>
Script CBOR CBOR representation of a `plutus` script
scriptsScriptHashGet({required String scriptHash, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Script>>
Specific script Information about a specific script
scriptsScriptHashJsonGet({required String scriptHash, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<ScriptJson>>
Script JSON JSON representation of a `timelock` script
scriptsScriptHashRedeemersGet({required String scriptHash, int? count = 100, int? page = 1, String? order = 'asc', CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<BuiltList<ScriptRedeemersInner>>>
Redeemers of a specific script List of redeemers of a specific script
toString() String
A string representation of this object.
inherited

Operators

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