Uses of Enum
monero.wallet.model.MoneroMessageSignatureType
-
Uses of MoneroMessageSignatureType in monero.wallet
Modifier and TypeMethodDescriptionMoneroWallet.signMessage
(String message, MoneroMessageSignatureType signatureType, int accountIdx, int subaddressIdx) Sign a message.MoneroWalletFull.signMessage
(String msg, MoneroMessageSignatureType signatureType, int accountIdx, int subaddressIdx) MoneroWalletRpc.signMessage
(String msg, MoneroMessageSignatureType signatureType, int accountIdx, int subaddressIdx) -
Uses of MoneroMessageSignatureType in monero.wallet.model
Modifier and TypeMethodDescriptionMoneroMessageSignatureResult.getSignatureType()
static MoneroMessageSignatureType
Returns the enum constant of this type with the specified name.static MoneroMessageSignatureType[]
MoneroMessageSignatureType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
MoneroMessageSignatureResult.setSignatureType
(MoneroMessageSignatureType signatureType) ModifierConstructorDescriptionMoneroMessageSignatureResult
(Boolean isGood, Boolean isOld, MoneroMessageSignatureType signatureType, Integer version)