Other Features

Signing Wallet

Message Signature feature

val signature = fncyWallet.postWalletSign(
    wid = 10000,
    dataToSign = "0x1234...", //
    signType = SignType, //Sign Type
    pinNumber = "123456" //Wallet Password
)

See Also

postWalletSign

Last updated