Skip to content

alamgu/ledger-prompts-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ledger Prompts UI

Ledger Prompts UI is a library for writing interactive prompts for ledger apps.

Basic usage

use prompts_ui::{write_scroller, final_accept_prompt};

write_scroller(
    "Provide Public Key",
    |w| Ok(write!(w, "{}", pub_key_hash)?))?;

final_accept_prompt(&[])?;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages