Struct coins_ledger::transports::native::NativeTransport
source · pub struct NativeTransport(_);
Expand description
Transport struct for non-wasm arch
Implementations§
source§impl NativeTransport
impl NativeTransport
sourcepub async fn exchange(
&self,
command: &APDUCommand
) -> Result<APDUAnswer, LedgerError>
pub async fn exchange( &self, command: &APDUCommand ) -> Result<APDUAnswer, LedgerError>
Send an APDU command to the device, and receive a response