Preparing search index...
The search index is not available
bns
bns
DomainAccount
Class DomainAccount
Hierarchy (
view full
)
Account
DomainAccount
DomainAccountManager
Index
Constructors
constructor
Properties
address
domain?
max_
rpc_
calls?
rpc
rpc_
calls
Methods
crawl
get_
history_
from_
open
get_
open_
and_
frontier
Constructors
constructor
new
Domain
Account
(
rpc
,
address
,
domain
?
,
max_rpc_calls
?
)
:
DomainAccount
Parameters
rpc
:
RPC
address
:
`
ban_
${
string
}
`
|
`
nano_
${
string
}
`
Optional
domain
:
Domain
Optional
max_rpc_calls
:
number
Returns
DomainAccount
Properties
Readonly
address
address
:
`
ban_
${
string
}
`
|
`
nano_
${
string
}
`
Optional
domain
domain
?:
Domain
Optional
max_
rpc_
calls
max_
rpc_
calls
?:
number
Readonly
rpc
rpc
:
RPC
rpc_
calls
rpc_
calls
:
number
Methods
crawl
crawl
(
crawl_size
?
)
:
Promise
<
Domain
>
Parameters
crawl_size
:
number
= 500
Returns
Promise
<
Domain
>
get_
history_
from_
open
get_
history_
from_
open
(
head
,
count
)
:
Promise
<
AccountHistoryRawRPC
>
Parameters
head
:
string
count
:
number
Returns
Promise
<
AccountHistoryRawRPC
>
get_
open_
and_
frontier
get_
open_
and_
frontier
(
)
:
Promise
<
[
string
,
string
]
>
Returns
Promise
<
[
string
,
string
]
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
address
domain
max_
rpc_
calls
rpc
rpc_
calls
crawl
get_
history_
from_
open
get_
open_
and_
frontier
bns
Loading...