Uses of Enum
monero.daemon.model.MoneroKeyImageSpentStatus
-
Uses of MoneroKeyImageSpentStatus in monero.daemon
Modifier and TypeMethodDescriptionMoneroDaemon.getKeyImageSpentStatus
(String keyImage) Get the spent status of the given key image.MoneroDaemonDefault.getKeyImageSpentStatus
(String keyImage) Modifier and TypeMethodDescriptionMoneroDaemon.getKeyImageSpentStatuses
(Collection<String> keyImages) Get the spent status of each given key image.MoneroDaemonRpc.getKeyImageSpentStatuses
(Collection<String> keyImages) -
Uses of MoneroKeyImageSpentStatus in monero.daemon.model
Modifier and TypeMethodDescriptionstatic MoneroKeyImageSpentStatus
MoneroKeyImageSpentStatus.valueOf
(int status) Returns the enum constant of this type with the specified name.static MoneroKeyImageSpentStatus
Returns the enum constant of this type with the specified name.static MoneroKeyImageSpentStatus[]
MoneroKeyImageSpentStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.