ao-js-sdk - v0.2.11
GitHub
Preparing search index...
IANTDataService
Interface IANTDataService
interface
IANTDataService
{
getApprovePrimaryNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getCreditNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getDebitNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getReassignNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getReleaseNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getRemovePrimaryNamesNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getSetRecordNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getStateNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
;
getStateNoticesWithData
(
processId
:
string
,
)
:
Observable
<
ArweaveTransactionWithData
[]
>
;
}
Implemented by
ANTDataService
Index
Methods
get
Approve
Primary
Name
Notices
get
Credit
Notices
get
Debit
Notices
get
Reassign
Name
Notices
get
Release
Name
Notices
get
Remove
Primary
Names
Notices
get
Set
Record
Notices
get
State
Notices
get
State
Notices
With
Data
Methods
get
Approve
Primary
Name
Notices
getApprovePrimaryNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Credit
Notices
getCreditNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Debit
Notices
getDebitNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Reassign
Name
Notices
getReassignNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Release
Name
Notices
getReleaseNameNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Remove
Primary
Names
Notices
getRemovePrimaryNamesNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
Set
Record
Notices
getSetRecordNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
State
Notices
getStateNotices
(
processId
:
string
,
)
:
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
Parameters
processId
:
string
Returns
Observable
<
Partial
<
FullArweaveTransaction
>
[]
>
get
State
Notices
With
Data
getStateNoticesWithData
(
processId
:
string
,
)
:
Observable
<
ArweaveTransactionWithData
[]
>
Parameters
processId
:
string
Returns
Observable
<
ArweaveTransactionWithData
[]
>
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Methods
get
Approve
Primary
Name
Notices
get
Credit
Notices
get
Debit
Notices
get
Reassign
Name
Notices
get
Release
Name
Notices
get
Remove
Primary
Names
Notices
get
Set
Record
Notices
get
State
Notices
get
State
Notices
With
Data
GitHub
ao-js-sdk - v0.2.11
Loading...