ao-js-sdk - v0.2.11
GitHub
Preparing search index...
ISetRecordEvent
Interface ISetRecordEvent
interface
ISetRecordEvent
{
getANTName
()
:
string
;
getANTProcessId
()
:
string
;
getEventMessageId
()
:
string
;
getEventTimeStamp
()
:
number
;
getInitiator
()
:
string
;
getNoticeData
()
:
Promise
<
SetRecordNoticeTransactionData
>
;
getNotified
()
:
string
;
getSubDomain
()
:
Promise
<
string
>
;
getTransactionId
()
:
Promise
<
string
>
;
getTtlSeconds
()
:
Promise
<
number
>
;
toString
()
:
string
;
}
Hierarchy (
View Summary
)
IANTEvent
ITransactionDataEvent
<
SetRecordNoticeTransactionData
>
ISetRecordEvent
Implemented by
SetRecordEvent
Index
Methods
get
ANT
Name
get
ANT
Process
Id
get
Event
Message
Id
get
Event
Time
Stamp
get
Initiator
get
Notice
Data
get
Notified
get
Sub
Domain
get
Transaction
Id
get
Ttl
Seconds
to
String
Methods
get
ANT
Name
getANTName
()
:
string
Returns
string
get
ANT
Process
Id
getANTProcessId
()
:
string
Returns
string
get
Event
Message
Id
getEventMessageId
()
:
string
Returns
string
get
Event
Time
Stamp
getEventTimeStamp
()
:
number
Returns
number
get
Initiator
getInitiator
()
:
string
Returns
string
get
Notice
Data
getNoticeData
()
:
Promise
<
SetRecordNoticeTransactionData
>
Returns
Promise
<
SetRecordNoticeTransactionData
>
get
Notified
getNotified
()
:
string
Returns
string
get
Sub
Domain
getSubDomain
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Transaction
Id
getTransactionId
()
:
Promise
<
string
>
Returns
Promise
<
string
>
get
Ttl
Seconds
getTtlSeconds
()
:
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
Event
Message
Id
get
Event
Time
Stamp
get
Initiator
get
Notice
Data
get
Notified
get
Sub
Domain
get
Transaction
Id
get
Ttl
Seconds
to
String
GitHub
ao-js-sdk - v0.2.11
Loading...