interface ScriptType {
    codeHash: CanCastToArrayBuffer;
    hashType: CanCastToArrayBuffer;
    args: CanCastToArrayBuffer;
}

Properties