Preparing search index...
The search index is not available
@aeternity/aepp-sdk
@aeternity/aepp-sdk
<internal>
EntParamsTreesPoi1
Interface EntParamsTreesPoi1
interface
EntParamsTreesPoi1
{
accounts
:
readonly
MPTree
<
AccountAddress
,
Account
>
[]
;
calls
:
readonly
MPTree
<
Bytearray
,
ContractCall
>
[]
;
channels
:
readonly
MPTree
<
Channel
,
Channel
>
[]
;
contracts
:
readonly
MPTree
<
ContractAddress
,
Contract
>
[]
;
ns
:
readonly
MPTree
<
Name
,
Name
>
[]
;
oracles
:
readonly
MPTree
<
OracleAddress
,
Oracle
>
[]
;
tag
:
TreesPoi
;
version
?:
1
;
}
Hierarchy (
view full
)
EntParamsTreesPoi1Type
EntParamsTreesPoi1
Index
Properties
accounts
calls
channels
contracts
ns
oracles
tag
version?
Properties
accounts
accounts
:
readonly
MPTree
<
AccountAddress
,
Account
>
[]
= ...
calls
calls
:
readonly
MPTree
<
Bytearray
,
ContractCall
>
[]
= ...
channels
channels
:
readonly
MPTree
<
Channel
,
Channel
>
[]
= ...
contracts
contracts
:
readonly
MPTree
<
ContractAddress
,
Contract
>
[]
= ...
ns
ns
:
readonly
MPTree
<
Name
,
Name
>
[]
= ...
oracles
oracles
:
readonly
MPTree
<
OracleAddress
,
Oracle
>
[]
= ...
tag
tag
:
TreesPoi
= ...
Optional
version
version
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
accounts
calls
channels
contracts
ns
oracles
tag
version
@aeternity/aepp-sdk
Loading...