@quack-protocol/sdk - v0.1.0
GitHub
npm
Preparing search index...
index
DecimalTypeInfo
Interface DecimalTypeInfo
DECIMAL type metadata.
interface
DecimalTypeInfo
{
alias
?:
string
;
scale
:
number
;
type
:
DECIMAL
;
width
:
number
;
}
Hierarchy
BaseExtraTypeInfo
DecimalTypeInfo
Index
Properties
alias?
scale
type
width
Properties
Optional
alias
alias
?:
string
scale
scale
:
number
Decimal scale.
type
type
:
DECIMAL
width
width
:
number
Decimal width.
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alias
scale
type
width
GitHub
npm
@quack-protocol/sdk - v0.1.0
Loading...
DECIMAL type metadata.