We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f829a21 commit ca3f5f6Copy full SHA for ca3f5f6
1 file changed
constants.go
@@ -17,4 +17,6 @@ package solana
17
const (
18
// There are 1-billion lamports in one SOL.
19
LAMPORTS_PER_SOL uint64 = 1000000000
20
+
21
+ SolDecimals uint8 = 9
22
)
0 commit comments