Uses of Class
com.github.katenachain.entity.account.KeyV1
-
Packages that use KeyV1 Package Description com.github.katenachain com.github.katenachain.api -
-
Uses of KeyV1 in com.github.katenachain
Methods in com.github.katenachain that return KeyV1 Modifier and Type Method Description KeyV1[]Transactor. retrieveCompanyKeys(String companyBcId, int page, int txPerPage)fetches the API and returns a list of keys for a company from the state.KeyV1Transactor. retrieveKey(String companyBcId, String id)fetches the API and returns a key from the state. -
Uses of KeyV1 in com.github.katenachain.api
Methods in com.github.katenachain.api that return KeyV1 Modifier and Type Method Description KeyV1[]Handler. retrieveCompanyKeys(String companyBcId, int page, int txPerPage)fetches the API and returns a list of keys for a company from the state.KeyV1Handler. retrieveKey(String fqId)fetches the API and returns a key from the state.
-