Type Definition tp_blockchain::Result[][src]

type Result<T> = Result<T, Error>;

Client Result type alias