@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
BaseGenerationConfig
Interface BaseGenerationConfig
interface
BaseGenerationConfig
{
baseNetworkInfo
?:
Partial
<
Pick
<
AccountInfo
,
"name"
|
"description"
|
"metadata"
|
"defaultPermission"
,
>
,
>
;
baseTokenInfo
?:
BaseTokenInfo
;
initialTrustedAccount
:
Account
;
network
:
bigint
;
voteSerial
?:
bigint
;
}
Hierarchy (
View Summary
)
BaseGenerationConfig
InitialConfigSupply
Index
Properties
P
base
Network
Info?
P
base
Token
Info?
P
initial
Trusted
Account
P
network
P
vote
Serial?
Properties
Optional
base
Network
Info
baseNetworkInfo
?:
Partial
<
Pick
<
AccountInfo
,
"name"
|
"description"
|
"metadata"
|
"defaultPermission"
,
>
,
>
Optional
base
Token
Info
baseTokenInfo
?:
BaseTokenInfo
initial
Trusted
Account
initialTrustedAccount
:
Account
network
network
:
bigint
Optional
vote
Serial
voteSerial
?:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
base
Network
Info
P
base
Token
Info
P
initial
Trusted
Account
P
network
P
vote
Serial
@keetanetwork/keetanet-client
Loading...