fromProto static method

MsgSend fromProto(
  1. MsgSend data
)

Implementation

static MsgSend fromProto(PROTO.MsgSend data) {
  return MsgSend(data.fromAddress, data.toAddress,
      CoinsExtensions.fromProto(data.amount));
}