mirror of
https://github.com/corda/corda.git
synced 2024-12-20 05:28:21 +00:00
CORDA-2899: Added JvmOverloads to CashUtils methods (#5066)
This commit is contained in:
parent
7f8fb1e1d2
commit
8f0a6cb89c
@ -69,6 +69,7 @@ object CashUtils {
|
|||||||
* there is insufficient quantity for a given currency (and optionally set of Issuer Parties).
|
* there is insufficient quantity for a given currency (and optionally set of Issuer Parties).
|
||||||
*/
|
*/
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
@JvmOverloads
|
||||||
@Throws(InsufficientBalanceException::class)
|
@Throws(InsufficientBalanceException::class)
|
||||||
@Suspendable
|
@Suspendable
|
||||||
fun generateSpend(services: ServiceHub,
|
fun generateSpend(services: ServiceHub,
|
||||||
@ -132,6 +133,7 @@ object CashUtils {
|
|||||||
* there is insufficient quantity for a given currency (and optionally set of Issuer Parties).
|
* there is insufficient quantity for a given currency (and optionally set of Issuer Parties).
|
||||||
*/
|
*/
|
||||||
@JvmStatic
|
@JvmStatic
|
||||||
|
@JvmOverloads
|
||||||
@Throws(InsufficientBalanceException::class)
|
@Throws(InsufficientBalanceException::class)
|
||||||
@Suspendable
|
@Suspendable
|
||||||
fun generateSpend(services: ServiceHub,
|
fun generateSpend(services: ServiceHub,
|
||||||
|
Loading…
Reference in New Issue
Block a user