ao-js-sdk - v0.2.11
GitHub
Preparing search index...
IStateNoticeEvent
Interface IStateNoticeEvent
interface
IStateNoticeEvent
{
getANTName
()
:
string
;
getANTProcessId
()
:
string
;
getBalances
()
:
Promise
<
Record
<
string
,
number
>
>
;
getControllers
()
:
Promise
<
string
[]
>
;
getDenomination
()
:
Promise
<
number
>
;
getDescription
()
:
Promise
<
string
>
;
getEventMessageId
()
:
string
;
getEventTimeStamp
()
:
number
;
getInitialized
()
:
Promise
<
boolean
>
;
getInitiator
()
:
string
;
getKeywords
()
:
Promise
<
string
[]
>
;
getLogo
()
:
Promise
<
string
>
;
getName
()
:
Promise
<
string
>
;
getNoticeData
()
:
Promise
<
StateNoticeTransactionData
>
;
getNotified
()
:
string
;
getOwner
()
:
Promise
<
string
>
;
getRecords
()
:
Promise
<
Record
<
string
,
{
transactionId
:
string
;
ttlSeconds
:
number
}
>
,
>
;
getTicker
()
:
Promise
<
string
>
;
getTotalSupply
()
:
Promise
<
number
>
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
IANTEvent
ITransactionDataEvent
<
StateNoticeTransactionData
>
IStateNoticeEvent
Implemented by
StateNoticeEvent
Index
Methods
get
ANT
Name
get
ANT
Process
Id
get
Balances
get
Controllers
get
Denomination
get
Description
get
Event
Message
Id
get
Event
Time
Stamp
get
Initialized
get
Initiator
get
Keywords
get
Logo
get
Name
get
Notice
Data
get
Notified
get
Owner
get
Records
get
Ticker
get
Total
Supply
to
String
Methods
get
ANT
Name
getANTName
()
:
string
Returns
string
get
ANT
Process
Id
getANTProcessId
()
:
string
Returns
string
get
Balances
getBalances
()
:
Promise
<
Record
<
string
,
number
>
>
Returns
Promise
<
Record
<
string
,
number
>
>
get
Controllers
getControllers
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
get
Denomination
getDenomination
()
:
Promise
<
number
>
Returns
Promise
<
number
>
get
Description
getDescription
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Event
Message
Id
getEventMessageId
()
:
string
Returns
string
get
Event
Time
Stamp
getEventTimeStamp
()
:
number
Returns
number
get
Initialized
getInitialized
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
get
Initiator
getInitiator
()
:
string
Returns
string
get
Keywords
getKeywords
()
:
Promise
<
string
[]
>
Returns
Promise
<
string
[]
>
get
Logo
getLogo
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Name
getName
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Notice
Data
getNoticeData
()
:
Promise
<
StateNoticeTransactionData
>
Returns
Promise
<
StateNoticeTransactionData
>
get
Notified
getNotified
()
:
string
Returns
string
get
Owner
getOwner
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Records
getRecords
()
:
Promise
<
Record
<
string
,
{
transactionId
:
string
;
ttlSeconds
:
number
}
>
,
>
Returns
Promise
<
Record
<
string
,
{
transactionId
:
string
;
ttlSeconds
:
number
}
>
>
get
Ticker
getTicker
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Total
Supply
getTotalSupply
()
:
Promise
<
number
>
Returns
Promise
<
number
>
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
get
ANT
Name
get
ANT
Process
Id
get
Balances
get
Controllers
get
Denomination
get
Description
get
Event
Message
Id
get
Event
Time
Stamp
get
Initialized
get
Initiator
get
Keywords
get
Logo
get
Name
get
Notice
Data
get
Notified
get
Owner
get
Records
get
Ticker
get
Total
Supply
to
String
GitHub
ao-js-sdk - v0.2.11
Loading...