Skip to content

Commit ca3f5f6

Browse files
authored
Add SolDecimals constants (#293)
1 parent f829a21 commit ca3f5f6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

constants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,6 @@ package solana
1717
const (
1818
// There are 1-billion lamports in one SOL.
1919
LAMPORTS_PER_SOL uint64 = 1000000000
20+
21+
SolDecimals uint8 = 9
2022
)

0 commit comments

Comments
 (0)