Docs
Tutorial
Blog
Reference
GitHub
ForwardedValue
Type Alias
Marks
a
parameter
or
return
type
of
a
public
SmartContract
method
as
expecting
a
forwarded
value
.
See
the
Forward Values
chapter
of
the
advanced
guide
for
more
information
.
export
type
ForwardedValue
<
T
extends
SmartContractArg
>
=
T
|
(
T
&
ForwardedValueTag
<
T
>
)
;
PACKAGES
@neo-one/client
@neo-one/smart-contract
DOCS
Installation
Main Concepts
Advanced Guides
API Reference
Contributing
CHANNELS
GitHub
Stack Overflow
Discord Chat
Twitter
YouTube
MORE
Tutorial
Blog
COPYRIGHT © 2021 NEO•ONE