Docs
Course
Tutorial
Blog
Reference
GitHub
Input
Interface
Inputs
are
a
reference
to
an
Output
of
a
Transaction
that
has
been
persisted
to
the
blockchain
.
The
sum
of
the
values
of
the
referenced
Outputs
is
the
total
amount
transferred
in
the
Transaction
.
export
interface
Input
{
readonly
hash
:
Hash256String
;
readonly
index
:
number
;
}
Copy
Properties
hash
Hash256String
Hash
of
the
Transaction
this
input
references
.
index
number
Output
index
within
the
Transaction
this
input
references
.
PACKAGES
@neo-one/client
@neo-one/smart-contract
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
Courses
Tutorial
Blog
COPYRIGHT © 2025 NEO•ONE