beeline-cli
Version:
A terminal wallet for the Hive blockchain - type, sign, rule the chain
8 lines • 304 B
TypeScript
import React from 'react';
export type Screen = 'dashboard' | 'balance' | 'transfer' | 'accounts' | 'exit';
export interface WalletUIProps {
mock?: boolean;
node?: string;
}
export declare function WalletUI({ mock, node }: WalletUIProps): React.JSX.Element;
//# sourceMappingURL=WalletUI.d.ts.map