MsgUpdateUserAllocationResponse.deserialize constructor

MsgUpdateUserAllocationResponse.deserialize(
  1. List<int> bytes
)

Implementation

factory MsgUpdateUserAllocationResponse.deserialize(List<int> bytes) {
  return MsgUpdateUserAllocationResponse();
}