dash-platform-sdk
Preparing search index...
types
TokenTransitionParams
Interface TokenTransitionParams
interface
TokenTransitionParams
{
amount
?:
bigint
;
emergencyAction
?:
TokenEmergencyActionWASM
;
identityId
?:
IdentifierLike
;
price
?:
bigint
|
TokenPricingScheduleWASM
;
privateEncryptedNote
?:
string
;
publicNote
?:
string
;
sharedEncryptedNote
?:
string
;
totalAgreedPrice
?:
bigint
;
}
Index
Properties
amount?
emergency
Action?
identity
Id?
price?
private
Encrypted
Note?
public
Note?
shared
Encrypted
Note?
total
Agreed
Price?
Properties
Optional
amount
amount
?:
bigint
Optional
emergency
Action
emergencyAction
?:
TokenEmergencyActionWASM
Optional
identity
Id
identityId
?:
IdentifierLike
Optional
price
price
?:
bigint
|
TokenPricingScheduleWASM
Optional
private
Encrypted
Note
privateEncryptedNote
?:
string
Optional
public
Note
publicNote
?:
string
Optional
shared
Encrypted
Note
sharedEncryptedNote
?:
string
Optional
total
Agreed
Price
totalAgreedPrice
?:
bigint
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
amount
emergency
Action
identity
Id
price
private
Encrypted
Note
public
Note
shared
Encrypted
Note
total
Agreed
Price
dash-platform-sdk
Loading...