기타 기능

지갑 서명

메시지 서명 기능

val signature = fncyWallet.postWalletSign(
    wid = 10000,
    dataToSign = "0x1234...", //
    signType = SignType, //Sign Type
    pinNumber = "123456" //지갑 비밀번호
)

See Also

postWalletSign

Last updated