toStr method
Converts the Substrate path to its string representation by joining the elements.
Implementation
String toStr() {
return toList().join();
}
Converts the Substrate path to its string representation by joining the elements.
String toStr() {
return toList().join();
}