toggle menu
Rell System Library API Reference
test
switch theme
search in API
Rell System Library
/
rell.test
/
nop
nop
test
function
nop
(
)
:
rell.test.op
Creates a new no-op operation.
Since
0.10.4
function
nop
(
x
:
integer
)
:
rell.test.op
function
nop
(
x
:
text
)
:
rell.test.op
function
nop
(
x
:
byte_array
)
:
rell.test.op
Creates a new no-op operation with a given nonce.
Since
0.10.4
Parameters
x
nonce to use