Docs
Tutorial
Blog
Reference
GitHub
Log
Interface
Unstructured
string
emitted
by
a
smart
contract
during
a
method
invocation
.
export
interface
Log
extends
RawActionBase
{
readonly
type
:
'Log'
;
readonly
message
:
string
;
}
Properties
type
'Log'
type
differentiates
the
Log
object
from
other
Action
objects
,
i
.
e
.
Event
.
message
string
An
implementation
defined
string
representing
a
log
message
.
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