Fetches the kiosk contents.
Optional
options?: FetchKioskOptionsFetch the extension data (if any) for a kiosk, by type
Get an addresses's owned kiosks.
Optional
pagination?: PaginationArguments<string>An Object containing all the kioskOwnerCap
objects as well as the kioskIds.
Query all the owned transfer policies for an address.
Returns TransferPolicyCap
which uncludes policyId, policyCapId, type
.
The address we're searching the owned transfer policies for.
Query the Transfer Policy Cap for type T
, owned by address
Query the Transfer Policy(ies) for type T
.
The Type we're querying for (E.g 0xMyAddress::hero::Hero
)
A Client that allows you to interact with kiosk. Offers utilities to query kiosk, craft transactions to edit your own kiosk, purchase, manage transfer policies, create new kiosks etc. If you pass packageIds, all functionality will be managed using these packages.