UNPKG
wowok
Version:
latest (2.2.10)
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.41
2.1.40
2.1.39
2.1.38
2.1.37
2.1.36
2.1.35
2.1.34
2.1.33
2.1.32
2.1.31
2.1.30
2.1.29
2.1.28
2.1.27
2.1.26
2.1.25
2.1.24
2.1.23
2.1.22
2.1.21
2.1.20
2.1.19
2.1.18
2.1.17
2.1.16
2.1.15
2.1.13
2.1.12
2.1.10
2.1.9
1.8.3
1.8.2
1.8.1
1.8.0
1.7.34
1.7.32
1.7.31
1.7.30
1.7.29
1.7.28
1.7.27
1.7.26
1.7.25
1.7.24
1.7.23
1.7.22
1.7.21
1.7.20
1.7.19
1.7.18
1.7.16
1.7.14
1.7.13
1.7.11
1.7.10
1.7.9
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.7.3
1.7.2
1.7.0
1.6.99
1.6.98
1.6.97
1.6.95
1.6.94
1.6.92
1.6.91
1.6.90
1.6.89
1.6.88
1.6.87
1.6.86
1.6.85
1.6.84
1.6.83
1.6.81
1.6.80
1.6.79
1.6.78
1.6.77
1.6.73
1.6.72
1.6.71
1.6.70
1.6.69
1.6.67
1.6.66
1.6.65
1.6.64
1.6.63
1.6.62
1.6.61
1.6.60
1.6.59
1.5.56
1.5.54
1.5.52
1.5.51
1.5.50
1.5.47
1.5.45
1.5.44
1.5.43
1.5.41
1.5.40
1.5.39
1.5.38
1.5.36
1.4.35
1.4.32
1.4.31
1.4.28
1.4.27
1.4.25
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.18
1.4.16
1.3.13
1.3.11
1.3.10
1.3.9
1.3.6
1.3.4
1.3.3
1.2.12
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.11
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
Wowok Blockchain TypeScript API
wowok.net
wowok
/
dist
/
cjs
/
cryptography
/
intent.d.ts
4 lines
(3 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
import
{ bcs }
from
"../bcs/index.js"
;
export
type
IntentScope
=
Exclude
<keyof
typeof
bcs.
IntentScope
.
$inferType
,
"$kind"
>;
export
declare
function
messageWithIntent
(
scope
:
IntentScope
,
message
:
Uint8Array
):
any
;