SecureWallet.changePincode

Check the pincode

struct SecureWallet(Net : SecureNet)
bool
changePincode
(
const(char[]) pincode
,
const(char[]) new_pincode
)

Parameters

pincode const(char[])

current device pincode

new_pincode const(char[])

new device pincode

Return Value

Type: bool

true of the pincode has been change successfully