Trait ledger_zondax_generic::App

source ·
pub trait App {
    const CLA: u8;
}
Expand description

Defines what we can consider an “App”

Required Associated Constants§

source

const CLA: u8

App’s APDU CLA

Object Safety§

This trait is not object safe.

Implementors§