Public functions for work with HPL handlers.
-
getHplAssetList - calls GetHplAssetListHandler.
-
editHplAsset - calls EditHplAssetHandler.
-
getHplAccountList - calls GetHplAccountListHandler.
-
addHplAccount - calls AddHplAccountHandler.
-
editHplAccount - calls EditHplAccountHandler.
-
addHplVirtualAccount - calls AddHplVirtualAccountHandler.
-
deleteHplVirtualAccount - calls DeleteHplVirtualAccountHandler.
-
editHplVirtualAccount - calls EditHplVirtualAccountHandler.
-
checkLinkCode - calls CheckLinkCodeHandler.
-
getHplVirtualAccountList - calls GetHplVirtualAccountListHandler.
-
resetHplVirtualAccount - calls ResetHplVirtualAccountHandler.
-
getHplContactList - calls GetHplContactListHandler.
-
getHplContactAvailableLink - calls GetHplContactAvailableLinkHandler.
-
addHplContact - calls AddHplContactHandler.
-
addHplContactRemotes - calls AddHplContactRemotesHandler.
-
editHplContact - calls EditHplContactHandler.
-
removeHplContact - calls RemoveHplContactHandler.
-
removeHplContactLink - calls RemoveHplContactLinkHandler.
-
checkDictionaryPrincipal - calls CheckDictionaryPrincipalHandler.
-
checkLedgerPrincipal - calls CheckLedgerPrincipalHandler.
-
getHplFeeConstant - calls GetHplFeeConstantHandler.
-
transfer - calls TransferHandler.
import { GetHplAccountListInfo, getHplAssetList } from "@ic-wallet-middleware/hpl";
import { LoadType } from "@ic-wallet-middleware/common";
(() => {
const form:GetHplAccountListInfo = {
loadType: LoadType.Full
}
const result = getHplAssetList(form);
})()