/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */

export type OnChainWalletOverviewData = {
    /**
     * The current balance of the wallet
     */
    balance?: string;
}
