anyPlan method
Any plan.
\param coin coin type.
\return The serialized data of a TransactionPlan proto object.
Implementation
Uint8List anyPlan(TWCoinType coin) {
return TWAnySigner.plan(writeToBuffer(), coin);
}
Any plan.
\param coin coin type.
\return The serialized data of a TransactionPlan proto object.
Uint8List anyPlan(TWCoinType coin) {
return TWAnySigner.plan(writeToBuffer(), coin);
}