anyPlan method

Uint8List anyPlan(
  1. TWCoinType coin
)

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);
}