export interface LedgerDeviceTransport { getAddress: any; getAppConfiguration: any; signTransaction: any; transport?: any; }