menu
on_chain package
documentation
ada/src/provider/blockfrost/models/models/script_info.dart
ADAScriptInfoResponse
ADAScriptInfoResponse.new constructor
ADAScriptInfoResponse.new constructor
dark_mode
light_mode
ADAScriptInfoResponse
constructor
ADAScriptInfoResponse
(
{
required
String
scriptHash
,
required
String
type
,
int
?
serialisedSize
,
})
Implementation
ADAScriptInfoResponse({ required this.scriptHash, required this.type, this.serialisedSize, });
on_chain package
documentation
ada/src/provider/blockfrost/models/models/script_info
ADAScriptInfoResponse
ADAScriptInfoResponse.new constructor
ADAScriptInfoResponse class