Optional
You can optionally pass in the cap as returned from kioskClient.getOwnedKiosks when initializing the client Otherwise, you can set it by calling kioskTransaction.setCap()
cap
kioskClient.getOwnedKiosks
kioskTransaction.setCap()
You can create a new KioskClient by calling new KioskClient()
new KioskClient()
The Transaction for this run
use transaction instead
You can optionally pass in the
cap
as returned fromkioskClient.getOwnedKiosks
when initializing the client Otherwise, you can set it by callingkioskTransaction.setCap()