Uses of Enum
monero.daemon.model.MoneroKeyImageSpentStatus
Packages that use MoneroKeyImageSpentStatus
-
Uses of MoneroKeyImageSpentStatus in monero.daemon
Methods in monero.daemon that return MoneroKeyImageSpentStatusModifier and TypeMethodDescriptionMoneroDaemon.getKeyImageSpentStatus
(String keyImage) Get the spent status of the given key image.MoneroDaemonDefault.getKeyImageSpentStatus
(String keyImage) Methods in monero.daemon that return types with arguments of type MoneroKeyImageSpentStatusModifier 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
Methods in monero.daemon.model that return MoneroKeyImageSpentStatusModifier 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.