Variable ScriptConst

Script: ObjectCodec<{
    args: BytesCodec<string, BytesLike>;
    codeHash: FixedBytesCodec<string, BytesLike>;
    hashType: FixedBytesCodec<HashType, HashType>;
}> = ...

Type declaration

Generated using TypeDoc