WalletCore
WalletCore
/
wallet.core.jni.proto
/
Harmony
/
DecimalOrBuilder
Decimal
Or
Builder
interface
DecimalOrBuilder
Functions
Inheritors
Functions
get
Precision
Link copied to clipboard
abstract
fun
getPrecision
(
)
:
ByteString
The precision (number of decimals)
Content copied to clipboard
bytes precision = 2;
get
Value
Link copied to clipboard
abstract
fun
getValue
(
)
:
ByteString
The 'raw' value
Content copied to clipboard
bytes value = 1;
Inheritors
Decimal
Link copied to clipboard