Tx.fromProto constructor

Tx.fromProto(
  1. Tx proto
)

Implementation

factory Tx.fromProto(pb.Tx proto) {
  return convertToTx(proto);
}