2023-08-23 15:36:21 +09:00

9 lines
212 B
Go

package libc4exwallet
const (
// ExternalKeychain is the key chain that is used to create receive addresses
ExternalKeychain = 0
// InternalKeychain is used to create change addresses
InternalKeychain = 1
)