anoma / namada

Rust implementation of Namada, a Proof-of-Stake L1 for interchain asset-agnostic privacy

Home Page:https://namada.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

replace prints in SDK with generic I/O

tzemanovic opened this issue · comments

Replace (e)print(ln)!s anywhere in the SDK crate with the generic sdk::io::Io (e)display(_line)!s.