Docs
Course
Tutorial
Blog
Reference
GitHub
ABIEvent
Interface
Event
specification
in
the
ABI
of
a
smart
contract
.
export
interface
ABIEvent
{
readonly
name
:
string
;
readonly
parameters
:
readonly
ABIParameter
[
]
;
}
Properties
name
string
Name
of
the
event
.
parameters
readonly
ABIParameter
[
]
Parameters
of
the
event
.
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 © 2021 NEO•ONE