UNPKG

cactus-agent

Version:
12 lines (10 loc) 211 B
import {str, uint32, uint8} from "../types/_python_types_"; export type WalletInfo = { id: uint32; name: str; type: uint8; data: str; }; export type WalletInfoBackup = { wallet_list: WalletInfo[]; };