Docs
Tutorial
Blog
Reference
GitHub
ConfirmedTransaction
Interface
Transaction
that
has
been
confirmed
on
the
blockchain
.
Includes
all
of
the
same
properties
as
a
Transaction
as
well
as
the
TransactionReceipt
of
the
confirmation
.
export
interface
ConfirmedTransaction
extends
Transaction
{
readonly
receipt
?
:
TransactionReceipt
;
}
Properties
receipt
TransactionReceipt
'Receipt'
of
the
confirmed
transaction
on
the
blockchain
.
This
contains
properties
like
the
block
the
Transaction
was
included
in
.
PACKAGES
@neo-one/client
@neo-one/smart-contract
DOCS
Installation
Main Concepts
Advanced Guides
API Reference
Contributing
CHANNELS
GitHub
Stack Overflow
Discord Chat
Twitter
MORE
Tutorial
Blog
COPYRIGHT © 2021 NEO•ONE