@keetanetwork/keetanet-client
Preparing search index...
KeetaNetSDK
Referenced
PendingOperationsJSON
Interface PendingOperationsJSON
interface
PendingOperationsJSON
{
adminModifyBalance
?:
{
amount
:
string
;
isSet
:
boolean
;
token
:
string
}
[]
;
createIdentifiers
?:
{
type
:
NETWORK
|
TOKEN
|
STORAGE
}
[]
;
info
?:
Pick
<
AccountInfo
,
"name"
|
"description"
|
"metadata"
>
&
{
defaultPermission
?:
[
string
,
string
]
;
}
;
permissionsChanges
?:
PerAccount
<
PerAccount
<
{
method
:
AdjustMethod
;
permissions
:
[
string
,
string
]
}
[]
>
,
>
;
receive
?:
{
amount
:
string
;
exactReceive
:
boolean
;
forward
?:
string
;
otherParty
:
string
;
token
:
string
;
}
[]
;
send
?:
{
amount
:
string
;
external
?:
string
;
otherParty
:
string
;
token
:
string
;
}
[]
;
setRep
?:
string
;
tokenSupply
?:
string
;
}
Index
Properties
P
admin
Modify
Balance?
P
create
Identifiers?
P
info?
P
permissions
Changes?
P
receive?
P
send?
P
set
Rep?
P
token
Supply?
Properties
Optional
admin
Modify
Balance
adminModifyBalance
?:
{
amount
:
string
;
isSet
:
boolean
;
token
:
string
}
[]
Optional
create
Identifiers
createIdentifiers
?:
{
type
:
NETWORK
|
TOKEN
|
STORAGE
}
[]
Optional
info
info
?:
Pick
<
AccountInfo
,
"name"
|
"description"
|
"metadata"
>
&
{
defaultPermission
?:
[
string
,
string
]
;
}
Optional
permissions
Changes
permissionsChanges
?:
PerAccount
<
PerAccount
<
{
method
:
AdjustMethod
;
permissions
:
[
string
,
string
]
}
[]
>
,
>
Optional
receive
receive
?:
{
amount
:
string
;
exactReceive
:
boolean
;
forward
?:
string
;
otherParty
:
string
;
token
:
string
;
}
[]
Optional
send
send
?:
{
amount
:
string
;
external
?:
string
;
otherParty
:
string
;
token
:
string
}
[]
Optional
set
Rep
setRep
?:
string
Optional
token
Supply
tokenSupply
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
P
admin
Modify
Balance
P
create
Identifiers
P
info
P
permissions
Changes
P
receive
P
send
P
set
Rep
P
token
Supply
@keetanetwork/keetanet-client
Loading...