@ic-wallet-kit/hpl
Version:
Ic middleware wallet HPL protocol
6 lines (5 loc) • 304 B
TypeScript
import { RemoteAccountSelectorId } from "../../types/contacts/remoteAccountSelectorId";
import { RemoteAccountSelectorIdRange } from "../../types/contacts/remoteAccountSelectorIdRange";
export interface RemoteAccountSelectorCat {
cat: Array<RemoteAccountSelectorId | RemoteAccountSelectorIdRange>;
}