Uses of Enum
monero.wallet.model.MoneroMessageSignatureType
Packages that use MoneroMessageSignatureType
-
Uses of MoneroMessageSignatureType in monero.wallet
Methods in monero.wallet with parameters of type MoneroMessageSignatureTypeModifier 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
Methods in monero.wallet.model that return MoneroMessageSignatureTypeModifier 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.Methods in monero.wallet.model with parameters of type MoneroMessageSignatureTypeModifier and TypeMethodDescriptionvoid
MoneroMessageSignatureResult.setSignatureType
(MoneroMessageSignatureType signatureType) Constructors in monero.wallet.model with parameters of type MoneroMessageSignatureTypeModifierConstructorDescriptionMoneroMessageSignatureResult
(Boolean isGood, Boolean isOld, MoneroMessageSignatureType signatureType, Integer version)